body {
	font-family: arial,helvetica, verdana, sans-serif;
	font-size: small;
}

img {
	border: 0;
}

ul#content_list li{
	font-size: 1.03em;
}

#container{
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

#header{
	height: 80px;
}

#logo{
	margin-left: 50px;
	margin-top: 20px;
}

#nav_bar{
	width: 960px;
	height: 50px;
}

#nav_left{
	width: 200px;
	float: left;
	height: 50px;
	background-image:url(../images/bluebar_topnav.gif);
}

#nav_right{
	width: 760px;
	float: left;
	height: 50px;
	background-image: url(../images/bluebar_nav.jpg);
	background-repeat: repeat-x;
	background-position: -50px 0;
}

#nav_far_right{
	width: 50px;
	float:  left;
	height: 50px;
	background-image: url(../images/bluebar_topright.jpg);
	background-repeat: no-repeat;
}

#left_content {
	background-image:url(../images/shadow_down.png);
	background-repeat: repeat-y;
	background-position: 177px 0;
	padding-top: 40px;
	background-color: #003368;
	width: 190px;
	float: left;
	
}

ul#menu{
	margin-top: 0px;
	list-style-type: none;
	padding: 0;
	padding-bottom: 50px;
	width: 177px;
	margin-left:0;

}

ul#menu li{
	margin:0;
	padding:0;
	background-image: url(../images/nav_spacer.jpg);
	background-repeat: no-repeat;
	height: 26px;
	background-position: 0 25px;
}

ul#menu li.no_spacer{
	margin:0;
	padding:0;
	background-image:none;
	background-repeat: no-repeat;
	height: 26px;
	
}

#nav_bottom{
	width: 190px;
	height: 20px;
	background-image:url(../images/nav_bottom.jpg);
	background-repeat: no-repeat;
}

#right_content {
	width: 770px;
	float: left;
	
}

#content_pane{
	width: 510px;
	float: left;
	padding: 0 20px 0 30px;;
}

#content_pane_home{
	width: 510px;
	float: left;
	padding: 0 20px 0 30px;;
}

#content_pane_no_images{
	width: 710px;
	float: left;
	padding: 0 10px 0 30px;
}

#content_images{
	width: 200px;
	float: left;
	padding-top: 10px;
}
#content_images_home{
	width: 200px;
	float: left;
	padding-top: 10px;
}

p{
	font-size: 1.03em;
	line-height: 1.5em;
	margin:0 0 15px 0;
	padding:0;
}

#footer{
	clear: both;
	border-top: 1px solid #eee;
	padding-top: 5px;
}

#footer p{
	text-align: center;
	font-size: 0.9em;
	color: #717075;
}

h1{
	font-size: 1.45em;
	color: #717075;
}

#right_content img{
	padding: 0 0px 20px 20px;
}



#content_images img{
	padding: 0 0 5px 0;
}

#content_images_home img{
	padding: 0 0 5px 0;
}

p.name{
	font-weight: bold;
	color: #003368;
	margin:0;
	padding:0;
}

.sub_header {
	color: #003368;
	font-weight: bold;
}
