/* CSS Document */
body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #784548;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.main {
	background-color: #E8C899;
}
.logo {
	padding-left: 10px;
}
.header-img {
	background-image: url(images/header-img.gif);
	height: 198px;
	background-repeat: no-repeat;
}
.header-nav {
	background-image: url(images/header-nav.gif);
	background-repeat: repeat-x;
	height: 36px;
	color: #784548;
	font-weight: bold;
}
.header-nav a:link, .header-nav a:visited {
	color: #784548;
	font-weight: bold;
	text-decoration: none;
}
.header-nav a:hover {
	color: #000000;
}
.heading {
	background-color: #F4F0ED;
	padding-left: 10px;
	height: 34px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #E8C899;
	font-size: 16px;
	color: #784548;
}
.content {
	background-color: #F0DBBF;
	text-align: justify;
	padding: 5px;
	margin-top: 10px;
}
.content li {
	padding-bottom: 7px;
	padding-top: 5px;
}
.content a:link, .content a:visited {
	color: #000000;
	text-decoration: underline;
}
.content a:hover {
	color: #0000FF;
	text-decoration: none;
}
.content img{
	border: thin solid #CD9668;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
}
h1 {
	font-size: 16px;
	color: #784548;
	margin: 0px;
}
h2 {
	font-size: 14px;
	color: #784548;
}
h3 {
	font-size: 12px;
	color: #784548;
}
.nav {
	color: #784548;
	background-color: #F0DBBF;
	height: 25px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #E8C899;
}
.nav a:link, .nav a:visited{
	color: #784548;
	font-weight: bold;
	text-decoration: none;
	margin-left: 2px;
	margin-right: 2px;
}
.nav a:hover {
	color:#000000;
	text-decoration: none;
}
.height-10 {
	height: 5px;
}
.footer {
	color: #784548;
	font-size: 12px;
	font-weight: bold;
}
.footer a:link, .footer a:visited {
	color: #784548;
	font-size: 12px;
	text-decoration: none;
}
.footer a:hover {
	color:#000000;
	text-decoration: underline;
}
.footer_2 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.footer_2 a:link, .footer_2 a:visited {
	color:#000000;
	text-decoration: underline;
}
.footer_2 a:hover {
	color:#0033CC;
	text-decoration: none;  
}
.dotted {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
}
.font {
	font-size: 14px;
	color: #784548;
}
.font a:link, .font a:visited {
	color: #784548;
	text-decoration: none;	
}
.font a:hover {
	color: #0033CC;
	text-decoration: underline;	
}