.no_display {
display: none;
}

#spacer {
margin: 0px;
padding: 0px;
line-height: 0px;
}

body {
font-family: Arial, sans-serif;
margin: 0px;
padding: 0px;
text-align: center;
background-color: #ccc;
}

#wrap {
margin: 0px auto;
padding: 0px;
text-align: left;
width: 760px;
background-color: #387DDF;
border: solid 1px #020167;
background-image: url("../images/bg_content.jpg");
background-repeat: repeat-y;
}

#header {
width: 760px;
height: 197px;
background-image: url("../images/bg_header.jpg");
}

#header h1, img, a {
margin: 0px;
padding: 0px;
}

#header_nav {
line-height: 24px;
margin: 10px 3px 0px 0px;
padding: 0px;

}

#header_nav p {
margin: 0px;
padding: 0px;
font-size: 13px;
text-align: right;
}

#header_nav a {
margin: 0px 0px 0px 0px;
padding: 0px;
font-weight: bold;
color: #020167;
text-decoration: none;
}

#header_nav a:hover {
	color: #f00;
}

#top_nav {
font-size: 14px;
background-color: #fff;
height: 34px;
border-bottom: solid 5px #044681;
}

#top_nav p {
text-align: left;
color: #000;
height: 14px;
margin: 0px 0px 0px 0px;
padding: 6px 0px 6px 0px;
background-color: #387DDF;
}

#top_nav a {
font-weight: bold;
margin: 0px 12px 0px 12px;
color: #fff;
text-decoration: none;
}

#top_nav a:hover {
	text-decoration: none;
	color: #ff0;
}

#content_table {
width: 760px;
border-bottom: solid 3px #044681;
}

#content {
font-family: Verdana, Arial, Helvetica, sans-serif;
width: 536px;
height: 750px;
background-color: #FFF;
/*border-bottom: solid 1px #387DDF;*/
}

#content h2 {

font-family: Georgia, "Times New Roman", Times, serif;
margin: 12px 20px 0px 24px;
padding: 0px;
color: #387DDF;
}

#content h4 {
font-size: 16px;
font-family: Georgia, "Times New Roman", Times, serif;
margin: 12px 20px 12px 24px;
padding: 0px;
color: #387DDF;
}

#content p {
font-size: 12px;
margin: 12px 20px 12px 24px;
padding: 0px;
}

#content ul {
font-size: 12px;
}

#navigation {
margin: 12px 0px;
padding: 0px;
width: 224px;
background-color: #387DDF;
}

#navigation ul {
font-size: 14px;
font-weight: bold;
line-height: 170%;
list-style: none;
margin: 12px 0px;
padding: 18px 0px 0px 16px;
}

	.nav_box {
		width: 205px;
		margin: 0px auto 18px auto;
		padding: 1px 0px 0px 0px;
		background-color: #006;
		background-position: 0px 0px;
		background-image: url("../images/nav_box_top.jpg");
		background-repeat: no-repeat;
	}
	
	.nav_box_bottom {
		width: 205px;
		height: 17px;
		margin: 0px 0px 0px 0px;
		padding: 0px;
		background-position: bottom;
		background-image: url("../images/nav_box_bottom.jpg");
		background-repeat: no-repeat;
	}

#navigation a {
text-decoration: none;
color: #fff;
}

#navigation a:hover {
	color: #ff0;
}

#address {
	font-weight: bold;
	height: 200px;
	color: #fff;
	margin: 0px;
	padding: 0px;
	background-image: url("../images/bg_address.jpg");
	background-repeat: no-repeat;
}

#address h4 { 
	margin: 0px 0px 0px 16px;
	padding: 0px;
}

#address p { 
	margin: 12px 0px 0px 16px;
	padding: 0px;
}

#address a {
	text-decoration: none;
	color: #fff;
}

#address a:hover {
	text-decoration: underline;
}

#wrap a.current {
	color:#00FFFF;
}

#footer {
height: 60px;
text-align: center;
background-color: #387DDF;
border-top: 5px solid #fff;
}

#footer p {
font-size: 11px;
margin: 10px 0px 0px 0px;
padding: 0px;
}

#footer a {
	text-decoration: none;
	color:#000000;
}

#footer a:hover {
	text-decoration: underline;
	color:#FFFF00;
}
