/* CSS Document */

body {
	margin: 0;
	font: normal 12px verdana, sans-serif;
	color: #fff;
	background: #fff;
	text-align: left;
}

a {
	color: #1f5888;
	text-decoration: none;
}

a:hover {
	color: #444;
}

p {
	line-height: 100%;
	text-align: justify;
	margin: 3px 5px 3px 3px;
}

a img {
	border: 0;
}

h1 {
	color: #005172;
	font-family: 'century gothic', sans-serif;
	font-size: 2em;
	margin: 5px;
	padding: 0;
	font-weight: bold;
	letter-spacing: -1px;
}

#main_container {
	margin: 0 auto 0 auto;
	background: #e2e2e2;
	width: 800px;
	padding-bottom: 10px;
}

#banner {
	margin: 0 auto 0 auto;
	width: 800px;
	height: 360px;
	background: #fff url(images/banner.jpg) no-repeat;
}

#navcontainer {
	width: 250px;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 130px 0 0 20px;
}

#nav {
	padding: 0;
	margin-left: 0;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#nav li {
	display: block;
	list-style: none;
}

#nav a {
	letter-spacing: -1px;
	display: block;
	color: #fff;
	width: 207px;
	height: 28px;
	text-decoration: none; 
	margin: 0 1px 0 0;
	padding: 5px 0 0 20px;
	font-family: 'century gothic', sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	border-top: 1px solid #0095d2;
	border-bottom: 1px solid #00415b;
}

#nav a.top_li {
	border-top: 0;
}

#nav a.bottom_li {
	border-bottom: 0;
}

#nav a:hover {
	color: #e40000;
}

#help {
	width: 115px;
	height: 35px;
	background: #fff url(images/get_help.gif) no-repeat;
	margin: 3px;
}

#content {
	float: right;
	width: 480px;
	margin: 0 5px 0 0;
	padding: 0 10px 0 0;
}

#content h1 {
	color: #e40000;
}

#content p {
	color: #555;
	font-family: arial, serif;
	margin: 0 0 15px 0;
	padding: 0 5px 0 5px;
}

#left_content {
	width: 250px;
	padding: 3px 0 0 20px;
}

#sidenote_container {
	color: #006893;
	margin: 10px 0 0 0;
}

#sidenote_container p {
	color: #006893;
}

#left_content h1 {
	color: #005172;
	margin: 1px;
	padding: 0;
}

#left_content p {
	color: #555;
	margin: 5px 5px 5px 0;
}

.contentimg {
	background: #fff;
	float: right;
	padding: 5px;
	margin: 15px 8px 15px 15px;
}

.contentimg2 {
	background: #fff;
	float: left;
	padding: 5px;
	margin: 15px 15px 15px 8px;
}

#footer {
	background: #0079ab url(images/footer.jpg) repeat-x;
	color: #fff;
	width: 100%;
	text-align: center;
	clear: both;
}

#footer a {
	color: #ccc;
}

#footer p {
	text-align: center;
}