/* CSS Document */

html, body{
	height: 100%;
	margin: 0;
	background: #FFF url('images/back.jpg') top left repeat-x;
}

#container{
	width: 960px;
	margin: 0 auto;
}

#header{
	background: transparent url('images/headerNoText.jpg') top center no-repeat;
	height: 165px;
}

#subtext{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 511px;
	margin-top: -20px;

}
#subtext h1, #subtext h3{
	color: #3946cb;
	margin: 0;
}
#subtext p{
	font-weight: bold;
	margin: 0;
}

#navbar{
	float: left;
	width: 180px;
	margin: 57px 25px 0 0;
}
#navbar ul{
	margin: 0;
	padding: 0;
}
#navbar ul li{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	list-style-type: none;
	text-decoration: none;
	height: 21px;
	
	color: #FFF;
	background: #007100 url('images/listcap.jpg') right no-repeat;
	
	margin-bottom: 10px;
	padding-left: 5px;
}
#navbar ul li a{
	display: block;
	color: #FFF;
	text-decoration: none;
	;
}
#navbar ul li a:hover{
	/*text-decoration: underline;*/
	color: #FFFF33;
}
#navbar img{
	
	margin: 20px auto 20px auto; 
}

#story{
	border-top: 5px solid #023E02;
	width: 100%;
	background-color: #FFFCA5;	/*#FFFFCD*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 0 10px 0 10px;
}


#story h3{
	margin: 0;
	font-size: 1.5em;
	border-bottom: 1px solid #CCCCCC; 
	color: #023E02;
	font-style: italic;
}

#story ul{
	margin-top: 10px;
	text-decoration: none;
	list-style-type: none;	
}

#story ul li
{
	border-right: 1px solid #023E02;
	display: block;
	float: left;
	height: 335px;
	width: 250px;
	float: left;
	padding: 15px 15px 15px 15px;
}
#story ul li#first-story {
	border-left: 1px solid #023E02;
}

.clear {
	clear: both;
}

#story a
{
	color: #006600;
}

#story a:hover
{
	text-decoration: underline;
	color:#00CC00
}

#content{
	font-family: Arial, Helvetica, sans-serif;
	padding: 8px;
	margin-top: 40px;
	margin-left: 195px;
	min-height: 414px;
	height:auto !important;
	height: 414px;
}

.small {
	font-size: 75%;
}

.centered{
	text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}
.centered a{
}

#footer
{
	clear: both;
	width: 100%;
	margin-right: 12px;
	height: 100px;
	background-color: #007100;
	margin: 0 auto;
}

#footer ul
{

	list-style: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	size: 1em;
	margin: 0;
	padding: 5px 0 0 0;
} 
#footer ul li 
{
	margin-top: 10px;
	text-align: center;
}
