body {
	background-color: #1e3855;
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

img {
	border: 0px;
}

#container {
	display: block;
	width: 900px;
	margin: 15px auto;
	background-color: white;
	padding: 10px;
	border: 2px solid #1d3894;
}

#logo {
	display: block;
	width: 185px;
        height: 174px;
	float: left;
	margin: 10px;
}

#nav {
	display: inline;
	width: 695px;
	margin-top: 75px;
	float: right;
	background-image: url(../images/navbg.jpg);
	background-repeat: repeat-x;
	background-position: middle center;	
	font-family: Gill Sans, Verdana, sans-serif;
	font-size: 14px;
	line-height: 22px;
}

	#nav a {
		color: white;
		text-decoration: none;
	}
	
	#nav ul {
		list-style-type: none;
		padding: 4px 0px;
		margin: 0px;
		float: right;
	}
	
	#nav li {
		display: inline;
		float: left;
		border-right: 1px dotted white;
		text-align: center;
	}
	
	#nav li:hover {
		background-color: #666666;
		background-image: url(../images/navhoverbg.jpg);
		background-repeat: repeat-x;

	}
	
	#nav li.last {
		border-right: none;
	}
	
	#nav a {
		padding: 0px 10px;
	}

	#nav a:hover {
		text-decoration: underline;
	}	
	
#leftsidebar {
	display: block;
	clear: both;
	background-image: url(../images/leftsidebarbg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 204px;
	padding: 0px;
	float: left;
	font-size: 11px;
	line-height: 18px;
	
	/* ie only */
	
	margin-top: 18px;
	margin-left: 5px;
}

	#container > #leftsidebar {
		margin: 0px;
	}

	#leftsidebar p {
		width: 94%;
		margin-left: auto;
		margin-right: auto;
	}
	
	#leftsidebar h2 {
		font-family: Gill Sans, Verdana, sans-serif;
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 0px;
		font-weight: normal;
		border-bottom: 1px solid #C38429;
		width: 94%;
		margin: 10px auto;
	}
	
	#leftsidebar #subnav {
		border-bottom: 4px solid white;
	}
	
	#leftsidebar #subnav ul {
		list-style-type: none;
		padding: 0px;
		margin: 0px 0px 0px 10px;
		font-size: 12px;
		line-height: 16px;
		text-align: right;
		font-family: Gill Sans, Verdana;
		padding-bottom: 4px;
	}
	
	#leftsidebar #subnav a {
		text-decoration: none;
		color: black;
	}
	#leftsidebar #subnav ul li {
		padding: 2px 10px;
	}
	
	#leftsidebar #subnav ul li.current {
		background-color: white;
		padding: 2px 10px;
		border: 1px solid #eabc92;
		border-right: none;
	}
	
	#leftsidebar #subnav ul li:hover {
		background-color: #eabc92;
	}

	#leftsidebar #subnav ul a:hover {
		text-decoration: underline;
	}

#content {
	display: block;
	margin-left: 220px;
	margin-top: 30px;
}

	#container > #content {
		margin-top: 120px;
		margin-left: 218px;

	}

	#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
		font-family: Gill Sans, Verdana, sans-serif;
		font-weight: normal;
		margin-bottom: 0px;
	}
	
	#content h1 {
		font-size: 30px;
		line-height: 34px;
	}
	
	#content h2 {
		font-size: 26px;
		line-height: 30px;
	}
	
	#content h3 {
		font-size: 22px;
		line-height: 26px;
	}
	
	#content h4 {
		font-size: 14px;
		line-height: 18px;
	}
	
	#content h5, #content h6 {
		font-size: 12px;
		line-height: 16px;
	}

#footer {
	display: block;
	clear: both;
	font-size: 10px;
	line-height: 16px;
	padding-top: 10px;
	text-align: center;
	background-color: #f0f0f0;
	padding: 10px;
}
