@charset "UTF-8";
/* CSS Document */
/* ++++++++++ global general styles start ++++++++++*/	

html, body {
	
	margin-top:0px;

	padding:0px;

	font: 12px Verdana, Arial, Helvetica, sans-serif;
	    
	background:#669966 url(dropshadow.gif) repeat-y center top;
}


A:link { color:#009; }

A:visited { color:#609; }

A:active { color:#000000; }

A:hover { color:#609; } 

i { font-size:9px; }


#skip a, #skip a:hover, #skip a:visited
{
position:absolute;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;
}

#skip a:active, #skip a:focus
{
position:static;
width:auto;
height:auto;
} 
/* ++++++++++ global general styles end ++++++++++*/	

#body-center {
	
	text-align:left;
	
}

#body {

	position:relative;

	width: 1000px; /* change this to a specific amount for a fixed design. E.g., 770px. */

	text-align:left;

	margin-left: auto;

	margin-right: auto;	
	
	}

.content {
	
	width:1000px;
	
	background-color:#FFF;
	
	voice-family:"\"}\"";

	voice-family:inherit;
	
	height:970px;


	}

#header {

	position:relative;

	background-image:url(top-bg.gif);
	
	background-repeat:repeat-x; 

	width:1000px;
	
	height:70px;

	}
	
.space {
	
	width:100%;
	
	background-color:#FFF;
	
	height:15px;
	
}
	
.headerLeft {
	
	float:left;
	
	text-align:left;
}	

.headerRight {
	
	float:right;
	
	text-align:right;	
	
}

	
#leftcolumn {
	
	width:200px;
	
	height:810px;
	
	margin-left:10px;
	
	margin-right:5px;
	
	text-align:center;	
	
	float:left;
	
	background-color:#669966;
	
}

#centercolumn {
	
	width:500px;;
	
	margin-left:8px;
	
	margin-right:12px;
	
	float:left;
	
	height:810px;
	
			
}

.centercolumnHeader {
	
	width:100%;
	
	background-image:url(headerBG.gif);
	
	height:20px;
	
	padding-top:5px;
	
	padding-left:5px;
	
}


.centercolumntext {
	
	padding-left:5px;
	
	padding-top:5px;
	
	padding-bottom:15px;
	
	text-align:left;
	
}

.line {
	
	width:95%;
	
	height:1px;
	
	background-color:#336633;
	
	margin-left:5px;
	
}

#rightcolumn {
		
	width:250px;;
	
	margin-left:5px;
	
	margin-right:5px;
	
	float:left;
	
	height:810px;
			
}

.rightcolumnHeader {
	
	width:100%;
	
	background-color:#336633;
	
	height:25px;

	
	}
	
.rightcolumnHeading {
	
	padding-left:5px;
	
	padding-top:5px;
	
	padding-bottom:5px;
	
	text-align:left;

	
	}

.rightcolumnbox {
	
	width:250px;
	
	background-color:#336633;
	
	padding-bottom:2px;

	
}


.rightcolumntext {
	
	width:241px;
	
	margin-left:2px;
	
	padding-left:5px;
	
	padding-top:5px;
	
	text-align:left;
	
	background-color:#FFF;
		
}

.footer {
	
	float:left;
	
	background-color:#FFF;
	
	width:1000px;
		
}
.footerImage {
	
	float:left;
		
	background-color:#FFF;
	
	padding-left:15px;
	
	padding-right:15px;
	
	background-color:#FFF;
	
	
}


.footertext {
	
	font: .9em Verdana, Arial, Helvetica, sans-serif;
	
	text-align:left;
	
	float:left;
	
	width:810px;
	
	padding-top:5px;
	
	background-color:#FFF;
	
	}

.spaceFooter {
	
	height:15px;
	
	background:#FFF;
	
	width:1000px;
	
	float:left;
	
	}
	
	
.spacerline {
	
	margin-left:15px;
	
	width:980px;
	
	height:2px;
	
	background-color:#669966;
	
}