﻿/* generated by csscreator.com */ 
body{ 
 margin:0; 
 padding:0px; 
 text-align:center; 
 background-color:#FFFF99; 
} 
 
html{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:100%; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:142px; 
 background-color:#FFFF99; 
 width:100%;
 text-align:center;
 background-image:url('yellowgrad.png');
 background-repeat:repeat-x;
 } 
 
#leftcol{
 width:8%; 
 float:left; 
 position:relative; 
 background-color:#FFFF99; 
 padding:6px;
 height:50em;
 }
 
#twocols{
 width:90%; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:5%; 
 float:right; 
 position:relative; 
 background-color:#FFFF99;
 padding:6px;
 height:50em;
 }
 
#maincol{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:88%; 
 padding:14px;
  border-width: 1px; border-style: solid; border-color: black;
 }
 
#footer{
clear:both;
color:#ffffff;
font-weight:bold;
letter-spacing: .3em;
background: url(logoblacktray.jpg) repeat-x;
position:relative;
bottom:0;
margin:5em 0 -8em 0;
padding:0;
height:35px;
line-height:3em;
text-align:center;
font-size:.7em;
background-color:#222222;
border-top:1px solid #999999;

 } 

#samepagediv{
background-color: #EEEE88;
border-top:1px solid #000000;
border-bottom:1px solid #000000;
margin:2px;
padding:5px;
}
 
#footer a {
color:#ccc000;
text-decoration:underline;
}

#footer a:hover {
color:#eeeeee;
text-decoration:none;
}
 

a {
	color: #FF6600;
	font-weight:bold;
	}
	
a:hover {
	color: #3366CC;
	}

.navText {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:14px;
	text-decoration: none;
	}

.navText2 {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
        font-weight: 700;
	color: #006699;
	line-height:14px;
	text-decoration: none;
	}
 
 /* *** 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;} 

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