body {
	background-color: #FFFFFF;
	background-image: url(images/pagebg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
}

a {
	color: #0000FF;
	text-decoration: underline;
}

a:hover {
	color: #0000FF;
	text-decoration: underline;
}

b, strong {
	color: #666666;
	font-weight: bold;
}

h1 {
	color: #0000FF;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

h2, h3 {
	color: #0000FF;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 800px;
	height: 89px;
	margin-top: 0px;
}

#navigation {
	width: 800px;
	height: 50px;
	margin: 0px;
}

#navigation ul {
	margin: 0px;
}

#navigation li {
	display: inline;
	margin: 0px;
}

#navigation a {
	display: block;
	float: left;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #888888;
	padding: 0px 10px 0px 10px;
	margin-right: 20px;
	border-top: 6px solid #428DFF;
}

#navigation a:hover {
	color: #666666;
	border-top: 12px solid #0066FF;
}

#div2 {
	width: 770px;
	background-color: #FFFFFF;
	border: 1px solid #97D6FF;
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 15px;
	padding: 20px;
}

#div3 {
	width: 240px;
	height: 460px;
	background-color: #ECF8FF;
	border: 1px solid #84CEFF;
	margin: 20px;
}

#div4 {
	width: 470px;
	height: 420px;
	padding: 20px 20px 20px 0px;
	float: right;
}

#footer {
	width: 800px;
	height: 40px;
	margin-top: 30px;
	margin-bottom: 30px;
}

#footer p {
	text-align: center;
}

.clear {
	clear: both;
	line-height: 0px;
}