@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font: 0.8em Arial, Helvetica, sans-serif;
	background: #000000 url(../images/2011/bg.jpg) repeat-x;
}
h3 {
	font-size: 1.15em;
}
a:link, a:visited, li.link {
	font-weight: bold;
	color: #0f977b;
	text-decoration: none;
}
a:hover, li.link:hover {
	text-decoration: underline;
}
.floatleft {
	float: left;
}
.floatrgt {
	float: right;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
}
.greentext {
	color: #c4dc35;
}
.graytext {
	color: #717079;
}
.smalltext {
	font-size: .8em;
}
.photoborder {
	border: 1px solid #221F20;
}
.marquee {
	font-size: 1.2em;
}
#divWrap {
	width: 950px;
}
#divHeader {
	position: relative;
}
#divFauxCol {
	background-image: url(../images/2011/body-bg.gif);
	background-repeat: repeat-y;
	width: 900px;
}
#divContent {
	width: 637px;
	background-image: url(../images/content-bg.jpg);
	background-repeat: repeat-x;
	background-color: #C0C0C0;
}
#divText {
	padding: 10px 10px 10px 15px;
	border-right: 1px solid #9e1e22;
	border-left: 1px solid #9e1e22;
	min-height: 314px;
	height: expression( this.scrollHeight < 314 ? "314px" : "auto" );

}
#divOrange {
	background-image: url(../images/2011/red2.gif);
	background-repeat: repeat-x;
	height: 30px;
	margin-top: 10px;
	margin-left: 50px;
	line-height: 30px;
	color: #FFFFFF;
}
#divFooter {
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 50px;
}
#divFooter a:link, #divFooter a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#divFooter a:hover {
	text-decoration: underline;
}
#tblContent td {
	vertical-align: top;
	border-bottom: 1px dashed #971016;
	padding-top: 10px;
	padding-bottom: 10px;
}
#tblContent td.nobotborder {
	border-style: none;
}
#tblNoBorder td {
	border-style: none;
}

