form { padding: 0; margin: 0; }
img { border-width: 0; }
html, body
{
    margin: 0px;
    padding: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    color: #231F20;
	background-color: #FFFFFF; 
}

#page
{
	margin: 0 auto;
	text-align: left;
	width: 1000px;
}

a           
{
    text-decoration: none;
    color: #9E1D20;
    font-weight: normal;
}
a:hover { color: #000000; text-decoration: none; } 

p { margin: 5px 0px 15px; padding: 0px 0px; }

.white { background: #FFFFFF; }
.mainBG { background: #D8CBA8; }
.subBG { background: #C9BB98; }

#headerNav { background: url(images/headerNav.jpg) repeat-y; }
#headerNav div
{
	text-align: right;
	margin: 0 25px;
	font-size: 12px;
	color: #B49D8C;
}
#headerNav div a
{
	font-size: 12px;
	color: #B49D8C;
	padding: 0 8px;
	text-decoration: none;
}
#headerNav div a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

#topNavBG { background: url(images/topNavBG.jpg) repeat-x; }

#topNav
{
	margin: 0px 20px;
	text-align: center;
}
#topNav a
{
	font-size: 12px;
	line-height: 58px;
	color: #DBD4C1;
	font-weight: bold;
	padding: 0px 15px;
	text-decoration: none;
	background: url(images/topNavSpc.jpg) no-repeat 0px 0px;
}
#topNav a.first { background: none; }
#topNav a:hover, #topNav a.selected
{
	color: #FFFFFF;
	text-decoration: none;
}

#leftNav
{
	margin: 10px 0px 15px;
	text-align: left;
	line-height:
}
#leftNav a
{
	display: block;
	font-size: 12px;
	border-bottom: 2px solid #B89C6A;
	color: #9E1D20;
	font-weight: normal;
	padding: 5px 0px;
	margin: 0px;
	text-decoration: none;
	
}
#leftNav a:hover, #leftNav a.selected
{
	color: #000000;
	text-decoration: none;
}

#threeColLeft, #threeColRight, #twoColRight, #twoColLeft
{
	margin: 10px 25px;
	text-align: left;
}
#threeColCenter
{
	margin: 10px 15px;
	text-align: left;
}

#quickLinks
{
	line-height: 20px;
}

h1
{
	font-size: 24px;
	color: #9E1D20;	
	font-weight: normal;
	margin: 10px 0px;
	text-align: left;
}
h2
{
	font-size: 22px;
	color: #000000;	
	font-weight: normal;
	margin: 10px 0px;
	text-align: left;
}
h3,h4,h5,h6
{
	font-size: 18px;
	color: #000000;	
	font-weight: normal;
	margin: 10px 0px;
	text-align: left;
}

.footerLine { background: #B0A18C; }
#bottomNav
{
	margin: 15px 20px;
	text-align: center;
	font-size: 11px;
	color: #9E1D20;
	font-weight: normal;
}
#bottomNav a
{
	font-size: 11px;
	color: #9E1D20;
	font-weight: normal;
	padding: 0px 5px;
	text-decoration: none;
}
#bottomNav a:hover, #bottomNav a.selected
{
	text-decoration: underline;
}

#copyright
{
	font-weight: normal;
	font-size: 10px;
	margin: 10px 20px;
	text-align: center;
}

