/* A Free Design by Bryant Smith (bryantsmith.com) */

body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #FFFFFF;
}
*
{
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
 
 
 html, body {
text-align: left;
}
p {text-align: left;}


h1
{
font-size:30px;
font-weight:normal;
padding:10px;
}


h2
{
	font-size: 26px;
	font-weight: normal;
	padding-left: 15px;
	padding-top: 35px;
	text-align: left;
}

#main
{
width:900px;
height:auto;
padding-bottom:20px;
}

#header
{
color:#ffffff;
clear:both;
width:900px;
height:25px;
background-image:url(Images/header_footer.png);
background-repeat:no-repeat;
text-align:left;
line-height:25px;
}

#header a, #header a:visited, #header a:hover
{
font-size:12px;
font-weight:bold;
color:#FFFFFF;
padding-left:12px;
padding-right:5px;
text-decoration:none;
line-height:25px;
}

#footer
{
	color: #ffffff;
	font-size: 10px;
	clear: both;
	width: 900px;
	height: 25px;
	background-image: url(Images/header_footer.png);
	background-repeat: no-repeat;
	text-align: left;
	line-height: 25px;
	font-weight: normal;
	position: static;
	left: auto;
	top: auto;
}

#footer a, #footer a:visited, #footer a:hover
{
font-size:10px;
color:#FFFFFF;
text-decoration:none;
line-height:25px;
}




#header a:hover { 
color:#F2EAEA;
border:none;
}

#contentColumn
{
float:left;
width:620px;
}

#navColumn
{
float:left;
width:200px;
padding-top:50px;
}
#contentColumn p
{
text-align:left;
line-height:25px;
letter-spacing:-1px;
margin:6px;
}



.divider
{
	background-image: url(Images/divider.jpg);
	width: 600px;
	height: 3px;
	margin-bottom: 10px;
	background-repeat: no-repeat;

}
.subHeader
{
	margin-top: 20px;
	margin-bottom: 4px;
	width: 150px;
	height: 20px;
	background-image: url(Images/right_header.png);
	text-align: center;
}

.subHeader h3
{
font-size:13px;
line-height:20px;
color:#FFFFFF;
text-align:center;
}





a, a:visited
{
text-decoration:none;
color:#9B1313;
}

a:hover
{
color:#9B1313;
border-bottom:dashed 1px #DD6A6A;
}
