body{
padding: 0 0 0 0;
margin: 0 auto;
background-color: #214D07;
background-image: url(images/pagebg.jpg);
background-position: top left;
background-repeat: repeat-x;
font-size: 12px;
font-family: Verdana, Tahoma, Arial, Sans-serif;
text-align: center;
}

.Normal,.normal{
font-family: Verdana, Tahoma, Arial, Sans-serif;
font-size: 12px;
line-height: 18px;
}

#BodyWrapper{
width: 760px; 
text-align: center;
margin: 0 auto;
margin-top: 40px;
clear: both;
}

#ContentBG1{
position: relative;
float: left;
width: 760px;
height: 27px;
background-image:url(images/headerbg.jpg);
background-position: top left;
background-repeat:no-repeat;
}

#ContentBG2{
position: relative;
float: left;
width: 760px;
max-width: 760px;
background-image:url(images/contentbg.jpg);
background-position: top left;
background-repeat:repeat-y;
text-align: left;
clear: both;
}

	#LeftCol{
	position: relative;
	float: left;
	width: 245px;
	margin-left: 5px;
	margin-top: 20px;
	clear: none;
	display: inline;
	}
	
		.Menu{
		position: relative;
		float: left;
		width: 220px;
		margin-top: 50px;
		margin-bottom: 50px;
		text-align: center;
		font-size: 17px;
		font-weight: bold;
		font-family: Arial, Tahoma, Sans-serif;
		line-height: 30px;
		display: inline;
		}
		
		.LowerImg{
		position: relative;
		float: left;
		width: 220px;
		text-align: center;
		display: inline;
		padding-top: 100px;
		}
	
	#MainColumn{
	position: relative;
	float: left;
	width: 500px;
	clear: none;
	padding: 0 0 0 0;
	margin: 0 10px 0 0;
	margin-top: -10px;
	display: inline;
	clear: none;
	}

	
		.BodyText{
		line-height: 17px;
		}
		
		#Banner{
		position:relative;
		float: left;
		display: inline;
		margin-left: 0px;
		width: 500px;
		margin-top: 0px;
		}
				
			#Banner img{
			margin: 0 0 0 0;
			margin-top: -5px;
			margin-left: -5px;
			padding: 0 0 0 0;
			}
		
			#Banner .cssTitle{
			display: none;
			}
			
			#Banner #MyRow2{
			padding: 0 0 0 0;
			}
			
		#MainText{
		position: relative;
		float: left;
		display: inline;
		width: 500px;
		margin-top: 15px;
		margin-left: 0px;
		clear: none;
		}
		
			#MainText .cssTitle{
			width: 100%;
			padding-bottom: 10px;
			padding-top: 0px;
			margin-top: 0px;
			color: #909055;
			font-size: 18px;
			font-weight: bold;
			display: block;
			clear: both;
			}
					
			#MainText ul li{
			list-style-type: none;
			padding-left: 15px;
			text-indent: 0px;
			background-image: url(images/MPBullet.jpg);
			background-repeat: no-repeat;
			background-position: 0px 5px;
			}

			#MainText ul{
			list-style-type: none;
			padding-left: 0px;
			margin-left: 0px;
			text-indent: 0px;
			}

				
			#SubText1{
			position: relative;
			float: left;
			width: 235px;
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			display: inline;
			clear: none;
			}
			
				#SubText1 .cssTitle{display: none;}

				#SubText1 img{
				padding-right: 10px;
				}
			
			#SubText2{
			position: relative;
			float: right;
			width: 240px;
			margin: 0 0 0 0;
			margin-right: 10px;
			padding: 0 0 0 10px;
			border-left: 1px #DADADA solid;
			clear: none;
			display: inline;
			}
							
			#SubText2 ul li{
			list-style-type: none;
			padding-left: 15px;
			text-indent: 0px;
			background-image: url(images/MPBullet.jpg);
			background-repeat: no-repeat;
			background-position: 0px 5px;
			}

			#SubText2 ul{
			list-style-type: none;
			padding-left: 0px;
			margin-left: 0px;
			text-indent: 0px;
			}
		
		#Copyright{
		position: relative;
		float: left;
		width: 710px;
		margin-top: 20px;
		margin-left: 5px;
		padding-top: 5px;
		font-size: 10px;
		text-align: right;
		color: #214D07;
		clear:both;
		}
		
			
#ContentBG3{
position: relative;
float: left;
width: 760px;
height: 27px;
background-image:url(images/footerbg.jpg);
background-position: top left;
background-repeat:no-repeat;
}

/* General classes */

a:link, a:visited{
color: #50C20D;
text-decoration: none;
}

a:hover{
color: #97E568;
text-decoration: underline;
}

.SEOMenu ul{
list-style-type: none;
text-align: center;
padding: 0 0 0 0;
margin: 0 0 0 0;
text-indent: 0px;
}

	.SEOMenu a:link,.SEOMenu a:visited{
	color: #000000;
	text-decoration: none;
	display: block;
	}
	
	.SEOMenu a:hover{
	color: #EBEBEB;
	background-color: #000000;
	display: block;
	}
	
#MainColumn table{
display: inline;
}

.SEOMenu table{
display: block;
}


		.cssTitle{
		padding-bottom: 10px;
		padding-top: 0px;
		margin-top: 0px;
		color: #909055;
		font-size: 18px;
		font-weight: bold;
		}
		
		
/* Table specifications added to fix floating dropdown and right click issue for adminstrators caused by relative divs */

#MainText table{
position: relative;
float: left;
width: 500px;
clear: both;
}