/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0C8914;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #FFFF66;
}

a:link{
	color: #EA9006;
	text-decoration: none;
	font-weight: bolder;
	
}

a:visited{
	color: #FF9933;
	text-decoration: none;
	
}

a:hover{
	color: #F5A124;
	text-decoration: underline;
}

h1{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: large;
 color:#FFFF66;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 100%;
 color: #FFD601;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

.style6 {font-size: xx-small}

.style7 {color: #FFFF66}

#masthead{
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #0C8814;
	width: 100%;
	background-color: #0C8914;
	font-size: x-small;
	color: #FF9933;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#navBar{
	float: left;
	width: 12%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFF66;
	border-right: 1px solid #0C8814;
	border-bottom: 1px solid #0C8814;
}

#ads{
	float:right;
	width: 12%;
	border-left: 1px solid #0C8814;
	border-bottom: 1px solid #0C8814;
	padding-right: 10px;
	background-color: #FFFF66
}

#content{
	float: left;
	width: 70%;
	background-color:#FFFFCC;
	padding-right: 30px;
}




.feature{
	padding: 0px 10px 10px 10px;
	font-size: medium;
	color:#0C8914;
	background-color:#FFFFCC;	
}

.feature h1{
	font-size: x-large;
	color:#0C8914;
	background-color:#FFFFCC;
}
.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
	background-color:#FFFFCC;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}




.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: small;
	color: #0C8914;
	background-color:#FFFFCC;
}


.story h3{
	color:#0C8914;
	font-size: large;
	background-color:#FFFFCC;
	  
}

.story p{
	padding: 0px 0px 10px 0px;
	color: #0C8914;
	background-color:#FFFFCC;
}


#siteInfo{
	clear: both;
	border: 1px solid #0C8814;
	font-size: medium;
	color: #FFFF66;
	padding: 10px 10px 10px 10px;
	background-color: #0C8914;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}



#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}


#navBar li {border-bottom: 1px solid #EEE;}

html>body #navBar li {border-bottom: none;}



.sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #0C8814;
	font-size: 90%;
	background-color: #FFFF66
}

.sectionLinks h3{
	padding: 10px 0px 2px 0px;
	color: #0C8914;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: medium;
}

.sectionLinks a {
	display: block;
	border-top: 1px solid #0C8814;
	padding: 2px 0px 2px 10px;
	color: #F5A124;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

.sectionLinks a:hover{
	color: #34E422;
}



.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #0C8814;
	font-size: 90%;
	background-color: #FFFF66;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	color: #EA9006;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: medium;
}

.relatedLinks a:link {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 2px 0px 2px 10px;
	color: #EA9006;
	border-top: 1px solid;
	border-color:#003300;
}
.relatedLinks a:visited {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 2px 0px 2px 10px;
	color: #EA9006;
	border-top: 1px solid;
	border-color:#003300;
	
}



#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}




#ads{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0C8914;
}
#ads h3{
	padding: 10px 0px 2px 0px;
	color: #0C8914;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: medium;
}
