/* CSS Document */

#wrapper {
	background-image: url();
	background-repeat: repeat-y;
	background-position: center;
}
	

#logo {
	width: 800px;
	background:  url(assets/banner.jpg) no-repeat center top;
	height: 200px;
	
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:0px;
	margin-bottom: 0px;
}

#body {
	margin: 0;
	padding: 0;
	width: 800px;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;

}



}

/*navigation */
#navsite h5 {
display: none;
}
#navsite ul {
	padding: 5px;
	margin-left: 0px;
	border-bottom: 1px solid #778;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	background-image: url(assets/button.jpg);
	background-repeat: repeat-x;
	height: 18px;
	letter-spacing: .1em;
}
#navsite ul li {
list-style: none;
margin: 0;
display: inline;
}
#navsite ul li a {
padding: 3px 0.5em;
margin-left: 3px;
border-right: 1px solid #778;
border-bottom: none;
text-decoration: none;
}
#navsite ul li a:link{
color: #ffffff;
}
#navsite ul li a:hover{
color: #7D8765;
}
#navsite ul li a:visited {
color: #ffffff;
}
#navsite ul li, #navsite ul li a:visited:hover {
color: #BBB39E;
border-color: #227;
}
#navsite ul li a#current {
background: white;
border-bottom: 1px solid white;
}


#columRight {
float: right;
padding-top: 1em;
width: 450px;
}

#columnLeft {
	float: left;
	width: 220px;
	margin-left: 10px;
	text-align: left;
	padding-left: 15px;
	background-color: #DDE4F0;
	margin-right: 10px;
	padding-right: 15px;
	margin-top: 40px;
}


#bullets
{
	padding-left: 20px;
	margin-left: 40px;
}


#copyright {
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 0px solid #666666;
	border-right: 0px solid #666666;
	font-weight: normal;
	color: #000000;
	text-align: center;
	width: 790px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
#copyright-text {
	word-spacing: 0em;
	letter-spacing: .2em;
}
#copyright-text a{
color: #ffffff;
	word-spacing: 0em;
	letter-spacing: .2em;
}
#copyright-text a:hover{
color: #000000;
	word-spacing: 0em;
	letter-spacing: .2em;
}

#headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: #501300;
	border-bottom-width: thin;
	padding-bottom: 8px;
	color: #990000;
	word-spacing: .2em;
	text-transform: uppercase;

}

#headline1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 8px;
	letter-spacing: .2em;
	color: #501300;
	text-transform: uppercase;
	background-color: #7999C4;
	padding-top: 8px;
	border: thin solid #501300;

}
#headline2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	border-top-style: solid;
	border-top-color: #501300;
	border-top-width: 0;
	padding-bottom: 8px;
	letter-spacing: .2em;
	color: #501300;
	text-transform: uppercase;

}
