body {
    background-color: #C6D6B0;
	margin: 20px;
	font-family: Arial, Verdana, sans serif;
	font-size: 13.5px;
	color: #333;
}

		
a:link {
	color: #6D90B3;
	text-decoration: none;
}

		
a:visited {
	color: #6D90B3;
	text-decoration: none;
}

		
a:hover, a:active {
	color: #A36F55;
	text-decoration: underline;
}


p {
	line-height: 1.5em;
	margin-bottom: 15px;
}


.hr {
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
}



h1	{
	font-family: Arial, Verdana, sans serif;
	color: #A36F55;
	margin: 10px 0 15px 0;
	padding: 0;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: bold;
}


h2	{
	font-family: Arial, Verdana, sans serif;
	color: #333;
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}


.img-r {
	float: right;
	clear: right;
	padding: 5px 0 30px 15px;
	text-align: right;
}

.img-resources {
	float: right;
	clear: right;
	padding: 5px 0 15px 50px;
	text-align: right;
}


#mainnav ul {
background-color: #B0C3D6;
    margin: 0 0px 0 0px;
	padding: 10px 0 10px 0;
	border-bottom: 2px solid #6D90B3;
	
}


#mainnav li {
    display: inline;
	list-style-type: none;
	margin: 0 5px 0 0;
	padding: 0;
}


#mainnav li a {
	font-family: Arial, Verdana, sans serif;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	padding: 0 0px 0 30px;
}


#mainnav li a:hover {
	color: #A36F55;
	text-decoration: none ;
	
	}


#banner {
    border-bottom: 4px solid #999;
	margin: 0 30px 10px 30px;
	padding-bottom: 15px;
}


.banner {
    font-family: Georgia, times, serif;
	color: #333;
	font-weight: normal;
	font-style: italic;
	text-decoration: ;
	font-size: 12px;
	}


.author {
    font-family: Arial, Verdana, sans serif;
	color: #333;
	font-weight: bold;
	text-align: right;
	margin-right: 10px;
	font-size: 11px;
	
}


#container {
    background-color: #FFF;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #6D90B3;
}


#top {
    width: 830px;
    height: 20px;
    margin: 0 0 0 20px;
	padding: 10px 10px 0px;
	border: none;
}


#logo {
    margin-top: 2px;
	padding: 0px 10px 5px 30px;
	border-bottom: 2px solid #6D90B3;
}



#leftcol {
	float: left;
	width: 550px;
	padding: 30px 15px 0 30px;
	border-right: 2px dotted #6D90B3;
}


#rightcol {
	float: left;
	width: 200px;
	padding: 70px 15px 0px 15px;
	
}

	
#singlecol {
    float: left;
	padding: 30px 30px 0px 30px;
}


#footer {
	clear: both;
	padding: 15px 0 10px 0;
	text-align: center;
	font-size: 11px;
}


#footer a:link {
	color: #333;
	text-decoration: none;
}

		
#footer a:visited {
	color: #333;
	text-decoration: none;
}

	
#footer a:hover, a:active {
	color: #F7931D;
	text-decoration: underline;
}
		


