body {
	margin: 0;
	padding: 0;
	background: #e5eff7;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
}

#header {
	background-color: #41586b;
	height: 100%;
	width: 674px;
	border-left: solid 1px #2d4659;
	border-right: solid 1px #2d4659;
	margin: 0 auto;
	padding: 30px 20px 35px 30px;
}

#headertext {
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
	width: 400px;
	height: 70px;
}

#navigation {
	margin: 0 auto;
	background-image: url(img/nav.gif);
	background-repeat: repeat-x;
	width: 724px;
	height: 39px;
	border-left: solid 1px #406785;
	border-right: solid 1px #406785;
	font-family: arial, "lucida console", sans-serif;
	text-decoration: none;
	font-weight: bold;
}

#navigation ul {
	margin: 0;
	padding: 0 0 0 0;
	float: left;
	list-style-type: none;
	list-style-image: none;
}

#navigation ul li {
	float: left;
	margin: 0;
	padding-top: 11px;
}

#navigation ul li a:hover {
	background-image: url(img/navhover.gif);
	background-repeat: repeat-x;
	color: #FFF;
	margin: 0;
	padding: 11px 18px 10px 18px;
	text-decoration: none;
}

#navigation ul li a {
	text-shadow: 0px 1px 0px #2d4659;
	color: #FFF;
	margin: 0;
	padding: 11px 18px 10px 18px;
	text-decoration: none;
}

#navigation ul li.active {
	background-color: #FFF;
	padding: 11px 18px 10px 18px;
	color: #2d4659;
}

#navigation ul li.split {
	background-image: url(img/split.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 1px;
}

#title {
	margin: 0 auto;
	background-color: #fff;
	padding: 20px 20px 15px 25px;
	font-family: arial, "lucida console", sans-serif;
	font-size: 25px;
	width: 679px;
	border-left: solid 1px #4b7da3;
	border-right: solid 1px #4b7da3;
}
	
.content {
	margin: 0 auto 30px auto;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	background-color: #FFF;
	background-image: url(img/contentbg.gif);
	width: 724px;
	min-height: 375px;
	background-repeat: repeat-x;
	border-left: solid 1px #4b7da3;
	border-right: solid 1px #4b7da3;
	border-bottom: solid 1px #4b7da3;
	padding-bottom: 40px;
}
.content h1 {
	margin: 0;
	padding: 25px 25px 0 25px;
	font-family: arial, "lucida console", sans-serif;
	color: #000;
	font-size: 19px;
	font-weight: bold;
}

.content p {
	margin: 0;
	padding: 22px 25px 0 25px;
	font-family: arial, "lucida console", sans-serif;
	color: #334e64;
	font-size: 15px;
}

.content a {
	color: #247dc5;
}

.content a:hover {
	color: #008dff;
}