/*Normal Body Font Styles*/
body {
	font-family:  Arial, Verdana, san-serif;
	font-size: 12px;
	background-color: #000000;
}

p 
{
    margin-left: 25px;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}
/*--- Page Elements - Homepage
-----------------------------------------------*/

#container 
{
        margin: 0 auto;
        width: 900px;

}
#nav 
{
    height: 24px;
    color: #FFFFFF;
    background: url(../images/nav.jpg) top left no-repeat;
    margin-top: -3px;
    padding: 0;
}
#pagenav 
{
    height: 24px;
    color: #FFFFFF;
    background: url(../images/pagenav.jpg) top left no-repeat;
    margin-top: -3px;
    padding: 0 0 0 20px;
    font-size: 10px;
}
.text 
{
    color: #844b06;
}
/*--- Page Elements - Content
-----------------------------------------------*/
#content 
{
    margin: 0 auto;
    background: url(../images/pagebody.jpg) top left no-repeat;
}
#page 
{
    background-color: #f6e7c9;
    margin-left: 172px;
    margin-right: 141px;
}
/*--- Footer
-----------------------------------------------*/

#footer 
{
    color: #896658;
}

#footer a:link, 
#footer a:visited {
	font-weight:bold;
	color:#896658;
	text-decoration:none;
	border:none;
}
#footer a:hover {
	font-weight:bold;
	color:#896658;
	text-decoration:underline;
	border:none;
}

#footer-img {
    clear: both;
    text-align: center;
    background: url(../images/footer.jpg) top left no-repeat;
	height:145px;
    color:white;
    width: 900px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
    margin-top: -3px;
    padding: 10px;
}

#footer a {

    color: #896658; 
    font-weight:bold;
    text-transform: none;
    border:none;
    text-align: center;
    width: 900px;

}

#footer2
{    
    text-transform: none;
    color: #673f20;
    font-weight: normal;

}

.formTable
{
    margin: 0 0 20px 20px;
}
