@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #039;
	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: #000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000;
}
h3 {
	font-family: Verdana;
	font-size: 12px;
	color: #006;
}

#nav-main { position:absolute; top:-13px; left:-37px; list-style:none}
#nav-main li { width:101px; height:26px; float:left; }
#nav-main li a {width:101px; height:26px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#fff; text-decoration:none;  background:url(../images/buttons-top.gif) no-repeat; display:block; letter-spacing:-0.5px; text-align:center; line-height:28px  }
#nav-main li a:hover { background:url(../images/buttons-top.gif) no-repeat 0 -26px;   }
#nav-main li a.active { background:url(../images/buttons-top.gif) no-repeat 0 -52px; cursor:default   }
#nav-main li ul { position:absolute; left:-999em}
#nav-main li:hover ul { left:auto; margin-left:-40px;}
#nav-main li:hover ul li { list-style:none; display:block; width:101px; clear:left}
#nav-main li:hover ul li a{ background:#417d26}
#nav-main li:hover ul li a:hover{ background:#356084}

.thrColFixed #container {
	width: 1000px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 12px;
	padding: 0px 3px 0px 3px;
	color: #006;
	font-family: Verdana;
	position:relative;
} 

#flashvideo { position:relative; left:-3px; width:330px; height:212px; border:#000 1px solid; display:block}

.thrColFixed #leftCol {
	float: left; 
	width: 326px; /* since this element is floated, a width must be given */
	background-image: url(../images/GreenBG.jpg);
	margin: 0px;
	padding: 0px 3px;/* padding keeps the content of the div away from the edges */
	height: 461px;
}
.thrColFixed #rightCol {
	float: right; 
	width: 326px; /* since this element is floated, a width must be given */
	background-image: url(../images/GreenBG.jpg);
	margin: 0px;
	padding: 0px 3px;/* padding keeps the content of the div away from the edges */
	height: 461px;
}
.thrColFixed #mainContent {
	padding: 0px;
	border: solid white 1px;
	margin: 0px;
	background: url(../images/BlueBG.jpg);
	text-align: center;
	font-size: 12px;
} 


.thrColFixed #footer {
	padding: 0px;
} 

.thrColFixed #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: 6px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 6px;
}
.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;
}
.TempText {
	font-size: 24px;
}
