body {
	margin-top: 75px;
	margin-left: 0px;
	font: 62.5%/150% "Trebuchet MS", sans-serif;
	color: #fff;
	background-color: #bdbec0;
	text-align: center;
}

#content {
	margin-top: 30px;
	margin-left: 150px;
	padding-left: 20px;
	padding-bottom: 10px;
	border-left: 2px solid #959595;
}

#content h1 {
	font-size: 1.8em;
}

#content h2 {
	font-size: 1.5em;
}

#content h3 {
	font-size: 1.3em;
}

#content p, #content li {
	font-size: 1.2em;
	line-height: 155%;
	margin-left: 20px;
	margin-right: 160px;
}

#content a, #footer a {
	color: #25378d;
	text-decoration: none;
}

#content .list {
	list-style-type: none;
	margin-top: -10px;
	margin-left: -10px;
}

#footer {
	padding-top: 20px;
	padding-bottom: 40px;
	text-align: right;
	font-size: 1.1em;
	font-weight: bold;
}

#header {
	width: 818px;
	height: 116px;
	background: #fff url(../images/header_bkgd.png) no-repeat 76px 21px;
}

#main_area {
	width: 818px;
	padding-bottom: 50px;	
	background-color: #fff;
	color: #777;
}

#menu {
	margin-top: 27px;
	margin-left: 440px;
	font-size: 1.3em;
	color: #959595;
}

#menu a {
	color: #959595;
	text-decoration: none;
}

#menu a:hover, #content a:hover, #footer a:hover {
	color: #0065a4;
}

#wrapper {
	margin: 0px auto;
	width: 818px;
	text-align: left;
}