@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-color: #009EEA;
}
.twoColFixLtHdr #container #mainContent h1 {
	color: #0173B9;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.double_column_list li {
	float: left;
	width: 46%;
	margin-left:10px;
	
	margin-bottom: 10px;
} 

.bullet
{
	list-style-type: circle;	
}

.imagegropleft {
	margin: 3px;
	float: left;
}
/***************************CONTAINER**********************************/
.twoColFixLtHdr #container {
	width: 920px; /* the auto margins (in conjunction with a width) center the page */
	border: thin solid #666;
	color: #666;
	text-align: center;
	background-color: #FFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
/***************************HEADER**********************************/
.twoColFixLtHdr #header {
	padding: 0;
	margin: 0px;
	height: 200px;
} 

.twoColFixLtHdr #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 */
}
/***************************TOP NAV BAR**********************************/
.twoColFixLtHdr #container #topnav {
	margin: 0px;
	padding: 0px;
	background-color: #0173B9;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Tahoma, Geneva, sans-serif;
}


.twoColFixLtHdr #container #topnav a {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #container #topnav a:hover {
	color: #8ECD38;
	text-decoration: none;
	
}

.twoColFixLtHdr #container #topnav ul {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
}

.twoColFixLtHdr #container #topnav li {
	list-style: none;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	color: #8ECD38;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #container #topnav li a:hover{
	color: #09C;
	
}


/***************************SIDEBAR*********************************/

.twoColFixLtHdr #container #sidebar1 a {
	color: #FFF;
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 a:hover {
	color: #8ECD38;
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 li {
	list-style: none;
	border: 1px solid #666;
	padding: 2px;
	margin-top: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #76CD38;
	background-color: #0173B9;
}

.twoColFixLtHdr #container #sidebar1 ul {
	padding: 0px;
	margin-bottom: 50px;
	border: thin none #FFFFFF;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background-color: #FFF;
}
/***************************MAIN CONTENT**********************************/

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #container #mainContent p {
	color: #666;
	text-align: left;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.twoColFixLtHdr #container #mainContent img {
	margin: 0px auto;
	padding: 20px;
}

.twoColFixLtHdr #container #mainContent a {
	color: #0173B9;
	text-decoration: none;
	font-weight: bold;
}

.twoColFixLtHdr #container #mainContent li {
	list-style: none;
	display: block;
	color: #FFFFFF;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
.twoColFixLtHdr #container #mainContent ul {
	margin: 0px;
	padding: 0px;
}
/***************************FOOTER**********************************/

.twoColFixLtHdr #container #footer ul {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.twoColFixLtHdr #container #footer li {
	list-style: none;
	display: inline;
	color: #76CD38;
	padding-right: 30px;
	padding-left: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 80%;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
}
.twoColFixLtHdr #container #footer li a{
	
	color: #fff;
	
}
.twoColFixLtHdr #container #footer li a:hover{
	
	color:#eee;
	
}

.twoColFixLtHdr #container #footer p {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
}

.twoColFixLtHdr #footer {
	height: auto;
	background-color: #0173B9;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #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: 0px;
}


/************************** FLOATS**************************************************/
.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;
}

.twoColFixLtHdr #container #banner {
	padding: 10px;
	margin-top: 20px;
}

.twoColFixLtHdr #container #banner li {
	padding: 20px;
	list-style: none;
	display: inline;
	margin: 0px;
}

.twoColFixLtHdr #container #banner ul {
	margin: 0px;
	padding: 0px;
}

.twoColFixLtHdr #container #banner img {
	padding: 0px;
	margin-right: 30px;
}





/************************** CLASSES**************************************************/

.sideimage {
	margin: 10px;
	border: 1px solid #666;
}



h5 {
	text-align: left;
	margin: 0px;
	padding: 0px;
}

/************************** TAG RE-DEFINES**************************************************/
span {
	color: #0173B9;
}

.twoColFixLtHdr #container #mainContent #box {
	width: 80%;
	margin: 0px auto;
	margin-bottom:10px;
	border: thin solid #FFFFFF;
	background-color: #0173B9;
}






.twoColFixLtHdr #container #mainContent #box li {
	list-style: none;
	display: inline;
}

h6 {
	color: #FFF;
	font-size: 100%;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
}

td {
	color: #FFF;
	font-weight: bold;
	text-align: center;
	font-size: 70%;
	background-color: #036;
}

.twoColFixLtHdr #container #mainContent #box p {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color: #0066CC;
}

.smalltxt { font-size: 10px; }

.twoColFixLtHdr #container #mainContent #box table {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

.noborder { border-style: none; }

marquee {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #ffff00;
}

.twoColFixLtHdr #container #sidebar1 .noborder { border-style: none; }
.newdates {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	font-weight: bold;
}
.twoColFixLtHdr #container #mainContent #box table tr th {
	font-size: 12px;
	color: #036;
	background-color: #FFF;
}
.twoColFixLtHdr #container #mainContent #form_container form fieldset p {
	color: #FFF;
}
.twoColFixLtHdr #container #mainContent #form_container form fieldset legend span {
	color: #FFF;
}
.center {
	margin-top: 0px;
	margin-right: 80px;
	margin-bottom: 0px;
	margin-left: 150px;
}
.twoColFixLtHdr #container #mainContent #form_container form fieldset p a {
	color: #8ECD38;
	font-weight: normal;
}

.twoColFixLtHdr #container #mainContent ul li
{
	color: #0073C7;
}
.twoColFixLtHdr #container #mainContent #box p {
	color: #FFF;
	margin-left: 25px;
}

