/* CSS Document */

html 
{
    height:100%;
}

body {
	font-family:"Arial", Verdana, Helvetica, sans-serif;
	font-size:10pt;
	/*background-image:url(images/photofettibg.jpg);
	background-repeat:repeat-x;
	background-position:0px 135px;*/
	background-color:#ede5d9;
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	margin:0;
	display:block;
	height:100%;
	}

#header {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/logo.jpg);
	background-position:left;
	background-repeat:no-repeat;
	}

#headercontent {
	width:750px;
	height:130px;
	margin-bottom:0px;
	background-position:top left;
	background-repeat:no-repeat;	
	margin-left:auto;
	margin-right:auto;
	position:relative;
	}
	
	
#headercontent a.LogoLink {
    position: absolute;
    top: -2px;
    left: -23px;
    width: 229px;
    height: 135px;
}

#headercontent a.LogoLink h1
{
    display: none;
}
	
#headernav a {
	text-decoration:none;
	color:#421441;
	font-weight:bold;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
#headernav a:hover {
	text-decoration:underline;
	color:#421441;
	}

#headernav {
	width:550px;
	position:relative;
	top: 75px;
	left:0px;
	float:right;
	text-align:right;
	font-size:9pt;
	}
	
#contentbg {
	width:100%;	
	background-color:#FFFFFF;
}	

#content {
	width:780px;	
	background-color:#FFFFFF;
	position:relative;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
}

#content h1 {
	color: #421441;
	font-size:16pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top:20px;
	}
	
#content h2 {
	color: #421441;
	font-size:12pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top:10px;
	}

#content h3 {
	color: #421441;
	font-size:10pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
#verybottomStripe {
	width:100%;
	height:22px;
	background-image:url(images/footer_stripe.gif);
	position:relative;
	bottom:0px;
	}	
	
#verybottom {
	width:100%;
	padding-bottom:20px;
	}
	
#verybottomContent {
	width:800px;
	bottom:0px;
	text-align:right;
	font-size:8pt;
	color:#6c5f35;
	margin-left:auto;
	margin-right:auto;
	}
	
a {
	text-decoration:underline;
	color:#6c5f35;
	}
	
a:hover {
	text-decoration:none;
	color:#C7AD88;
	}
	
a.subnav {
	text-decoration:underline;
	color:#6c5f35;
	font-size:10px;
	font-weight:bold;
	}
	
a.subnav:hover {
	text-decoration:none;
	color:#C7AD88;
	}

subnavSelected {
	color:#421441;
	font-size:10px;
	font-weight:bold;
	}
	
hr {
	color:#CCCCCC;
	background-color:#CCCCCC;
	height:1px;
	border:0;
	}