/* CSS Document */

body{
	background:#ffffcf;
	padding:0px;
	margin:0px;}

#site{
	width:790px;
	margin:0px auto 0px auto;}

#header{
	width:790px;	
	height:130px;}
#headerleft{
	float:left;
	width:530px;
	height:130px;
	background-image:url(images/layout-header.jpg);
}
#headerimg{
	float:right;
	width:260px;
	height:130px;}

#menuBox{
	width:140px;
	float:left;
	background-color:#fff;}
#content{
	padding-top:15px;
	float:right;
	width:600px;
	padding-right:10px;

}
#footer{
	background-image:url(images/footerBG.jpg);
	height:118px;
	width:790px;
	clear:both;
}
#titleBG{
	width:550px;
	height:75px;
	background:url(images/title-bg.jpg);
}
#titleBG h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.8em;
	padding:20px 0px 0px 50px;
	color:#d6cc6b;
}
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.7em;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
}
h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
}
/* Link Formatting */
a:link {
	color:#5e3603;
	text-decoration:underline;
}
a:visited {
	color:#5e3603;
	text-decoration:underline;}
a:active {
	color:#5e3603;
	text-decoration:underline;
}
a:hover{
	color:#5e3603;
	text-decoration:none;
	background-color:#d6cc6b;
}
.frontpage{
	background-color:#ffffcf;
	background-image:url(images/bg.gif);
	background-attachment:scroll;
	background-repeat:repeat-x;
}

#front{
	width:790px;
	margin:0px auto 0px auto;
}
#front-left{
	float:left;
	width:370px;
}
#front-right{
	float:right;
	width:400px;
}


/*TEXT FORMATTING */

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:130%;
	font-weight: normal;
	}
dt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-variant:small-caps;
	font-weight:bold;
	line-height:130%;
	}	
dd{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:130%;
	}

	
table{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:130%;
}
table ul{
	margin:4px;
	padding:4px;
}

table ul li{
	font-size:90%;}

.smaller{font-size:75%;}
.makebrown{color:#5e3603;}
li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:130%;}
.white{
	color:#fff;
}

#headerText{
	padding:105px 0px 0px 180px;
	font-family:Arial, Helvetica, sans-serif;
	color:#5e3603;
	font-weight:bold;
	font-variant:small-caps;	
}
#headerText a{
	text-decoration:none;
	color:#5e3603;
}

/*Footer Text */
#footerContent{
	padding:2px 0px 0px 250px;
	text-align:center;
}
.footerText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	color:#fff;
}
.footerText a{
font-family:Arial, Helvetica, sans-serif;
font-size:1em;
font-weight:bold;
color:#fff;
}
.footerLink a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:.7em;
	color:#fff;
	line-height:100%;
}

	
/*MENU FORMATTING */

.menu{
	width:130px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-variant:small-caps;
	font-weight:bold;
	text-decoration:none;
}
.menu a{
	background-color:#ffff00;
	width:160px;
	height:50px;
	height:"65px";
	margin-bottom:5px;
	padding-top:10px;
	text-decoration:none;
	color:#5e3603;
	float:left;
	display:block;}
	
.menu a:visited{
	text-decoration:none;
	color:#5e3603;
	float:left;
	display:block;
	background-color:#ffff00;}

.menu a:hover{
	text-decoration:none;
	color:#5e3603;
	background-color:#ffff9a;
	float:left;
	display:block;}
