body {
	margin-top: 50px;
	font-size: 9px;
}

/***********************************
	CONTAINERS
***********************************/

#main {
	width: 850px;
	text-align: left;
	background-color: #FFFFFF;
	outline-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}

#top-nav {
	width: 850px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	height: 18px;
	line-height: 18px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #333333;
	padding: 0px;
}

#navigation {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #99D452;
	text-decoration: none;
	text-align: right;
	padding-top: 50px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 28px;
	width: 145px;
	background-color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
}


#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
	padding-top: 50px;
	padding-right: 10px;
	line-height: 1.5em;
	background-color: #FFFFFF;
	margin-left: 220px;
	width: 615px;
	word-spacing: 1px;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #999999;
	text-align: center;
	clear: left;
	background-color: #FFFFFF;
	padding: 5px;
}

/***********************************
	LINKS
***********************************/

a {
	color: #2C70AC;
	text-decoration: none; font-weight:bold;
}

a:hover {
	color: #99D452;
	text-decoration: underline; font-weight:bold;
}


a.small-navigation {
	color: #3878B1;
	text-decoration: none;
}

a.small-navigation:hover {
	color: #006666;
}

a.navigation {
	color: #2C70AC;
	text-decoration: none;
	display: block;
	padding: 3px 0px 3px 5px;
	text-align: left;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

a.navigation:hover {
	border-top-color: #006666;
	border-right-color: #006666;
	border-bottom-color: #006666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #99D452;
}

/***********************************
	MISCELLANEOUS
***********************************/
#header {
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	width: 850px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-color: #2C70AC;
}
