body{
	background-color: #024a0b;
	color: #FFFF99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: justify;
}
#mainHeader{
width: 100%;
height: 130px;

}
#mainHeaderLeft{
float: left;
	width: 50%;
	height: 130px;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
}
#mainHeaderLeftContent{
	padding: 30px 0 0 10px;
}
#mainHeaderRight{
float: left;
	width: 49%;
	height: 130px;
}
#mainHeaderRightContent{
	text-align: right;
	padding: 35px 10px 0 0;
}
#mainContainer{
float: left;
width: 100%;
background-color: Fuchsia;
}
#leftCol{
float: left;
width: 18%;
}
#mainContentContainer{
float: left;
width: 81%;

}
#mainContent{
background-color: #FFFF99;
color: #024A0B;
padding: 20px;
background-image: url(../images/topback.gif);
background-position: left top;
background-repeat: no-repeat;
}
#mainContentHome{
background-position: left top;
background-repeat: no-repeat;
float: left;
text-align: center;
font: 0.8em;
width: 81%;
}
a.frontLink:link, a.frontLink:visited, a.frontLink:active{
color: #FFFF99;
text-decoration: none;
}
a.frontLink:hover{
color: #FFFF99;
text-decoration: underline;
}
#mainContentBottom{
background-color: #FFFF99;
height: 20px;
background-image: url(../images/leftback.gif);
background-position: left top;
background-repeat: no-repeat;
}
.wlj{
	font-size: 1.5em;
	font-weight: bold;
}
.wljL{
		font-size: 1.55em;
	font-weight: bold;
}
.wljEA{
		font-size: 1.57em;
}
.leftNav{
font-weight: bold;
padding: 20px 0 0 2px;
overflow: hidden;
text-align: left;
}
a.menuItem:link, a.menuItem:active, a.menuItem:visited {
overflow: hidden;
display: block;
font-weight: bold;
font-size: 1.1em;
text-align: left;
color: #FFFF99;
font-size: 0.88em;
padding: 0 0 0 10px;
text-decoration: none;
margin-bottom: 5px;
}

a.menuItem:hover {
background-color: #FFFF99;
color: #024A0B;
background-image: url(../images/menuEnd.gif);
background-position: left;
background-repeat: no-repeat;
}
a.menuItemHome:link, a.menuItemHome:active, a.menuItemHome:visited {
overflow: hidden;
display: block;
font-weight: bold;
font-size: 1.1em;
text-align: left;
color: #FFFF99;
font-size: 0.88em;
padding: 0 0 0 5px;
text-decoration: none;
margin-bottom: 5px;
}

a.menuItemHome:hover {
color: #024A0B;
background-image: url(../images/menuFrontBack.gif);
background-position: left;
background-repeat: no-repeat;
}
#mainContentHomeLeft{
	float: left;
	width: 75%;
}
#mainContentHomeRight{
	float: left;
	width: 24%;
	padding: 20px 0 0 0;
}
