body {
	font-family: verdana, arial, helvetica, sans-serif;
	background-image: url(images/background.gif);
	margin: 0;
}

#main-title {
	padding: 8px 0 8px 0;
	font-size: 1em;
	letter-spacing: 5px;
	text-align: center;
	font-weight: bold;
	background-color: #333333;
	color: #ffffff;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
}


#header-image {
	background-color: #4d80b9;
	background-image: url(images/header3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;
	border-top: 2px #ff4700 solid;
	border-bottom: 2px #ff4700 solid;
}

#navbar {
	font-size: 0.8em;
	text-align: center;
	padding: 8px 0 8px 0;
	font-weight: bold;
	background-color: #333333;
	color: #ffffff;
	word-spacing: 5px;
	border-bottom: 2px #ff4700 solid;
}

#navbar a:link, #navbar a:visited {
	color: #ffffff;
	word-spacing: none;
}

#navbar a.current {
	color: #ff4700;
}

#navbar a:hover {
	color: #ff4700;
	text-decoration: underline;
}


#headline {
	font-size: .65em;
	padding-top: 20px;
	text-align: justify;
	background-color: #F2F2F2;
	line-height: 1.5em;
}

#body {
	background-color: #FFFFFF;
}

#body h1 {
	font-size: 1.5em;
	padding: 10px 40px 10px 40px;
	color: #000000;
	border-bottom: 1px #ff4700 solid;
	letter-spacing: 4px;
	font-weight: bold;
	background-color: #F2F2F2;
}


#main-text {
	padding: 0 40px 10px 40px;
	font-size: .9em;
	line-height: 1.8em;
	background-color: #ffffff;
}

#main-text p {
	text-align: justify;
}


#body h2 {
	padding: 10px 0 3px 0;
	color: #000000;
	border-bottom: 1px #000000 solid;
	letter-spacing: 1px;
	font-size: 1em;
}

#body h3 {
	padding: 5px 0 3px 0;
	color: #ff4700;
	border-bottom: 1px #000000 solid;
	letter-spacing: 5px;
	font-size: 1em;
	text-align: center;
	font-weight: bold;
}
	#body h4 {
	padding: 5px 0 3px 0;
	color: #ff4700;
	border-bottom: 1px #000000 solid;
	letter-spacing: 5px;
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
}

#body h5 {
	padding: 10px 0 3px 0;
	color: #000000;
	border-bottom: 1px #000000 solid;
	letter-spacing: 5px;
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
}

#body h6 {
	padding: 10px 0 3px 0;
	color: #000000;
	letter-spacing: 1px;
	font-size: 1em;
}



a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #ff0000;
}

a:hover {
	text-decoration: underline;
}


#footer {
	text-align: left;
	padding: 8px 0 8px 0;
	font-size: 11px;
	background-color: #333333;
	color: #ffffff;
	font-weight: bold;
	border-top: 2px solid #ff4700;
	border-bottom: 2px  solid  #ff4700;
}

#footer a:link, #footer a:visited {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #ffffff;
}
#footer #copyright {
	margin: 0;
	font-size: 90%;
	color: #ffffff;
}
