/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 background:#FFFFFF;
 color: #000000;
 font-family: Maian ;
 
 }	 
 a:link {
color: grey;
text-decoration:none;
}

a:visited {
color: grey;
text-decoration:none;
}

a:active {

background-color: black;
text-decoration:none;
}

a:hover {
color:black;
text-decoration:none;
font-weight:bold;
}


a img {border: none; } 

#lh-col{
 position:absolute;
 top:0px;
 left:0;
 width:140px;
 z-index:3;
 background:#FFFFFF;
 color: #000000;}

#rh-col{
 position:absolute;
 top:0px;
 right:0;
 width:140px;
 z-index:2;
 background:#ffffff;
 color: #000000;}

#c-block {
 width:840px;
 z-index:1;
 background:#ffffff;
 color: #000000;
 height:100%;
 margin:0 120px 0 120px;
 font-family: Maian ;
 	margin-left: auto;
	margin-right: auto;
 }
#hdr{
	height:175px;
	border-bottom:0px solid #000000;
	width:840px;
	background:#ffffff;
	color: #000000;
	font-size: xx-large;
	position:relative;
	margin:20px 120px 0 120px;
		margin-left: auto;
	margin-right: auto;
  }

#c-col{
	margin-left: auto;
	margin-right: auto;
	width:840px;

	background:#ffffff;
	color: #000000;
	z-index:5;
	border: solid #000000;
	border-width:0 0px;
	line-height:115%;
	font-size:15.0pt; 
	 font-family: Maian ;
 }

#ftr {
 width:840px;
 height:35px;
 border: solid #000000; 
 border-width:0px 0;
 background:#FFFFFF;
 color: #333333;
  margin:0 120px 0 120px;
  	margin-left: auto;
	margin-right: auto;
 }

#inlinelist {
display:inline
}
