body {
	background-color: #e8ecf5;
	background-image: url(images/blend-bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}
#container {
	width: 800px;
	margin: 0 auto;
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
}
#header {
	width: 800px;
}
#splash {
	width: 800px;
	height: 200px;
	background-color: #fff;
	padding: 0;
	border-top: 5px solid #f57d3e;
	border-bottom: 3px solid #fff;
}
#title {
	width: 800px;
	height: 100px;
	background-color: #ff9937;
	border-bottom: 3px solid #fff;
	border-top: 3px solid #fff;
}
.green {
	background-color: #339933 !important;
}
.orange1 {
	background-color: #ff9937 !important;
}
.orange2 {
	background-color: #f57d3e !important;
}
.blue1 {
	background-color: #3d8fbf !important;
}
.blue2 {
	background-color: #00349a !important;
}
.blue3 {
	background-color: #729dbd !important;
}
#title h1 {
	margin: 0;
	padding: 0;
	width: 450px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #fff;
	position: relative;
	top: 50px;
	left: 50px;
}
#title img {
	float: right;
	border-left: 3px solid #fff;
	
}
#body {
	width: 800px;
	background-color: #3784be;
}
#nav {
	width: 194px;
	float: left;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #fff;
}
#nav li {
	height: 29px;
	width: 194px;
	background-image: url(images/nav-bg.jpg);
	margin: 0;
	color: #fff;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#nav a {
	display: block;
	width: 188px;
	height: 23px;
	background-image: url(images/nav-bg.jpg);
	padding: 5px 0 0 5px;
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	border-top: 1px dotted #fff;
	border-left: 1px dotted #fff;
}
#nav a:hover {
	background-image: url(images/nav-bg-hover.jpg);
}
#content {
	background-color: #0265cb;
	border-left: 1px dotted #fff;
	padding: 5px 10px;
	width: 585px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
}
#content a {
	color: #fff;
	text-decoration: underline;
}
#content a:hover {
	color: #efefef;
}
#content h2 {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#content h3 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#content h4 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#content p {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 8px 0;
	padding: 0;
}
#footer {
	width: 800px;
	border-top: 1px dotted #000;
	background-color: #fff;
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	padding: 5px 0;
}
#footer a {
	color: #000;
	text-decoration: underline;
}
hr {
	border: 1px dotted #fff;
}