body{
    margin: 0 auto;
	
    width: 982px;
	background-color: #0E0E0E;
    background-image: url("images/background.png");
    background-repeat: repeat-x;
	color: #CCC;
	font-family: Arial,Verdana,Tahoma;
	overflow-x:hidden;
}

img{
	border: none;
}

.pagecontainer{

}

.upperlinks{
	height:25px;
	padding-top:10px;

	
}

a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #CCC;
}


.upperlinks a {
	font-size: 11px;
	text-transform:uppercase;	
	padding-left:14px;
	text-align:center;
	color:#000;
}

.logo{
	width:480px;
	padding-top:30px;
	float:left;
}

.headertext{
	float:left;
	padding-top:35px;
	width:480px;
	height:95px;
	
}

.menu{

	clear:both;
	padding-top:0px;
	height:20px;
	margin-bottom:5px;
}

.menu a {
	color: #333333;

	font-size: 12px;
	text-align:center;	
	padding-left:15px;
}

.topbanner{
padding-left:15px;
visibility:hidden;
display:none;
}


.left{
	margin-top:15px;
	float:left;
	width:150px;

}

.main{
	float:left;
	width:670px;
	min-height:860px;
	padding-left:20px;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color: #05a65c;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color: #05a65c;
}

.right{
	float:left;
	width:135px;
	margin-top:15px;

}

.mlink {
	font-size: 11px;
	padding-top: 7px;
	text-align: center;
	text-transform: uppercase;
	background-color: #006336;
	border: 1px solid #0a2544;
	float: left;
	height: 25px;
	width: 126px;
	font-size: 12px;
	font-weight: bold;
}

.menuitem a{
	font-size: 11px;
	padding-top: 4px;
	text-align: center;
	text-transform: uppercase;
	background-color: #006336;
	border: 1px solid #0a2544;
	float: left;
	height: 20px;
	width: 145px;
	font-size: 12px;
	font-weight: bold;
}

.menuitem a:hover{
	background-color: #05a65c;
}

.footer{
	clear:both;
	font-size: 10px;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color: #05a65c;
}

.footert{
  color: #05a65c;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

.footert a{
  color: #05a65c;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

.footert a:hover{
  color: #CCC;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

.leftout{
visibility:hidden;
position:absolute;
margin-left:-132px;
float:left;
height:700px;
width:134px;
margin-top:200px;
}

.rightout{
visibility:hidden;
position:absolute;
margin-left:994px;
height:700px;
width:122px;
float:left;
margin-top:200px;
}


