body
{
	padding: 0px;
	margin: 0px;
	background-color:#ededef;
}

#SEO
{
	padding: 20px;
	margin-top: 150px;
	margin-bottom: 20px;
	margin-left: 250px;
	margin-right: 50px;
	border-top: 1px solid #bbb;
	border-right: 1px solid #777;
	border-bottom: 1px solid #333;
	border-left: 1px solid #bbb;
	background-color: #fdfdfd;
}

#Header
{
	position: absolute;
	left: 0px;
	width: 100%;
	top: 0px;
	height: 130px;
	background:#ffffff;
	border:1px solid #000;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #004772;

}

#Footer
{
	position: relative;
	left: 0px;
	width: 100%;
	bottom: 0px;
	height: 100px;
	border:1px solid #000;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #004772;
}

#Menu1
{
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: absolute;
	top: 150px;
	left: 20px;
	width: 210px;
	height: 600px;
	margin: 0px;
	padding: 3px;
	border-top: 0px solid #fff;
	border-right: 0px solid #fff;
	border-bottom: 0px solid #fff;
	border-left: 0px solid #fff;
	background-color: #AEBEB1;
}

#Menu1 a:link, #Menu1 a:visited
{
	display: block;
	text-decoration: none;
	color: #004772;
	background-color: #AEBEB1;
	border-width: 1px;
	border-top: 1px solid #AEBEB1;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-style: solid;
}

#Menu1 a:hover, #Menu1 a:active
{
	display: block;
	text-decoration: none;
	color: #fff;
	border-width: 1px;
	border-style: solid;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	background-color: #96A499;
}

h1, h2, h3, h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 18px;
	color: #004772;
}

p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}