/*TEFC Stylesheet 2.0*/
/*Author: Ryan Dougher*/
/*May 12th, 2008*/

body {
	background-color: #4B0000;
	margin-top: 30px;

}

/*Begin text styles*/
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 20px;
}

a {
	text-decoration: underline;
	color: #480000;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a.navlinks {
	font-family: Garamond;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	text-decoration: none;
}

a.navlinks:hover { 
	text-decoration: underline;
}

a.vlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #926565;
	text-decoration: underline;
}

a.vlink:hover {
	text-decoration: none;
	color: #926565;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #333333;
	list-style-type: square;
	text-align: justify;

}

.white {
	color: #926565;
}

h1 {
	font-family: Garamond;
	font-size: 20px;
	color: #480000;
	text-transform: uppercase;
	font-weight: 400;
}

h2 {
	font-family: Garamond;
	font-size: 20px;
	color: #CCCCCC;
	font-weight: 400;
	text-align: center;
}

ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #333333;
}

/*Begin layout styles*/
#pagewrapper{
	    width: 655px;
	    margin: 10px auto;
}

#slogan{
	float: left;
}

#header{
	height: 212px;
	float: right;
}

#navpos {
	height: auto;
	width: 510px;
	margin-left: 60px;
	margin-top: -199px;
}

#subnav{
	background-image: url("/images/subnav.jpg");
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 201px;
	float: left;
	padding-left: 30px;
}

#subnav2{
	background-image: url("/images/subnav.jpg");
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 201px;
	height:225px;
	float: left;
	padding-left: 30px;
}

#contentarea{
	background-color: #FFFFFF;
	width: 630px;
	height: auto;
	float: right;
    margin-bottom: 15px;
}

#contenttext{
	background-color: #FFFFFF;
	width: 337px;
	float: right;
	padding-top: 4px;
	padding-right: 50px;
	padding-bottom: 20px;
}

#footer{
	width: 655px;
	float: left;
}

#footer a{
	color: #926565;
}

#creditfooter {
display: none;
}

p.date {
	margin-top:2px;
	margin-bottom:3px;
}

.feedburnerFeedBlock ul li {
	padding:10px;
}