@charset "utf-8";
/* CSS Document */

body {
	background: #265196 url(../images/body-bg.jpg) repeat-x top left;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
/* --------------------------------------------
	Container
-------------------------------------------- */
#container {
	width: 720px;
	margin: 0 auto;
	background: #fff;
	padding: 0 4px;
}
#containerInner {
}
/* --------------------------------------------
	Header
-------------------------------------------- */
#header {
	width: 720px;
	margin: 0 auto;
	padding: 0;
}
#banner img {
	vertical-align: top;
}
/* --------------------------------------------
	Navigation
-------------------------------------------- */
#navcontainer {
}
#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}
#navlist li a {
	font-size: 16px;
	color: #000;
	text-decoration: none;
}
.active a {
	font-size: 16px;
	color: #000;
	text-decoration: none;
	border-bottom: 2px #265196 solid;
	padding-bottom: 5px;
}
#navlist li a:hover {
	font-size: 16px;
	color: #000;
	text-decoration: none;
	border-bottom: 2px #265196 solid;
	padding-bottom: 5px;
}
/* --------------------------------------------
	Content
-------------------------------------------- */
#content {
	background-color: #fff;
	color: #000;
	font-size: 10pt;
	padding: 5px;
}
#content span {
	color: #000;
	font-weight: normal;
}
a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #19fefe;
}
/* --------------------------------------------
	Footer
-------------------------------------------- */
#footer {
	width: 720px;
	margin: 0 auto;
	padding: 0;
}
#footer h1, #footer p, #footer p a {
	font-size: 11px;
	color: #000;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
}
