body {
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	background-position:left;
	background-position:top;

}

.header_bg {
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #800000;
	font-weight: bold;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #404040;
	font-weight: bold;
	padding-top:20px;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #666;  
	font-weight: normal;
	padding-top:20px;
}
.mainbody {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
		font-weight: normal;
	line-height: 22px;
}
.mainbody A:link{
	color: #800000;
    text-decoration: none;
}
.mainbody A:visited{
	color: #800000;
    text-decoration: none;
}
.mainbody A:hover{
	color: #800000;
    text-decoration: underline;
}




li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 22px;
	padding-left:0px;
}


.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #EAE9E7;
	line-height: 22px;
	padding-top:20px;
	padding-left:10px;
}
.footer A:link{
	color: #EAE9E7;
    text-decoration: none;
}
.footer A:visited{
	color: #EAE9E7;
    text-decoration: none;
}
.footer A:hover{
	color: #EAE9E7;
    text-decoration: underline;
}
.formquestions {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: normal;
	padding-bottom:8px;
}

/* Navbar using CSS */

#navbar ul {
	list-style: none;
	padding:10px 0 0 14px;
	margin: 0 0 0 0;
}

#navbar li {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #EAE9E7;
	display: inline;
	list-style: none;
	padding-right:24px;
}
	
li.nav  A:link{
	color: #EAE9E7;
    text-decoration: none;
}
li.nav  A:visited{
	color: #EAE9E7;
    text-decoration: none;
}
li.nav  A:hover{
	color: #80FF80;
    text-decoration: none;
}

/* End Navbar using CSS */

.videosubtitles {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
		font-weight: normal;
	line-height: 18px;
}