* 
{
    padding:0;
    margin:0;
}




body
{
	background-attachment:fixed;
	text-align: center;
    padding:0px;
	background-color: #B8954F;
	overflow-y: scroll;
}


.bgtile
{
	background-color:#B8954F;
	background-image: url(../images/bgcorner.jpg);
	background-position: top left;
	background-repeat: repeat;
	background-attachment:fixed;
}



h1, h2, h3, h4, h5, h6, pre, blockquote, form, label, ul, ol, dl, fieldset, address
{
    margin: 0;
}

p
{
	margin-bottom: 20px;
}


li, dd, blockquote 
{
    margin-left: 40px;
}


div
{
	overflow: auto;
	display:block;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
}

#outer
{
	min-height:100%;
	height:auto;
	text-align: center;
}
* html #outer{height:100%;}








#pagehead
{
	overflow: visible;
	width:1000px;
	height:200px;
	background: url(../images/header1.jpg) center top no-repeat;
	margin: 20px auto 0px auto;
	color:#FFFFFF;
}


#contentdiv
{
	width:1000px; 
	margin: 50px 20px;
	font-size:	150%;
	text-align: left;
	color:#6B4700;
}

#inner
{
	width:1040px; 
	margin: 20px auto 5px auto; 
}
*/


.white
{
	color: #FFFFFF;	
}


.indent 
{
	margin-left: 1em;
	text-indent: -1em;
}


.NOBOLD {font-weight: normal;}


a.linknav{color:#6B4700;}
a.linknav:hover{color:#FFFFFF;background-color:#6B4700;text-decoration:none;}
a.linknav:hover:after{color:#FFFFFF;
	background-color:#B8954F;
	background-image: url(../images/bgcorner.jpg);
	background-position: top left;
	background-repeat: repeat;
text-decoration:none;content:url(../images/triangles.gif);
}
a.linknav:visited{color:#6B4700;}
a.linknav:visited:hover{color:#FFFFFF;background-color:#6B4700;text-decoration:none;}



.bold
{
	font-weight: bold;
}

.ital
{
	font-style:italic;
}

.underline
{
	text-decoration:underline;
}

