@charset "UTF-8";

.twoColFixRtHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.red_text {
	font-size: 10pt;
	line-height: 13pt;
	color: #FF0000;
}
.twoColFixRtHdr #header {
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 130px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.menu_bottom_bg {
	background-image: url(../images/menu_reflection.jpg);
	background-repeat: no-repeat;
	height: 30px;
	background-position: 15px 0px;
	padding-left: 70px;
	padding-right: 35px;
}
.sub_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #009933;
}
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #header td {
	font-size: 9pt;
	color: #333333;
}
.twoColFixRtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
	margin-top: 10px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url(../images/sidebar_bg.gif);
	background-repeat: no-repeat;
	margin-left: 15px;
	height: 900px;
}
.twoColFixRtHdr #sidebar1 p {
	font-size: 10pt;
	line-height: 14pt;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
}
.pressheading {
	color: #FFFFFF;
	font-size: 12pt;
	line-height: 16pt;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	letter-spacing: 2px;
	text-align: center;
}
.pressdate {
	font-size: 10pt;
	line-height: 14pt;
	color: #666666;
}
.twoColFixRtHdr #mainContent p {
	font-size: 10pt;
	line-height: 15pt;
} 
.twoColFixRtHdr #mainContent table{
	font-size: 10pt;
	line-height: 14pt;
}
.twoColFixRtHdr #mainContent li{
	font-size: 10pt;
	line-height: 14pt;
}
.twoColFixRtHdr #mainContent a {
	font-size: 10pt;
	line-height: 15pt;
	color: #336699;
}
.twoColFixRtHdr #mainContent a:hover {
	font-size: 10pt;
	line-height: 15pt;
	color: #FF6600;
	text-decoration: underline;
} 
.twoColFixRtHdr #pressTable li {
	font-size: 10pt;
	line-height: 15pt;
	list-style-image: url(../images/i_arrowbox.gif);
}
.subhead01 {
	font-size: 12pt;
	line-height: 17pt;
	font-weight: bold;
	color: #006600;
}
.subhead02 {
	font-size: 11pt;
	line-height: 15pt;
	color: #339933;
}
.subhead03 {
	font-size: 10pt;
	line-height: 14pt;
	color: #339933;
}
.newstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
}
.hot_bg {
	background-image: url(../images/hot_bg.gif);
	background-repeat: no-repeat;
	height: 25px;
	font-size: 10pt;
	line-height: 13px;
	padding-bottom: 5px;
}
.twoColFixRtHdr #footer {
	background-color: #DDDDDD;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9pt;
	line-height: 13pt;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #footer td{
	font-size: 9pt;
	line-height: 13pt;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
}
.menu_bg {
	background-image: url(../images/header_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.white_text {
	color: #FFFFFF;
}
.photo_border {
	border: thin solid #999999;
}
.dotline {
	background-image: url(../images/g_dotline.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.table_border {
	border: 1px solid #669900;
}
.pulldown_right {
	margin-left: 550px;
}
