body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	font-size: 13px;
	margin: 0px;
	color: #333333;
	background-image: url(../images/hdr-bg.jpg);
	background-repeat: repeat-x;
}

a:link{
	text-decoration: none;
	color: #000066;
}

#page-container {  
	width: 1345px; 
	margin: auto; 
	text-align: left; 
 } 
 
#header {

	width: 1340px;
}

#header2 {
	height:306px;
	width: 1340px;
	text-align: left;
	color: white;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	
}

#header2 h1{
	color: white;
	font-size: 24px;
	padding-left: 65px;
	padding-top: 25px;
	padding-bottom: 10px;
}

#header2 p{
	color: white;
	font-size: 16px;
	line-height: 20px;
	padding-left: 85px;
	padding-bottom: 10px;
}

#left {
	width: 200px;
	font-size: 14px;
	text-align: left;
	border-right: solid thin #003366;
	margin-left: 65px;
	padding-top: 35px;
	padding-right: 15px;
	padding-bottom: 35px;
	line-height: 20px;
}

#left a:link{
	text-decoration: none;
	color: #000066;
}

#left a:hover{
	text-decoration: none;
	font-weight: bold;
	color: #000066;
}

#left a:visited{
	color: #000066;
	text-decoration: none;
}

#left a:active{
	color: #000066;
	text-decoration: none;
}

#content {
	width: 1000px;
	text-align: left;
	float: right; 
}

#content h1{
	color: white;
	font-size: 16px;
	padding-top: 25px;
	padding-bottom: 10px;
}

#content h2{
	color: #333333;
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content p{
	color: #333333;
	font-size: 13px;
	line-height: 16px;

	padding-bottom: 10px;
}

ul {
	color: #333333;
	font-size: 12px;
	line-height: 16px;
	padding-left: 15px;
	padding-bottom: 10px;
}

#nav{
	color: white;
	font-size: 12px;
	padding-left: 700px;
	padding-top: 65px;
	padding-bottom: 10px;
}

#nav a:link{
	color: white;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}

#nav a:hover{
	color: white;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}

#nav a:visited{
	color: white;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}

#nav a:active{
	color: white;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}

.footer {
	color: #333333;
	clear: both;
	width: 1130px;
	font-size: 10px;
	line-height: 12px;
	border-top: solid thin #003366;
}