/*Use IDs when there is only one occurence per page. Use classes when there are one or more occurences per page.*/


body {
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #EBEBD8;
	line-height: 16px;
	text-align: left;
	background-repeat: repeat;
	background-image: url(../Images/body_bg_3.jpg);
}

h1{
margin-top: 1px;
margin-bottom: 2px;
}

h2 {
margin-top: 1px;
margin-bottom: 2px;
}

h3 {
margin-top: 0px;
margin-bottom: 1px;
}

#header {
	height: 150px;
	background-image: url(../Images/header2.jpg);
	background-repeat: repeat-x;
	width: 100%;
}
#header_logo {
	height: 150px;
	width: 1150px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../Images/header_logo.png);
	background-repeat: no-repeat;
}
#navbar {
	margin-bottom: 0px;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../Images/navbar_bg2.gif);
	background-repeat: repeat-x;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #003547;
	width: 100%;

}
#navbar a {
	padding-right: 15px;
	padding-left: 15px;
	font-size: 14px;
	text-decoration: none;
	display: inline;
	color: #FFFFFF;
	font-weight: 500;
	padding-top: 5px;
	padding-bottom: 6px;
}
#navbar a:hover {
	background-color: #003547;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 6px;
}

#navbar .current {
	background-color: #003547;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 6px;
}
#sub_navbar_empty {
	background-color: #D7D4B2;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #003547;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #003547;
	background-image: url(../Images/sub_navbar_bg.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-bottom: 7px;
	text-align: center;
	color: #D7D4B2;
}

#sub_navbar {
	background-color: #D7D4B2;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #003547;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #003547;
	background-image: url(../Images/sub_navbar_bg.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-bottom: 7px;
	text-align: center;
	color: #003547;
}
#sub_navbar a {
	text-decoration: none;
	color: #003547;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 8px;
}

#sub_navbar a:hover {
	background-image: url(../Images/sub_navbar_arrow.png);
	background-position: center bottom;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	background-repeat: no-repeat;
}

#sub_navbar .current2 {
	background-image: url(../Images/sub_navbar_arrow.png);
	background-position: center bottom;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	background-repeat: no-repeat;
}
#container2 {
	width: 1015px;
	margin-right: auto;
	margin-left: auto;
}


#container {
	background-color: #FFFFFF;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-repeat: repeat-y;
	background-image: url(../Images/page_bg.png);
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #003547;
	border-left-color: #003547;
	position: relative;
}
#submenu {
	position: relative;
	text-align: right;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 14px;
	background-image: url(../Images/menu.png);
	background-repeat: repeat-x;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #003547;
	color: #FFFFFF;
}
#submenu a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	padding-right: 9px;
	padding-left: 9px;
}
#shadow #container2 #container #sidebar_2 a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 10px;
}

#submenu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#shadow {
	background-image: url(../Images/site_shadow.png);
	background-repeat: repeat-y;
	width: 1040px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#special_notice {
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	color: #003547;
	background-color: #FFCC33;
	width: 998px;
	text-align: center;
	border: 2px solid #FF9900;
}
#form-message{
	color: #FF0000;
	font-size: 16px;
}


#top_content_left {
	height: 335px;
	width: 300px;
	float: left;
	z-index: 50;
	background-image: url(../Images/top_left_2.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 30px;
	padding-right: 20px;
	position: absolute;
	color: #003547;
}
#shadow #container2 #top_content_left  a {
	color: #003547;
	text-decoration: none;
}
#shadow #container2 #top_content_left  a:hover {
	text-decoration: underline;
}


#top_content_right {
	height: 350px;
	width: 700px;
	margin-left: 300px;
	z-index: 40;
	background-repeat: no-repeat;
	background-color: #000000;
}
#main_content {
	width: 640px;
	float: left;
	padding-left: 40px;
	padding-top: 20px;
	margin-top: 20px;
	text-align: justify;
	padding-bottom: 20px;
}
#main_content a {
	color: #003547;
	text-decoration: none;
}
#shadow #container2 #container #main_content a:hover {
	text-decoration: underline;
}



#sidebar {
	margin-left: 700px;
	padding-right: 30px;
	padding-top: 20px;
	border-left-color: #003547;
	padding-bottom: 20px;
	padding-left: 30px;
	margin-top: 20px;
}
#sidebar .sidebar_inner {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #003547;
}

#sidebar a {
	text-decoration: none;
	color: #003547;
}
#sidebar a:hover {
	text-decoration: underline;
}


#sidebar_2 {
	width: 330px;
	margin-left: 630px;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-top: 20px;
	margin-right: 40px;
}

#main_content_2 {
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 0px;
	width: 900px;
	padding-bottom: 20px;
	padding-top: 20px;
}
#main_content_2 a {
	color: #003547;
	text-decoration: none;
}
#main_content_2 a:hover {
	text-decoration: underline;
	color: #003547;
}



#footer {
	height: 150px;
	clear: both;
	width: 100%;
	background-image: url(../Images/footer_bg.jpg);
	background-repeat: repeat-x;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #003547;
}
#footer_inside {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#footer_left {
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 11px;
	color: #FFFFFF;
}
#footer_left a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer_left a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


#footer_right {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	text-align: right;
	font-size: 11px;
	color: #FFFFFF;
}
#footer #footer_inside #footer_right a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer #footer_inside #footer_right a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#content_wrap {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #003547;
	border-bottom-color: #003547;
}
#main_content_3 {
	width: 550px;
	float: left;
	padding-left: 40px;
	padding-top: 15px;
	margin-top: 20px;
	text-align: justify;
	padding-bottom: 20px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.content_wrap {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #003547;
	margin-top: 5px;
	margin-bottom: 5px;
}
.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. Place after the non-float div */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

