@charset "utf-8";
/* CSS Document */

html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background-image:url(../images/siteimages/topback.jpg);
 background-repeat:repeat-x;
 background-color: #FFFFFF;
 font-family: Georgia, "Times New Roman", Times, serif;
 color:#333333;
 font-size:12px;
} 

/* Links
----------------------------------------------- */
A img { border-style: none; }
A:link {text-decoration: none; color:#666666;}
A:visited {text-decoration:none; color:#666666;}
A:active {text-decoration:none; color:#D0D0A0;}
A:hover {text-decoration: none; color:#D0D0A0;}
 
#pagewidth{ 
 width:950px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;
 background-color:#FFF;  
} 
 
#header{
 position:relative; 
 height:100px;
 background-image:url(../images/siteimages/topbacknb.jpg); 
   
 width:100%;
} 
#underheader{
background-image: url(../images/siteimages/underheader.jpg);
height:29px;
}
#logobot {
display:block;
width:170px;
float:left;}

#windowmid {
display:block;
width:170px;

float:right;
height:29px;
}

#windowright {
display:block;
width:320px;

float:right;
height:100px;
}
#windowbot {
display:block;
width:170px;

float:right;
height:275px;
}


#logo{
	float:left;
	position: relative;
}
}

#topright {
	float:right;
	text-align:right;
	position: relative;
	
}
 
#leftcol{
 width:180px; 
 float:left; 
 position:relative; 
 background-color:#FFF;
  
 }
 
#maincol{
	float: right;
	display:inline;
	position: relative;
	width:560px;
	padding: 5px;
	
 }
#rightcol{
	float: right;
	display:inline;
	position: relative;
	width:180px;
	
} 
#pagetitle {

height:20px;
	border: 1px solid #CCCCCC;
	font-size:16px;
	padding-left: 5px;


}
#latestnews {
background-color: #E9E9E9;
	float:right;
	width:180px;
	
}


#pagecontent {
	padding-top: 5px;
	}

#footer{
text-align:center;
 height:50px; 
   
 clear:both;
 } 
 
#vmenu{
  
 }
 

 
#underleftmenus {

}

.moduletop {
	
	 
	
	font-size:14px;
font-weight:bold;
color: black;

}
 

 
 /* *** 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;}
}



.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}

.SpryHiddenRegion {
	visibility: hidden;
}
