/* CSS Document */

*{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

body{
	background-color:#fff;
	color:#000;
}

h1{
	font-size:16px;
	color:#333;
	border-bottom:2px solid #333;
	padding:0 0 10px 0;
	margin:0 0 15px 0;
}

p{
	margin:0 0 10px 0;
	clear:both;
	/*line-height:20px;*/
}

a{
	color:#000099;
}

#website-wrapper{
	width:1096px;
	margin:0 auto;
	background-image:url(images/bg.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

#header{
	width:1062px;
	height:157px;
	margin:0 auto;
	background-image:url(images/header.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

#addressbar{
	width:1060px;
	height:28px;
	margin:0 auto;
}

#content-wrapper{
	width:1020px;
	margin:1px auto 0 auto;
	background-color:#00497C;
	padding:10px 30px 0 10px;
}

#left-wrapper{
	float:left;
	margin:0 25px 0 0;
	width:191px;
}

#left-wrapper img{
	border:0;
}

#navi{
	margin:0 0 15px 0;
	background-color:#032F4C;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}

#navi li{
	list-style-type:none;
	padding:2px 10px 5px 10px;
	border-bottom:1px solid #fff;
}

#navi a, #navi a:visited{
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	font-size:14px;
}

#navi a:hover{
	text-decoration:none;
	color:#ff0000;
	font-weight:bold;
	font-size:14px;
}

#content{
	float:left;
	width:780px;
	padding:10px;
	background-color:#fff;
}

#footer{
	margin:10px 0 0 0;
	border-top:5px solid #ddd;
	padding:10px;
	text-align:center;
	font-weight:bold;
}

#footer a{
	color:#000;
}

.homepage-images{
	margin:0 0 0 30px;
}

.sub-headers{
	font-style:normal;
	font-weight:bold;
	font-size:14px;
}

.homepage-paragraph-h-space{
	height:10px;
}

.clear{
	clear:both;
}
