html, body{
 margin:0; 
 margin-top: 10px;
 padding:0; 
 text-align:center; 
 background: url(/images/mainbackgrond.gif);
 color: #999;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;

} 
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #7D0996;
	text-decoration: underline;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #7D0996;
	text-decoration: underline;
}
 
#pagewidth{ 
 width:768px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
 background: url(/images/mainsection2.gif);
	background-repeat: repeat-y ;
	
} 
 
#header{
 position:relative; 
 height:60px; 
 width:100%;
 background: url(/images/top3.gif);
 background-repeat: no-repeat ;
 padding-top: 20px;
 padding-left: 15px;
} 
 
#leftcol{vertical-align: top;
 width: 192px; 
 float:left; 
 position:relative; 
 margin-left:8px;
 padding-top: 5px;
 
 }
 
#maincol{

 float: right; 
 display:inline; 
 position: relative; 
 width: 546px; 
 padding-left:8px;
 padding-right:8px;
 padding-bottom: 15px;
 padding-top: 5px;
 vertical-align: top;
 }
 
#footer{
 height:30px; 
 clear:both;
 background: url(/images/bottom2.gif);
 text-align: center;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

#copyw {
	color: #99c;
	font-size: 12px;
	padding-top: 0px;
}
.validator{
border: 1px solid #000;
color: #FFF;
background: #99C;
text-decoration: none;
font-size: 12px;
margin-right: 20px;
}
#menu1 ul { 
	margin-top: -0px;
	margin-left: 4px;
	padding-left: 0px;
	}
	
#menu1 li {
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-family:  Arial, Helvetica, sans-serif;
}
.subclass  {
        padding: 10px;
	border: 1px dashed #F00;
}
#menu1 li a {
        color: #fff;
        padding: 4px 4px;
        font-weight: normal;
        text-decoration: none;
        font-size: 14px;
        color: #99c;
}
#menu1 li a:link{
        font-size: 14px;
		color: #99c;
        font-weight: normal;

}
#menu1 li a:hover{
        font-size: 14px;
		color: #99c;
		        text-decoration: underline;
}

#menu1 li a:visited{
        font-size: 14px;
		color: #99c;
}

a.B_homeCrumb:link{
font-size: 14px;
color: #99c;
font-weight: normal;
}

a.B_homeCrumb:hover{
        font-size: 14px;
		color: #99c;
		        text-decoration: underline;
}
a.B_homeCrumb:visited{
font-size: 14px;
color: #99c;
font-weight: normal;
}


.B_currentCrumb{ 
font-size: 14px;
color: #99c;
} 
a.B_crumb:link{
font-size: 14px;
color: #99c;
font-weight: normal;
}

a.B_crumb:hover{
        font-size: 14px;
		color: #99c;
		        text-decoration: underline;
}
a.B_crumb:visited{
font-size: 14px;
color: #99c;
font-weight: normal;
}
#logo { 
float: left;
}
