﻿/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 font: 12pt Arial, sans-serif;
} 

a:visited, a:link, a:active, a:hover {
	color: blue;
	text-decoration: underline;
}

img {
	border: 0px;
}
 
#pagewidth{ 
 width:800px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:100px; 
 background-color:#ffffff; 
 width:100%;
 font-size: 22pt;
 font-weight: bold;
 padding: 5px 0;
 background-image: url('images/sitebanner.jpg');
 background-repeat: no-repeat;
 background-position: center; 
} 

#nav{
 position:relative; 
 background-color:#FFFFFF; 
 width:100%;
} 

#navlist
{
padding: 0px 0px 19px 20px;
margin-left: 0;
border-bottom: 1px solid green;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a:link, #navlist li a:visited
{
dcolor: #ff6633;
color: #990000;
font-weight: bold;
font: 14pt Arial, sans-serif;
line-height: 14px;
padding: 2px 10px 2px 10px;
margin-right: 15px;
border: 1px solid green;
border-bottom: none;
background: #ffffff;
text-decoration: none;
float: left;
}

#navlist li a:hover
{
color: #990000;
background: yellow;
}

#navlist #current
{
background: white;
border-bottom: 1px solid white;
}

#wrapper{
 margin: 10px 0px;
}
 
#rightcol{
 float: right; 
 display: inline; 
 position: relative; 
 padding: 2px;
 width: 250px; 
 background-color: #ffcc66;
 background-image: url('images/rightbg.jpg');
 background-repeat: repeat-y;
 }

#advert{
 margin: 10px;
 border: 1px dotted red;
 font-weight: bold;
 text-align: center;
 padding:5px 2px;
}

#rightcol a:link, #rightcol a:visited {color: black; text-decoration: none;}
#rightcol a:hover {color: red;}
 
#rightcol form {padding: 0px; margin:0px;}
#rightcol form input, #rightcol form textarea  {width: 120px;}
#rightcol form label {width: 5em; float: left; text-align: left; padding-left: 0.5em;}


#footer{
 text-align: center;
 padding: 5px;
 fmargin-top: 5px; 
 border-top: 1px solid green;
 clear:both;
 } 
  
 #footer #microtag{
  text-align: center;
  color: #a0a0a0;


 /* *** 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 right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

#maincol{
 margin-right: 260px;
 text-align: justify;
 }