/* CSS Document */
body 
	{
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #53A558;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #EEEEEE;
	font-weight:bold;
	padding:10px;
}
div#container
	{
	position:relative;
	width: 760px;
	margin: 0px auto;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	background-color: #FF0000;
	color: #FFFFFF;
	text-align: left;
	}
div#extra div.box h2 {
	padding: 1px 2px;
	color: #FFFFFF;
	background-color: #407034;
	font-size: 12px;
}
div#extra div.box p {
	margin: 0px;
}
div#header {
	background-color: #666666;
	height: 80px;
}
div#menu {
	position: absolute;
	left: 0px;
	top: 170px;
	width: 110px;
	padding: 1em 0 0 10px;
	background-color: #F75611;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	}
div#extra {
	position: absolute;
	top: 170px;
	right: 0px;
	width: 180px;
	padding: 1em 5px;
	background-color: #F75611;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
div#content {
	margin-top: 93px;
	margin-right: 192px;
	margin-bottom: 0px;
	margin-left: 122px;
	padding: 1em 10px;
	background-color: #FFFFFF;
	color: #666666;
}
div#footer {
	text-align: center;
	background-color: #407034;
	font-size: 10px;
	padding: 5px 20px;
}
div#footer p {
	font-size: 10px;
	text-align: center;
}
.h1white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}
p {
	text-align:justify;
}
hr {
	color: #999999;
	height: 1px;
}
div#extra div.box {
	font-size: 11px;
	margin-bottom: 10px;
}
h1, h2, h3, p {
	margin: 0;
}
	div.txtimg {
	width: 100%;
}
div.txtimg img {
	margin-right: 5px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div#content ul {
	margin: 0px;
	padding: 10px;
	list-style-type: square;
}
div#content ol {
	margin: 0px;
	padding: 10px;
	list-style-type: upper-alpha;
}
a:link {
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #3300FF;
	text-decoration: none;
}
div#content a:link {
	color: #0000FF;
}
div#content a:visited {
	color: #00CC00;
}
div#content a:active {
	color: #FF0000;
}

