body {
	margin: 0;
	padding: 0;
	background: #fff url('bg.jpg');
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444;
}

h1, #content h2, #content h3 {
	margin: 0;
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #444;
}

#content h2 { font-size: 24px; margin-top: 12px; }

#content h3 { margin: 12px 0 0 0; font-size: 15px; font-weight: bold; }

#content h4 { margin: 12px 0; }

#header {
	background-color: #fff;
}
#header h1 {
	background-image: url('logo.gif');
	width: 800px;
	height: 105px;
	margin: 0 auto;
}

#nav {
	background-color: #00619e;
	background-image: url('nav_bg.gif');
	background-repeat: no-repeat;
	border-bottom: 3px solid #42b75d;
	height: 22px;
	float: none;
	margin: 0;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 22px;
	background-color: transparent;
	border: none;
}
#nav ul li {
	font-weight: bold;
	margin: 0 14px;
	font-size: 100%;
	float: left;
}
#nav ul li a {
	color: #fff;
	font-size: 85%;
}

#content-top {
	display: none;
}

#page, #header, #nav, #content {
	margin: 0;
	padding: 0;
	width: 0;
}

#page {
	margin: 0 auto;
	width: 900px;
	background-color: #fff;
	padding-top: 10px;
}

#header {
	margin-bottom: 3px;
	width: 700px;
	padding: 0 50px;
}

#nav {
	width: 800px;
}

#content {
	background-image: none;
	background-color: #fff;
	padding: 10px 50px;
	min-height: 700px;
	width: 800px;
}

#footer {
	background-image: none;
	background-color: #fff;
	padding-bottom: 10px;
	margin-bottom: 0;
}
#footer p, #footer a {
	color: #b5ada5;
}
#footer p {
	text-align: center;
}

a {
	color: #2d8139;
}

p, ul, ol {
	text-align: justify;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
}