@charset "utf-8";
/* CSS Document */

body {
	font:Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
	}
	
p {
	margin-top:15px;
	margin-bottom:15px;
	}

#container {
	width:955px;
	margin:0 auto;
	}

#header {
	width:955px;
	background:url(../images/newLogo.gif) no-repeat;
	height:150px;
	}
	
#logo {
	height:150px;
	width:200px;
	float:left;
	text-indent:-9000px;
	}
	
#headerRight {
	float:left;
	}
	
#headerRight h2 {
	font-size:36px;
	color:#211868;
	padding-top:30px;
	margin-left:150px;
	border:#0f0;
	}

#nav {
	margin:50px 0 0 100px;

	}
	
#nav li {
	float:left;
	padding-right:10px;
	background:url(../images/navSeparator.gif) right center no-repeat;
	padding-left:10px;
	}
	
#nav li a {
	text-decoration:none;
	color:#211868;
	font-weight:bold;
	font-size:11px;
	}
	
#content {
	background:url(../images/newBg.gif) no-repeat center center;
	min-height:400px;
	}
	
#content ul {
	list-style:disc;
	margin-left:20px;
	}
	
#content ul ul {
	list-style:circle;
	}
	
#footer p {
	text-align:center;
	}
