  
* {
	margin: 0; 
	padding: 0;
}


html, body { 
	background:  url(Images/background.jpg) center; 
	height:100%; 
	min-height:100%; 
}     

.wrapOpeningPage {
	width:806px;
	height:auto 
	height: 100%;
	min-height:100%; 
	overflow: auto;
	background: #33cc00 url('Images/OpeningPageShadow.jpg') center;
	margin:0 auto;
}

	
.wrap {
	width:806px;
	height:auto 
	height: 100%;
	min-height:100%; 
	overflow: auto;
	background: url('Images/PageShadow.jpg') center;
	margin:0 auto;
}

     
div#Header {
	width:800px; 
	height: 140px; 
	margin:0 auto; 
}
	
div#Left {
	float:left;
	width:200px; 
	height: 100%;
	margin: 10px 0px 0px 0px;
}
	
div#Body {
	float:left;
	width:403px;
	height: 100%;
	margin: 10px 0px 0px 15px;
}

	
div#Right {
	float:right;
	width:176px;
	height: 100%;
	margin: 0px 0px 0px 0px;
}


.Footer {
	float:left;
	width:700px;
	bottom: 0px;
	padding: 30px;
	height: 100%;
	position: relative;
}

#LeftMenu {
	width: 200px;
	font-family: Arial, sans-serif; 
	font-weight: bold; 
	font-size: 12px;
	color: #000000; 
}

#LeftMenu tr {
	height: 7px;
}

#LeftMenu td {
	padding-left: 25px; 
}

#LeftMenu a {
	  text-decoration: none;
	  color: #000000;
}


a { 
	text-decoration: none; 
	font-weight: bold;
	color: #000000;
}

a:hover, a:visited { 
  	text-decoration: underline; 
	color: #006600;
}


img {
	margin: 10px 12px 0px 0px;
}

.SubMenuLeftPadding {
	padding-left: 3px;
	color: #000000; 	
}

.LeftMenuHover1 td:hover {
	padding-left: 80px; 	
	background-image:  url('Images/NavOver1.gif');
}

.LeftMenuHover2 td:hover {
	padding-left: 25px; 	
	background-image:  url('Images/NavOver2.gif');
}

.banner {
	background-image:  url('Images/banner1.png'); 
	background-repeat: no;
}

.TopMiddle1 {
	color: #ffffff;
	font-family: Georgia;
	font-weight: bold;	
	font-size: 20px;
}

.TopMiddle2 {
	color: #ffffff;
	font-family: Arial;
	font-weight: bold;	
	font-size: 13px;
}

.BodyTextHeading {
	color: #006600;
	font-family: Arial, sans-serif; 
	font-size: 16px;
}

.BodyTextSmaller {
	color: #006600;
	font-family: Arial, sans-serif; 
	font-size: 13px;
}

.BodyText {
	color: #006600;
	font-family: Arial, sans-serif; 
	font-size: 14px;
}

.BodyTextOpenPage {
	color: #ffffff;
	font-family: Arial, sans-serif; 
	font-size: 13px;
	margin-left: 33px;
}

.ContactLink {
	border-top-style: 2px solid #006600; 
	border-right-style: 2px solid #006600;	
	border-bottom-style: 2px solid #006600;
	border-left-style: 2px solid #006600;
	color: #006600;
	font-family: Arial, sans-serif; 
	font-size: 14px;
}

.CopyRight {
	font-size: 10px;	
	font-family: Arial, sans-serif; 
	color:#008000;
}

.CopyRightOpeningPage {
	margin-left: 342px;
	font-size: 10px;	
	font-family: Arial, sans-serif; 
	color:#008000;
}

#EnterButton {
	margin: 0 auto;
	background-image:  url('Images/OpeningPage/enter-btn-up.png');

}

#EnterButton a:hover {
	
	background-image:  url('Images/OpeningPage/enter-btn-over.png');
}