body
{
	overflow: auto;
	background-color: #549640;
	font-family: Tahoma, Arial, HelveticaCE;
	color: #000000;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#main {
	position: relative;
	text-align: left;
	top: 5px;
	left: 0px;
	width: 770px;
	height: auto;
	margin: 0 auto;
	background-color: #549640;
	padding: 0;
	padding-left: 0px;
	padding-bottom: 60px;
	border: 0px solid #318ccf;
}
* html #main {
	height: 400px;
}

#cssTopRuler 
{
	background-image: url('../images/top_ruler.jpg');
	overflow: hidden;
	position: absolute;
	float: left;
	height: 195px;
	top: 0px;
	left: 0px;
	width: 770px;
	text-align: left;
	background-color: #EFFDE1;
	margin: 0px 0px 0px 0px;
	border: 1px solid;
	border-color: #003300;
	padding: 0px 0px 0px 0px;
}

#cssMenu 
{    
	position: absolute;
	float: none;
	top: 200px;
	left: 0px;
	width: 155px;
	/*height: 180px;*/
	text-align: left;
	/*background-color: #669966;*/
	background-color: #549640;
	margin: 0px;
	border: 1px solid;
	border-color: #003300;
	border-color: #EFFDE1;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	font-family: Tahoma, Arial, HelveticaCE;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	z-index: 1;
}

#cssContent {
	position: relative;
	float: inherit;
	overflow: inherit;
	top: 200px;
	left: 160px;
	width: 590px;
	min-height: 400px;
	/*text-align: left;*/
	text-align: justify;
	background-color: #EFFDE1;
	margin: 0px 0px 100px 0px;
	border: 1px solid;
	border-color: #003300;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-family: Verdana, Tahoma, Arial, HelveticaCE;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

* html #cssContent {
	height: 400px;
}

a:link, a:visited {
	color: #4c8e04;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #66cc00;
}

h1, h2, h3, h4, h5, h6 {
	color: #336600;
	padding: 2px;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

.afra {
	font-family:Times New Roman;
	color:#1f7309;
	font-size:16pt;
	text-decoration:none;
	font-weight:bold;
	font-style:italic;
}

p {padding: 0; margin: 0;}
