html, body{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

#header{
	width: 1024px;
	height: 99px;
	background: url(../images/header.gif);
	background-repeat: no-repeat;
}


#navigation{
	width: 1024px;
	height: 37px;
	background: url(../images/navigation.png);
	background-repeat: no-repeat;
}


#content{
	width: 1024px;
	height: 642px;
	background: url(../images/content.gif);
	background-repeat: no-repeat;
}


#footer{
	width: 1024px;
	height: 27px;
	background: url(../images/footer.png);
	background-repeat: no-repeat;
}


.mainMenu{
	padding-top:10px;
	padding-left: 30px;
}


.mainMenu ul{
	list-style: none;
	display: table-row;
	padding: 0;
	margin: 0;
 }
 
 
.mainMenu li{
 	display: inline;
 	padding-right: 34px;
}


.mainMenu a{
	text-decoration: none;
	font-size: 12px;
	color: #fff;
}


.mainMenu a:hover{
	text-decoration: none;
	font-size: 12px;
	color: #458125;
}


.subMenu{
	padding-left: 10px;
}


.subMenu ul{
	list-style: none;
	display: table-row;
	padding: 0;
	margin: 0;
 }
 
 
.subMenu li{
 	display: inline;
 	padding-right: 40px;
}


.subMenu a{
	text-decoration: underline;
	font-size: 12px;
	color: #fff;
}


.subMenu a:hover{
	text-decoration: none;
	font-size: 12px;
	color: #458125;
}

.subMenu2{
	padding-left: 10px;
}


.subMenu2 ul{
	list-style: none;
	display: table-row;
	padding: 0;
	margin: 0;
 }
 
 
.subMenu2 li{
 	display: inline;
 	padding-right: 40px;
}


.subMenu2 a{
	text-decoration: underline;
	font-size: 12px;
	color: #fff;
}


.subMenu2 a:hover{
	text-decoration: none;
	font-size: 12px;
	color: #458125;
}




.content{
	margin-left: 50px;
	width: 970px;
	height: 100%;
	overflow: auto;
	padding-top: 10px;
	}

.bold{
	font-weight: bold;
}


