@charset "utf-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/page_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	background-color:#17679f;
}
#background {
	background-image:url(images/page_bg_img.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
#container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

a:link, a:visited, a{
color:#3366CC;
}

a:hover{
color:#0066FF;
text-decoration:none;
}

#footer {
	height:15px;
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	color:#FFFFFF;
	font-size:10px;
}
#footer a,#footer a:link,#footer a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#footer_copy{
	float:left;
	margin-left:166px;
}
#footer_menu{
	float:right;
}

#mainbg {
	background-image:url(images/container_bg.gif);
	background-position:left;
	background-repeat:repeat-y;
	width:950px;
	margin:0px auto;
}
#body_box_top {
	background:url(images/body_top.gif) no-repeat bottom left;
	height:6px;
	margin:0px;
	padding:0px;
}
#body_box_bottom {
	background:url(images/body_bottom.gif) no-repeat left top;
	height:8px;
}

#header {
	padding: 0;  /* 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. */
	height:130px;
	text-align:center;
}
#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 */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 166px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin:0px;
	padding:0px;


}
/*
#menu_bottom{
background-image:url(images/nav_bottom.gif);
background-repeat:no-repeat;
background-position:bottom left;
	width:721px;
	margin:10px auto;
} */
#mainContent {
	margin: 0 10px 0 0:; /* 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: 8px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:right;

	width:740px;
}

.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;
}
#footer2 {
	width:749px;
	height:20px;
	font-size:10px;
	color:#996600;
	margin:0 auto;
	text-align:left;
}
/*content*/

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#0a2c83;
	font-weight:normal;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#cc0000;
	border-bottom: #e5e5e5 1px solid;
}

hr {
border: 0;
color: #b5cdde;
background-color: #b5cdde;
height: 1px;
width: 100%;
text-align: left;
}

/*nav box******************************/
#nav_box {
	color:#FFFFFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	min-height:200px;
	padding-top:10px;
}
#nav_box div.menu_item{
	margin-bottom:3px;
	margin-top:3px;
}
#nav_box div.menu_item a,#nav_box div.menu_item a:link,#nav_box div.menu_item a:visited{
	background-image:url(images/nav_icon.gif);
	background-position:5px 3px;
	background-repeat:no-repeat;
	display:block;
	width:139px;
	height:20px;
	padding-left:20px;
	color: #FFFFFF;
	text-decoration:none;
}
#nav_box div.menu_item a:hover{
	color:#FFFFFF;
	text-decoration:underline;

}
.menu_sub{
	display:none;
	
}
.menu_sub div{
	font-size:11px;
	margin-left:5px;
	
}
div.menu_sub a, div.menu_sub  a:link, div.menu_sub a:visited{
color:#c2e9ff !important;
}

.red{
color:#cc0000;
}

.red_large{
color:#cc0000;
font-size:14px;
}

.size10{
font-size:10px;
}

.size11{
font-size:11px;
}

.size12{
font-size:12px;
}

.size13{
font-size:13px;
}
.size14{
font-size:14px;
}
.size16{
font-size:16px;
}

.size18{
font-size:18px;
}


.image_border{
border:#CCCCCC 1px solid;
margin:3px;
padding:2px;
}

.forms{
background-color:#FFFFFF !important;
border:1px solid #CCCCCC !important;
}

.table_border td{
border-bottom:#cccccc 1px dashed;
border-right:#cccccc 1px dashed;
}

.table_border_dash td{
border-bottom: 1px dashed #CCCCCC;
padding-bottom:5px;
}

.news_date{
font-size:10px;
font-style:italic;
color:#666666;
margin-bottom:8px;
}

h3{
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
color:#0066CC;
}

.large_blue{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#0f2966;
}

#calendar{
color: #0033cc; 
font-size: 10px;
}