/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	background: #2D3437;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height:11pt;
}

p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 0px 0px 8pt 0px;
	margin: 0px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

h1.brown {
	color: #5C473E;
}

h1.red {
	color: #BA5915;
}

h1.yellow {
	color: #6E5A06;
}

h1.blue {
	color: #455560;
}

h1.light_yellow {
	color: #E0C721;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	font-weight: bold;
}

h2.white {
	color: #fff;
}

a {
	color: #006699;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #0099CC;
	font-weight: bold;
	text-decoration: none;
}

ul {
	padding: 0px 0px 10px 0px ;
	margin: 0px;
}

li {
	padding: 0px;
	margin: 0px 0px 4pt 15px;
}

div.header {
	margin-left: auto;
	margin-right: auto;
	background: url(../_images/header.jpg) top center no-repeat;
	width: 770px;
	height: 100px;
}

div.content_area {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background: #fff url(../_images/content_back.jpg) top center no-repeat;
	width: 770px;
}

.content {
	width: 547px;
	padding: 15px;
}

.sidebar {
	width: 223px;
	background: #A8BD94;
}

.sidebar_text {
	padding: 15px;
	color: #555;
}

div.footer,
div.footer_lower {
	margin-left: auto;
	margin-right: auto;
	/*background: #87746B;*/
	background: #455560;
	width: 770px;
	height: 29px;
	line-height: 29px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #BFCBD1;
	border-top: 5px solid #2D3437;
}
div.footer_lower {
	border-top-width: 0px;
}

div.nav_area_top {
	position:relative;
	top: 10px;
	right: 0px;
	width: 770px;
	margin: 0px;
	padding: 0px;
	text-align:right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #6F5C50;
}

	div.nav_area_top a {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 8pt;
		color: #6F5C50;
		text-decoration: none;
		margin: 0px 15px;
	}
	
	div.nav_area_top a:hover {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 8pt;
		color: #3F2619;
		text-decoration: underline;
		margin: 0px 15px;
	}

div.copyright {
	display:inline;
	width: 375px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	float:left;
}

div.nav_footer {
	display: inline;
	width: 375px;
	padding: 0px 10px 0px 0px;
	text-align: right;
	float:right;
}

	div.nav_footer a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8pt;
		color: #fff;
		text-decoration: none;
		margin: 0px 15px;
	}
	
	div.nav_footer a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8pt;
		color: #BFCBD1;
		text-decoration: underline;
		margin: 0px 15px;
	}

table.resources_table {
	border-width: 1px 0px 0px 1px;
	border-color: #A8BD94;
	border-style: solid;
}

table.resources_table tr td {
	border-width: 0px 1px 1px 0px;
	border-color: #A8BD94;
	border-style: solid;
}

div.seo_copy {
	min-height:412px;
	
	margin: 0 auto;

	padding: 10px 10px 0 10px;
	border: 1px solid #455560; /*#ccc;*/
	background: #2D3437;
	color: #ccc;
	width: 748px;
}

img.seo_image {
	padding-right: 10px;
}


.mvp
{
	float:right;
	padding-right:10px;
}
	.mvp a
	{
		font-weight:normal;
		color:#BFCBD1; /*#70828B;*/
		text-decoration:underline;
	}
	.mvp a:hover
	{
		text-decoration:none;
	}
