/*-----CSS MCC Document-----*/

BODY{

background-color:#555555;
font: 12px Arial, Helvetica, sans-serif;
text-align:center
margin: 0px;
padding: 0px;
}

h2{
	color:#555;
	font-size:24px;
}

#special a:link{
	color:#333;
	background:#000;
}

a.special:link{
	color:#C00;
}

/*-----total page container-----*/

#pagecontainer{

width: 918px;
background: #fff;
margin-left:auto;
margin-right: auto;
margin-top:20px;

padding:0px;
text-align:center;
}

/*-----masthead-----*/

#masthead{
	float:right;
	width:760px;
	height:106px;
	background-image:url(images/lake800.JPEG);
	margin:0px;
	padding:0px;
}

/*-----menu container-----*/

#menucontainer {
text-align: left;
float: left;
height: 500px;
width:158px;
background-image:url(images/menu.jpg);
background-position: 0px 0px;
background-repeat: no-repeat;
margin-left: 0px;
}


/*-----menu anchors & lists-----*/

ul a:link{
font-weight:bold;
color: #000;
text-decoration: none;
}

ul a:visited{
font-weight:bold;
color: #000;
text-decoration: none;
}

ul a:hover{
font-weight:bold;
color: #366;
text-decoration: none;
}


ul a:active{
font-weight:bold;
color: #366;
text-decoration: none;
}

#menucontainer ul{
list-style-type: none;
margin: 106px 0 0 0;
padding: 0 0 0 0;
border-top: 1px solid #fff;
width: 152px;
}

#menucontainer ul li{
list-style-type: none;
padding:10px 0 10px 10px;
border-bottom: 1px solid #fff;
width: 142px;
}





/*-----main-----*/
#main{
	float:right;
	width:760px;
	padding: 0;
}


/*-----tables-----*/

table{
font: 12px Arial, Helvetica, sans-serif;
border:none;
}

th, td {
border:none;
}

/*-----copyright notice-----*/

#copyright{
	clear:right;
	width:99%;
	padding:4px 0 4px 0;
}
