@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	}

a {color: #0098d4; text-decoration: underline;}

h1, h2, h3, h4 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	}

#site_top {
	width: 100%;
	height: 302px;
	float: left;
	margin: 0px 0px 0px 0px;
	background-image: url(images/top_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #e5f4fb;
	}

#head_topshadow {
	width: 100%;
	height: 28px;
	background-image:url(images/head_shadow.gif);
	background-position: top;
	background-repeat: no-repeat;
	}

#header_menu {
	width: 840px;
	height: 133px;
	background-color: #FFFFFF;
	margin: 0px auto 0px auto;
	text-align: left;
	}
	
#header_menu img {
	float: right;
	border: none;
	}

#header_menu ul {float: left; margin: 91px 0px 0px 0px; padding: 0px 0px 0px 7px; height:40px; }

#header_menu ul li {margin: 0px; padding: 0px; list-style-type: none; float: left; }

#header_menu ul li a {
	float: left; display: block; 
	height: 40px; line-height: 40px; 
	padding: 0px 15px 0px 15px; 
	background-color:#0098d4;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px 2px 0px 0px;
	}

#header_menu ul li a:hover {
	background-color:#0098d4;
	color: #FFFFFF;
	text-decoration: underline;
	}

#header_img {
	width: 840px;
	height: 140px;
	margin: 0px auto 0px auto;
	text-align: center;
	background-color:#FFFFFF;
	}


#site_bottom {
	width: 100%;
	float: left;
	border-top: 3px solid #0098d4;
	background-color: #FFFFFF;
	background-image: url(images/bottom_bg.gif);
	background-repeat: repeat-y;
	background-position:center;
	padding: 0px;
	}

#content_container {
	width: 840px;
	margin: 20px auto 0px auto;
	padding: 0px;
	}

#content {
	width: 780px;
	margin: 0px auto 50px auto;
	padding: 0px;
	text-align: left;
	min-height: 300px
	}

#search {
	width: 780px;
	height: 20px;
	text-align: right;
	}

#search form{
	float: right;}

#search input {
	width: 100px;
	background-color:#FFFFFF;
	border: 1px solid #999999;
	height: 20px; line-height: 14px;
	padding: 0px; margin: 0px 5px 0px 0px;
	}

#search #searchsubmit {width: 60px; margin: 5px 30px 0px 0px;}


#page_content {
	width: 550px;
	padding: 0px;
	margin: 0px;
	}

#submenu {
	width: 200px;
	float: left;
	margin:  10px 0 0 0;
	}
	
#submenu ul {margin: 0px; padding: 0px;}
#submenu ul li {margin: 0px; padding: 0px; list-style-type: none;}
#submenu ul li a{margin: 0px; padding: 0px; display: block; width: 200px; height: 26px; border-bottom: 1px dotted #cccccc ; text-align: left; text-indent: 14px; line-height: 26px; text-decoration: none;}

#submenu ul li a:hover { background-color:#eeeeee;}


#sidebar {
	width: 200px;
	float: right;}


#sidebar ul { list-style-type:  none; }


#footer {
	float: left;
	width: 100%;
	min-height: 30px;
	text-align: center;
	background-image:url(images/footer_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 10px;
	margin: 0px 0px 20px 0px;
	padding: 5px 0px 0px 0px;
	}

