/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	background-image: url('/images/backgroundreduced.gif');
	background-repeat:no-repeat;
	background-position:top center; 
	background-color: #58706F;
	font-family: trebuchet MS,arial, sans-serif;

 	scrollbar-face-color: #63AE29;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-highlight-color: #A7CD8C;
	scrollbar-3dlight-color: #63AE29;
	scrollbar-darkshadow-color: #63AE29;
	scrollbar-track-color: #FFFFFF;
	scrollbar-shadow-color: #63AE29;
}

th, td, ul {
        font-family: trebuchet MS,arial, sans-serif;
        font-size: 11px;
        line-height: 14pt;
        color: #000000;}
     
	 
H1 {font-size: 16px;
	font-weight: bold;
	line-height: 16pt;
	letter-spacing: 0.2cm;
	}

H2 {font-size: 15px;
	font-weight: bold;
	line-height: 16pt;
	letter-spacing: 5pt;
	}
#head {
	position:absolute;
	margin:0;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:42px;
	
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	line-height: 16pt;
	letter-spacing: 0.3cm;
	padding: 10px 10px 0px 0px;
	z-index:5;
	overflow:hidden;
	color:#fff;}


* html #head {
	height:52px;
}	
#wrapper { 
	margin: 0 auto;
	width: 922px;
}
#leftcolumn { 
	 margin: 10px 0px 10px 0px;
	 padding: 10px;
	 height: 500px;
	 width: 370px;
	 float: left;
}
#rightcolumn { 
 float: right;
 font-size:0.8em;
line-height: 16pt; 
 margin: 10px 0px 10px 0px;
 padding: 10px;
 height: 500px;
 width: 488px;
 display: inline;
 position: relative;
}
#content {
	
	position:absolute;
	
	top:52px;
	bottom:0px;
 
	right:0;
 }
	
.cssnav {
     font-family:trebuchet MS,arial, sans-serif;
     font-size: 13px;
	font-weight: bold;
	position: relative;

	white-space: nowrap;
	display: block;
	width: 110px;
	height: 25px;
	margin: 10px 0 0 20px;
	padding: 0;
}

.cssnav a {
	display: block;
	color: #FFFFFF;
	  font-size: 13px;
	font-weight: bold;
	width: 110px;
	height: 25px;
	display: block;
	float: left;
	text-decoration: none;
}

.cssnav img {
	width: 110px;
	height: 25px;
		border: 0; }

.cssnav a:hover {  font-size: 13px;
	font-weight: bold;
	background-image: url(/images/bullet-on.gif);
	background-repeat: no-repeat;
	background-color: #BAE861;
	visibility:visible;
	color: #004080;}

.cssnav a:visited {  font-size: 13px;
	font-weight: bold;
	color: #000000;}

.cssnav a:hover img{
	visibility:hidden}

.cssnav span {
	position: absolute;
	left: 31px;
	top: 3px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}

a.:link {	
	color: #A61D21;
	
	}

a.:visited {
	
	color : #443D41;

	}

a.:hover {
	
	color : #A61D21;
	
}