/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	background-color: #669933;
}


p {
font-family:Georgia, "Times New Roman", Times, serif;
 font-size: 15px;
 line-height: 140%;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h1{
 font-family: Geneva, Arial, Helvetica, sans-serif;  
 font-size: 160%;
 color: #999999;
 margin: 0px;
 padding: 0px;
 line-height: 200%;
}
h2{
 font-family: Geneva, Arial, Helvetica, sans-serif;  
 font-size: 130%;
 color: #999999;
 margin: 0px;
 padding: 0px;
 line-height: 200%;
}
h5{
 font-family: Geneva, Arial, Helvetica, sans-serif;  
 font-size: 120%;
 color: #000033;
 margin: 0px;
 padding: 0px;
}



#wrapper{
	width:770px;
	background-image: url(images/pageback.gif);
	background-color:#FFFFFF;
		}

#header{
	width:770px;
	background-color:#ffffff;
	}


/************* #globalNav styles **************/


#container{
	width: 770px;
	margin-top: -1px;
	}

#leftside{
	float: left;
	background-color: #ff6700;
	width:156px;
}

#content{
	width: 560px;
	float:right;
	padding-right: 20px;
}

#content a:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FF3300;
	text-decoration: underline;
}
#content a:visited{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #669933;
	text-decoration: underline;
}
#content img{
	float: left;
	padding: 10px 20px 0px 0px;
}


/************* #footer styles ***************/

#footer{
	clear: both;
	width:770px;
	background-image: url(images/content.gif);
}
		
#bottomlinks {
	background-color: #000033;
	padding: 5px;
	text-align: center;
	}
	
#bottomlinks a:link, a:hover, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:12px;
		}

#bottomlinks a:link {
	color: #FFFFFF;
	}
#bottomlinks a:hover {
	color: #FF3300;
	}
#bottomlinks a:visited {
	color: #CCCCCC;
	}





