body {
	background-color:#D9D1AD;
	font-size: 85%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#container {
	margin: auto;
	width: 760px;
	border: 3px #000 solid;
	background-color: #000;
	}

h1{
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	}

h2{
	font-size: 90%;
	font-weight: bold;
	color: #333333;
	}

A, A:visited {
color: #754C24;
text-decoration:underline;
}

A:hover {
color:#000000
}
/*************** these control the banner styles *****************/

		
/*************** these control the tab navigation styles *****************/
#header {
	float: left;
	width: 100%;
	font-size: 110%;
	line-height: normal;
	background:  url(Images/bg.gif)
      repeat-x bottom;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 7px;
	}

#header ul{
	margin: 0px;
	padding:0px 10px 0;
	list-style: none;
	background-color:#E6E0D0;
	}

#header li{
	float: left;
	background: url(Images/norm_right.gif) no-repeat right top;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color:#E3E0D0;
	}
	
#header A {
	float: left;
	display:block;
	background: url(Images/norm_left.gif) no-repeat left top;
	padding:2px 15px 2px;
	color: #333333;
	font-size: 100%;
	text-decoration: none;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header A {float:none;}
/* End IE5-Mac hack */


#header A:HOVER {
	color: #754C24;
	}

#header #current {
	background-image: url(Images/norm_right_on.gif);
	color: #754C24;
	padding-bottom:1px;	
	}
	
#header #current A {
	background-image: url(Images/norm_left_on.gif);
	color: #754C24;
	}
	
#headerbackground {
	background-image:url(Images/headerbackground.jpg);
	background-repeat: repeat;
	}

/*************** these control the upper navigation link styles *****************/


/*************** these control the content styles *****************/
#content { 
width: 100%;
background-color: #F6F5F1;
font-size: 90%;
}

html>body #content {
padding-top:35px;
}

#leftlinks A {
	color: #754C24;
	font-size: 90%;
	}

#leftlinks A:Hover {
	color: #333333
	}
	
#leftlinks ul{
	list-style: none;
	padding: 0;
	margin: 0;
	width: 155px;
}

#leftlinks li{
	padding-left: 5px;
	margin-bottom: 5px;
}



.title {
	font-weight: bold;
	text-align: center;
	font-size: 110%;
}

.titleside {
	font-weight: bold;
	font-size: 110%;
}

.titleitalics {
	font-weight: bold;
	text-align: center;
	font-style:italic
}

.footnote {
font-size:80%;
font-weight: bold;
}

.rightimage {
	float: right;
	border-width: 2px;
	border-style: solid;
	border-color: #333333;
	}

#addressbox {
	width: 180px;
	height: 90px; 
	background-image:url(Images/addressbox.jpg);
	}

#addressboxtext {
	padding: 5px;
	color: #FFFFFF;
	font-size: 75%;
	}

/*************** these control the footer styles *****************/
#footer {
	width: 758px;
	font-size: 80%;
	text-align: center;
	color: #333333;
	padding-top:7px;
	background-position: center;
	background-color: #D9D1AD;
	}

#footer A, A:VISITED {
color: #333333;
text-decoration:underline;
	font-size: 100%;
}

#footer A:HOVER {
color: #754C24
}
