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

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

a           
{
    text-decoration: none;
    color: #99CC67;
    font-weight: normal;
}
a:hover { text-decoration: underline; } 

#leftNav
{
	margin: 0px 0px 15px;
	padding: 0px;
	text-align: center;
	list-style: none;
}
#leftNav li
{
	margin: 0px 0px;
	padding: 0px;
	text-align: center;
	width: 307px;
	height: 24px;
	border-bottom: 1px solid #D4C3BB;
}
#leftNav li.first { border-top: 1px solid #D4C3BB; }
#leftNav a
{	
	font-size: 16px;
	color: #5D2000;
	font-weight: bold;
	padding: 0px 20px;
	line-height: 24px;
	text-decoration: none;
	background: none;
}
#leftNav a:hover, #leftNav a.selected
{
	color: #5D2000;
	text-decoration: none;	
	background: url(images/navOn.jpg) left no-repeat;
}

#tagline { background: url(images/tagline.jpg) top left no-repeat; }
#taglineText
{
	color: #FFFFFF;
	font-size: 15px;
	line-height: 16px;	
	font-weight: bold;
	margin: 10px 75px 10px 10px;
	text-align: left;
}

h1
{
	font-size: 27px;
	line-height: 30px;	
	font-weight: bold;
	margin: 30px 0px;
	text-align: left;
}
h2,h3,h4,h5,h6
{
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0px;
	text-align: left;
}

* .mainText
{
	font-weight: normal;
	margin: 10px 90px 10px 35px;
	text-align: left;
	line-height: 15px;
}

#footer { background: url(images/footer.jpg) no-repeat top left; }

#copyright
{
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 23px;
	margin: 10px 10px;
	text-align: center;
}



/* Logoworks link back */
#linkback, #linkback a
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #949A9E;
	font-weight: normal;
	padding: 0px 0px;
	margin: 10px 0px;
	text-decoration: none;
	text-align: center;
}

/* edit.com */

ul, ol {
	margin-top:0px;
	margin-bottom:0px;
}

.NormalText, body, td {
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    color: #5D2000;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	font-style:normal;
}

.WhiteText {
    font-family: "Times New Roman", Times, serif;
    font-size: 15px;
    color: #FFF;
	font-weight: normal;
}

.PageTitle {
    font-family: "Times New Roman", Times, serif;
    font-size: 27px;
	line-height: 30px;
    color: #5D2000;
	font-weight: bold;
}
