@charset "UTF-8";
body  {
	margin: 15;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
	padding: 0;
}
.twoColFixLtHdr #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #BBB;
} 
.twoColFixLtHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	background-color: #FFF;
} 
#head_logo {
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 75px;
	padding-bottom: 0px;
	margin: 0px;
}
.twoColFixLtHdr #mainContent {
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #FFF;
	border-right-width: 45px;
	border-right-style: solid;
	border-right-color: #BBB;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 540px;
	display: inline;
	float: right;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	text-decoration: none;
	text-align: center;
	display: inline;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #footer {
	background:#DDD;
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	line-height: 1.7em;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #333;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0px;
} 
.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: 15px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
}
.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;
}
#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #669900;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 1.2em;
}
#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #669900;
	margin-top: 30px;
	margin-bottom: 0px;
	line-height: 1.3em;
}
#mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #999;
	font-weight: normal;
	line-height: 1.5em;
	margin-top: 0px;
	padding-top: 0px;
	border-top-width: 0px;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.body_text  {
	font-family: Times, "Times New Roman", Georgia, serif;
	line-height: 1.5em;
	font-size: medium;
	margin-top: 10px;
	margin-bottom: 15px;
}
.reference_number {
	vertical-align: super;
	font-size: x-small;
	line-height: .5em;
}
#navbar {
	background-color: #333;
	margin: 0px;
	padding: 0px;
	height: 27px;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navbar ul li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: -4px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navbar ul li a {
	margin: 0px;
	padding: 0px;
}
#mainContent a:link {
	text-decoration: none;
	color: #00F;
}
#mainContent a:visited {
	text-decoration: none;
	color: #00F;
}
#mainContent a:hover {
	text-decoration: none;
}
#mainContent a:active {
	text-decoration: none;
}
.sidebar_left {
	background-color: #99CC33;
	float: left;
	width: 242px;
	border: 4px solid #669900;
	margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.sidebar_full {
	background-color: #99CC33;
	float: none;
	width: 512px;
	border: 4px solid #669900;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	padding-bottom: 10px;
}
#mainContent .sidebar_left p{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: small;
	line-height: 1.5em;
	margin-top: 5px;
}
#mainContent .sidebar_full p {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: small;
	line-height: 1.5em;
	margin-top: 5px;
}
#side_contents ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#side_contents ul li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.references {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999;
	margin-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	line-height: 1.3em;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
.references p {
	margin-bottom: 0px;
	margin-top: 10px;
}
.illo_center {
	margin-left: 20px;
}
.sidebar_category {
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
}
.sidebar_head {
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}
.quote {
	font-style: italic;
	color: #666;
	font-family: "Times New Roman", Times, serif;
	line-height: 1.3em;
	font-size: large;
}
.table_left {
	float: left;
	width: 120px;
}
.table_right {
	float: right;
	width: 120px;
}
.table_row {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
	clear: both;
	margin: 0px;
	padding: 0px;
}
.table_left_wide {
	float: left;
	width: 250px;
}
.table_right_wide {
	float: right;
	width: 250px;
}
.table_3col_left {
	float: left;
	width: 150px;
	clear: none;
}
.table_3col_center {
	float: left;
	width: 150px;
	clear: none;
	margin-left: 8px;
}
.table_3col_right {
	float: right;
	width: 200px;
}
.bottom_nav {
	background-color: #DDD;
	margin-top: 15px;
	padding: 10px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: x-small;
	font-weight: bold;
}
.bottom_nav_left {
	float: left;
	width: 165px;
	clear: none;
}
.bottom_nav_center {
	float: left;
	width: 165px;
	clear: none;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
}
.bottom_nav_right {
	float: right;
	width: 165px;
	text-align: right;
}
.art_116_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666;
	text-align: right;
	line-height: 2em;
	float: left;
	width: 116px;
	margin-right: 15px;
}
.art_116_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666;
	text-align: right;
	line-height: 2em;
	float: right;
	width: 116px;
	margin-left: 15px;
}
.art_250_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666;
	text-align: right;
	line-height: 2em;
	float: right;
	width: 250px;
	margin-left: 15px;
}
.art_270_right {
	text-align: right;
	float: right;
	width: 270px;
	margin-left: 15px;
}
.art_250_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666;
	text-align: right;
	line-height: 2em;
	float: left;
	width: 250px;
	margin-right: 15px;
}
.art_472_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666;
	text-align: right;
	line-height: 2em;
	width: 472px;
	margin-left: 34px;
}
.art_472_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666;
	text-align: right;
	line-height: 2em;
	width: 472px;
	margin-left: 20px;
}
.art_242_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666;
	text-align: right;
	line-height: 2em;
	width: 242px;
}
.logo_left {
	text-align: center;
	float: left;
	width: 260px;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.logo_right {
	text-align: center;
	float: right;
	width: 260px;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.press_title {
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: large;
	color: #669900;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 1.5em;
}
.explore_more {
	background-color: #FFF;
	text-align: center;
	width: 136px;
	border: 1px solid #999;
	margin-left: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.2em;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 4px;
	margin-top: 10px;
}
