body
{
  background-color:#FFF;
  margin:0px;
  font-size:75%;

  border-bottom:0px;
  margin-bottom:5px;
  text-align: center;
  padding-bottom:30px;
}

div.container
{
  margin: auto;
  width: 760px;
  text-align: left;
  position: relative;
}

div, td
{
  font-family:trebuchet ms,sans-serif;
  font-size:1em;
}

.logo
{
  background:#9C000A;
  padding-top:60px;
  padding-left:10px;
  height:70px;
}

.logo img
{
  display:block;
  border:0px;
  height:60px;
}

#login {
	height:30px;
}

#login form {
	position:absolute;
	right:0;
}

#login form div {
	float:left;
}

#login input.input
{
	background:#E60000;
	border:1px #CC0000 solid;
	border-right:1px #FF6565 solid;
	border-bottom:1px #FF6565 solid;
	color:#FFF;
}

.bar
{
  min-height:17px;
  background-color:#b2b2b2;
  border-top:5px #FFF solid;
  border-bottom:5px #FFF solid;
  padding-left:10px;
  padding-top:4px;
  padding-bottom:4px;
  color:#999;
}

* html .bar
{
  height:17px;
}

.bar a
{
  color:#CCC;
  text-decoration:none;
}

.bar a:hover
{
  color:#FFF;
  text-decoration:underline;
}

.menu
{
  min-height:27px;
  background-color: #b2b2b2;
  border-top:5px #FFF solid;
  position: relative;
  top: 0px;
  height: 27px;
}

.menu a
{
  float: left;
  display: block;
  min-height:17px;
  color:#9C000A;
  font-family:trebuchet ms;
  font-size:1em;
  text-decoration:none;
  font-weight: bold;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}

.menu a.subpage
{
/*  width:120px;*/
/*  margin-left:15px;*/
	background:url(../images/hover.png);
}

.menu a.subpage#subon
{
}

.menu a:hover
{
  background-color:#999999;
}


.selected
{
 background-color:#999999;
}


.menu a.subpage:hover
{
 background-color: #666666;
}


div.submenu
{
	position: absolute;
	top: 20px;
	left: 0px;
	z-index: 10;
	display: none;
	padding-top: 10px;
	background: url(../../templates/images/hover2.png) repeat;
}



.date
{
  position:absolute;
  right:15px;
  top:5px;
  top: -100px;
  color:#b3b3b3;
  font-size:1em;
  width:100%;
  height:125px;
  text-align:right;
}

.date span
{
  position:absolute;
  bottom:0px;
  right:0px;
  display:block;
  vertical-align:bottom;
}

.body
{
 
}

h1, h2
{
  background:#EEE;
  color:#777;
  font-weight:normal;
  margin:0px;
  font-size:30px;
  height:45px;
  padding-left:10px;
  padding-top:10px;
}

h2 span {
	display:block;
}

.sIFR-active h2 span {
	visibility:hidden;
	line-height:1em;
	font-size:30px;
}

h1 .quote
{
  vertical-align:5px;
}

.body table
{
  margin-top:5px;
  border-collapse:collapse;
  width:100%;
  border-left:1px #FFF solid;
  border-right:1px #FFF solid;
}

.body table tr td
{
  padding:0px;
  border:1px #999 dashed;
  vertical-align:top;
}

.body table tr td.box a
{
  text-decoration:none;
  display:block;
  padding:10px;
  min-height:70px;
}

* html .body table tr td.box a
{
  height:70px;
}

.body table tr td a .title
{
  display:block;
  font-size:1.2em;
  color:#B70000;
  margin:0px;
  font-weight:bold;
}

.body table tr td a .text
{
  color:#666;
  display:block;
  font-size:1em;
}

.body table tr td.box a:hover
{
  background-color:#EEE;
}

.body table tr td a:hover .title
{
  text-decoration:underline;
}

.body .image
{
  background-color:#EEE;
  margin-top:5px;
  font-size:1px;
}

.body .image img
{
  display:block;
}

table tr td.bodytext
{
  padding:0px;
}

table tr td.bodytext p
{
  margin:10px;
}

table tr td.rightimage
{
  padding:5px;
  padding-right:0px;
}

table tr td.rightimage img
{
  cursor:pointer;
}

.thumb
{
  float:left;
  padding-left:2px;
  padding-top:3px;
  padding-right:10px;
  padding-bottom:9px;
  cursor:pointer;
  background:url(../../templates/images/thumb.gif) no-repeat;
}

.thumb div
{
  width:100px;
  height:100px;
  text-align:center;
  vertical-align:middle;
  font-size:1px;
  white-space:nowrap;
}

.thumb span
{
  padding-top:3px;
  padding-bottom:5px;
  display:block;
  text-align:center;
  font-size:9px;
  font-family:tahoma,arial,sans-serif;
}

.thumb div img
{
  vertical-align:middle;
}

.bodytext a:hover
{
  text-decoration:none;
}

.copy
{
  margin-top:5px;
  text-align:right;
  color:#999;
}

.copy a
{
  color:#999;
}


table.baselineLinks tr td
{
	border: 0px;
}


.baselineLinks a
{
	border: 0px;
}

.baselineLinks a img
{
	border: 0px;
}

div.ImageContainer
{
	text-align:center; 
	/*border-top:1px dashed #999999; 
	border-bottom:1px dashed #999999;
	margin-top:5px;*/
	padding-top:5px;
	padding-bottom:5px;
}

div.full-width-image {
	margin:5px 0 2px 0;
}

div.full-width-image div {
	margin:3px 0 10px 0;
	color:#666;
}