/*
Design by Tami Tolbert
http://www.heritagewebsolutions.com
*/

*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #330000;
}

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

a:visited {
	color: #ffffff;
}

body {
	text-align: center; /* Aligns site in center of browser as well */
	background: #ffffff;
	font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

#content
{
	float: center;
	margin: 0 auto;
	width: 760px;
	text-align: left;
	border-left: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
}

/*
#back
{
width: 760px;
}
*/

#header {
	background: #ffffff;
	width: 760px;
	height: 352px;	
	background: url(images/banner.jpg) no-repeat;
}

#main {
	margin-top: 20px;
	background: #ffffff;
	width: 760px;
	}

HR {
	size: 1;
	width: 100%;
	color: #ff99ff;
	margin-top: 20px;
	margin-bottom: 10px;
	}

#left {
	width: 160px;
	height: 170px;
	padding-left: 15px;
	padding-top: 15px;
	color: #333333;
	background: url(images/nav_top.gif) no-repeat;
	}

#left p {
	font-size: 11px;
	padding: 10px;
	}

#left ul {
	list-style: none;
}

#left li ul {
	border: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}

#left li li {
	padding: 4px 20px;
    background: url(images/nav_button.gif) no-repeat left;
}

#left a {
	color: #330000;
}

#left a:visited {
	color: #330000;
}

#leftbottom {
	width: 160px;
	height: 100%;
	padding-left: 15px;
	padding-top: 15px;
	color: #333333;
	background: url(images/nav_bottom.jpg) no-repeat;
	}

#leftbottom H5 {
	margin: 0;
	padding: 0;
	padding-top: 8px;
	padding-bottom: 2px;
	font: 11px;
	font-weight: bold;
	color: #330000;
}

#leftbottom H6 {
	margin: 0;
	padding: 0;
	padding-top: 8px;
	padding-bottom: 2px;
	font: 10px;
	font-weight: bold;
	color: #333333;
}

#leftbottom p {
	font-size: 9.5px;
	padding-top: 3px;
	}

#right {
	float: right;
	width: 560px;
	padding-right: 10px;
	}

#right H2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 5px;
	font: 20px Cambria, Georgia, Times, serif;
	font-weight: bold;
	color: #330000;
}

#right H3 {
	margin: 0;
	padding: 0px;
	font: 17px Cambria, Georgia, Times, serif;
	font-weight: bold;
	color: #330000;
}

#right H4 {
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #333333;
}

#right a {
	color: #0033cc;
	}

#right a:visited {
	color: #0033cc;
	}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#footer {
	background: #ffffff;
	width:760px;
	}

#footer p {
	margin: 0;
	font-size: 11px;
	text-align: center;
	color: #666666;

}

#footer a {
	color: #330000;
}

#footer a:visited {
	color: #330000;
}

#home {
	float: right;
	padding: 10px 0px 0px 20px;
	width: 299px;
	height: 225px;
	}

TD {
	text-align: top;
	vertical-align: top;
	}
form {margin-bottom: 0;}