@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #000000;
	text-decoration: none;
}
img
{  border-style: none;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.style1 {
	color: #FFFFFF;
	list-style-image: url(images/triangle.jpg);
}
.body_block {
	margin-bottom: 10px;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 6px;
	border: thin solid #9AC92B;
}

.twoColFixRtHdr #container {
	width: 780px;
	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: #000000;
} 
.twoColFixRtHdr #header {
	background-color: #000000;
	text-align: right;
} 
.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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #banner {
	background-image: url(layout_images/site-1_01.jpg);
	text-align: left;
} 	

.twoColFixRtHdr #BannerEditable {
	text-align: left;
	width: 600px;
	float: right;
} 	

.twoColFixRtHdr #NavBar {
	height: 36px;
	overflow: hidden;
	margin-left: 26px;
} 	

div.nav_below{position:absolute; top:155px; left:63px; visibility:hidden; background-color:#595D2F; width:780px; font-size:11px;}
 #internalNav
{
	height: 16px;
	font-size: 100%;
	text-align: center;
	vertical-align: middle;
}
 #internalNav ul
{
	list-style-type: none;
	margin: 0px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

#internalNav ul li {
	display: inline;
	
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

#internalNav ul li a
{
	text-decoration: none;
	color: #BADB28;
	border: thin none #A3A3A3;
	text-align: center;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
	background-image: url(images/triangle.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#internalNav ul li a:hover
{
	background-image: url(images/triangle_down.jpg);
}
#internalNav ul li a:active
{
	border: thin solid #A9CF38;
	color: #BADB28;
}
 #footnav
{
	height: 72px;
	padding-top: 36px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	font-size: 70%;
	width: 560px;
}
 #footnav ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#footnav ul li {
	display: inline;
}

#footnav ul li a
{
	text-decoration: none;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: center;
	margin-right: 0.6em;
	margin-left: 0.6em;
	color: #BADB28;
}

#footnav ul li a:hover
{
	color: #FFFFFF;
}
#footnav ul li a:active
{
	border: thin solid #A9CF38;
	color: #000000;
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #000000;
	margin-top: 12px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #A3C831;
}
.twoColFixRtHdr #mainContent {
	background-color: #000000;
	margin-top: 18px;
	margin-right: 240px;
	margin-bottom: 0;
	margin-left: 0;
	padding-bottom: 0;
	padding-left: 26px;
}
 
.twoColFixRtHdr #mainContent a {
	color: #ADD438;
	text-decoration: underline;
}

.twoColFixRtHdr #footer {
	background-color: #000000;
	background-image: url(images/site-2_08.jpg);
	margin-left: 12px;
} 
.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 */
}
.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;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.1em;
	color: #ADD438;
}
.green {
	color: #A3C831;
}
