
/*links*/
a {
	font-size:12pt; 
	}

a:link, a:visited  {
color: #77DDFF;
text-decoration: underline;
}
a:hover, a:active {
color: #553344;
text-decoration: none;
}



/* end links*/
/*div style classes */
body { 
background-color:#000000;
font: sans-serif; 
color:#FFFFFF;
text-align:center;
font-family: verdana;
}

#header {
	text-align:center; 
	height:180;
}

#footer {
	text-align:center; 
	height:180;
}

#page {
	width:1010px;
	background-image:url('/images/msback.jpg');
	background-attachment: fixed;
	text-align:left;
}
#leftnav {
	width:200px;
	height:500px;
	float:left;
}

#leftnav ul {
 list-style:none; 
list-style-type:none;
 padding: 6px 4px 2px 0px; 
 text-indent: 0px;
}

#leftnav li a { 
 list-style:none;
list-style-type:none;
 background-color: #334444; 
 display:block;
 font-size:13pt;
 border-bottom: 2px solid #134711; 
 border-left: 12px solid #112358; 
 border-right: 1px solid #112358; 
 padding: 4px 0 2px 2px; 
}

#leftnav a:hover { 
 background-color: #888888; 
}

#content {
	float: right;
	position:static;
	width:800px;
}



.divheader  {
color: #EEFFEE;
text-decoration: none;
font-size: 18pt;
font: sans-serif;
}

.eplus {
border:0px;
width:25px;
height:25px;
}
.il {
float:left; 
margin-right: 7px;
}


