
html, body{ 
margin:0; 
padding:20px;
background-color:#000000;
text-align:left; 
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: small;
margin-left: 10%;



}

 
#pagewidth{ 
width:680px; 
text-align:left; 
margin-left:auto; 
margin-right:auto;
border:solid;



} 
 
#header{
position:relative; 
height:125px;
background-color:#FFFFFF; 
width:100%;
max-height:125px;
} 
 
#maincol{background-color: #FFFFFF;  
float: right; 
display:inline; 
position: relative;
/*something about width maybe......*/
min-height:800px; 





 }
 
#footer{
height:25px; 
clear:both;
padding:0px;
background-color:#EFEFEF 
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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 */  

#navcontainer
{
margin: 0;
padding: 0;
height: 22px;
font: 11px Verdana, sans-serif;
width: 100%;
border-bottom: 1px solid #bbb;
list-style-type: none;
background: #fff;

}

#Jnav
{
text-align: center;
}

#Jnav li
{
float: left;
margin: 0;
padding: 0;
width: auto;
display: block;
text-align: center;
}

#Jnav li a, #Jnav li a:link
{
background: #fff;
color: #555;
text-decoration: none;
padding: 3px 5px 3px 5px;
display: block;
}

#Jnav li a:hover
{
color: #039;
border-bottom: 3px solid #bbb;
cursor:pointer;
background: #eee;
}

#Jnav li a#current, #Jnav li a#current:link
{
color: #000;
cursor: default;
font-weight: bold;
border-bottom: 3px solid #999;
}

#Jnav li a#current:hover
{
border-bottom: 3px solid #f90;
background: #eee;
}

.text {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: small;
padding: 25px;
text-align: center;
}

.style2 {
	font-size: large;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	
}
.style3 {
	font-size: medium;
	font-family: Arial, Verdana, Helvetica, sans-serif;

}
.style4 {
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

