/* CSS Document */
/* Design by: D. Brunsting, Shades of da Vinci */ 


html, body{ 
 margin:0; 
 padding: 0 10px 0 5px;
  background-color: #000;
 font-family: Arial, Helvetica, sans-serif;
 color: #fff;
 font-size: .85em;
 
 } 
 
#pagewidth{ 
 width:750px;  
} 
 
#header{
 position:relative; 
 height:170px; 
 background-color:#E5F9F8; 
 width:100%;
 background-image:url(images/logo_wb_2.sized.jpg);
 background-position: center left;
 background-repeat: no-repeat;
 margin-top: 10px;
 border: 1px solid #00AFFF;
} 
 
#leftcol{
 width:165px; 
 float:left; 
 position:relative; 
 margin: 0;
  }
 
#twocols{
 width:585px; 
 padding-top: 10px;
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:125px; 
 float:right; 
 position:relative; 
 padding-left: 5px;
 }
 
#maincol{background-color: #000;  
 float: left; 
 display:inline; 
 position: relative; 
 width:440px; 
 border-left:  1px solid #00AFFF;
 border-right:  1px solid #00AFFF;
 padding-left: 5px;
 padding-right: 5px;
 }
 
#footer{
 height:25px; 
 background-color:#000; 
 background-image: url(./images/footer.gif);
 backgroud-position: top left;
 background-repeat: no-repeat;
 text-align: center;
 padding-top: 20px;
 font-size: .8em;
 clear:both;
 } 

#leftcol li 
{
 list-style-type:none; 
 margin: 1px 0 0 -45px;
 width: 150px; 
 height: 25px;
 color: #000;
 font-family: Arial, sans-serif;
 clear:both;
}
#rightcol li 
{
 list-style-type:none; 
 margin: 1px 0 0 -25px;
 color: #fff;
 font-family: Arial, sans-serif;
 height: 25px;	
 clear:both;
}

#rightcol .alink {
	text-decoration: none;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
}
 
 #rightcol a
 {
 	text-decoration: none;
	color: #00AFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
 }
 
 #rightcol a:hover
 {
 	text-decoration: none;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	font-style: italic;
	}

.logo 
 {
 	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	}
	
.rtjust
 {
 	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00AFFF;
	font-size: .9em;
 }

.imgright
{  
  	float: right;
	margin-left: 250px;
	
}

.centeredImage
{
 display:block;
 margin-left: auto;
 margin-right: auto
}

h1 
{
 color: #00AFFF;
 font-size: 1.25em;
}

h2 
{
 color: #00AFFF;
 font-size: 1em;
}

.tmon
{
 font-style: italic;
 margin: 60px 5px 0 5px;
 font-size: .85em;
 font-family: arial, helvetica, sans-serif;
}

.tmonsig
{
 text-align: right;
 margin: 0 5px 0 5px;
 font-size: .85em;
 font-family: arial, helvetica, sans-serif;
}

a, a:hover
{
	color: #00AFFF;
}


 /* *** Float containers fix *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 

.clearfix{display: inline-table;}

/* 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;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
