body {
	margin: 10px 0 0 0;
	padding: 0;
	font-family: arial, geneva, helvetica, sans-serif;
	font-size: 101%;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	}
	
#wrapper {
	width: 750px;
	text-align: left;
	margin: 0 auto 10px auto;
	padding: 0;
	}
	
	
#index #header {
	height: 227px;
	background-color: #FFFFFF;
	background-image: url(../graphics/header_index.jpg);
	background-repeat: no-repeat;
	background-postion: top left;
	position: relative;
	margin-bottom: 2px;
	}
	
#secondary #header {
	height: 138px;
	background-color: #FFFFFF;
	background-image: url(../graphics/header_secondary.jpg);
	background-repeat: no-repeat;
	background-postion: top left;
	position: relative;
	margin-bottom: 2px;
	}
#logo {
	background-color: #FFFFFF;
	background-image: url(../graphics/logo_bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	}
	
img {
	display: block;
	padding: 0;
	margin: 0;
	}
	
#logo a img {
	border: none;
	}
	
#rightcolumn {
	float: right;
	margin-top: -20px;
	width: 190px;
	background-color: #FFFFFF;
	color: #000000;
	margin-bottom: 20px;
	
	}
	
#rightcolumn h1 {
	font-size: 85%;
	border-top: 3px #9C7743 double;
	color: #9C7743;
	padding-top: 5px;
	font-style: oblique;
	margin-top: 20px;
	}
	
#rightcolumn p {
	font-size: 75%;
	margin-top: .5em;
	margin-bottom: 0;
	}
	
#rightcolumn p strong {
	color: #9C7743;
	}
	
#leftcolumn {
	margin: 25px 220px 10px 0;
	}
	
#leftcolumn p {
	font-size: 75%;
	color: #000000;
	margin: 1em 30px 1em 50px;
	}


#leftcolumn h1 {
	font-size: 170%;
	margin-left: 15px;
	font-weight: normal;
	font-family: arial, geneva, helvetica, sans-serif;
	color: #9C7743;
	letter-spacing: 1px;
	margin-bottom: 0;
	font-style: oblique;
	
	}

#leftcolumn h1 span {
	display: block;
	font-size: 85%;
	text-align: left;
	padding-left: 170px;
	color: #B89D82;
	}

#leftcolumn h2 {
	font-size: 110%;
	color: #5A2D00;
	margin-bottom: 1em;
	}
	
#leftcolumn ul li, #leftcolumn ol li {
	font-size: 75%;
	margin: 1em 30px 1em 50px;
	}

#footer {
	clear: both;
	border-top: #5A2D00 1px solid;
	margin-top: 30px;
	}

#footer p {
	text-align: center;
	font-size: 70%;
	color: #5A2D00;
	margin: 0 0 10px 0;
	}
	
#footer p a {
	text-decoration: none;
	}
	
#footer p a:hover {
	text-decoration: underline;
	}

	
#primarynav ul, #primarynav ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;

	}

#primarynav ul li {
	}
	

#primarynav ul li a {
	margin: 5px 5px 5px 0px;
	color: #5A2D00;
	font-size: 75%;
	font-weight: bold;
	text-decoration: none;

	}

	
#primarynav ul li a:hover {
	text-decoration: underline;

	}

#top {
	position: relative;
	height: 1.2em;
	}
	
#top ul, #top ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#top ul {
	position: absolute;
	top: 4px;
	right: 5px;
	}
	
#top ul li {
	display: inline;
	}
	
#top ul li a {
	display: block;
	float: left;
	color: #5A2D00;
	text-decoration: none;
	padding: 0 10px;
	font-size: 70%;
	font-weight: bold;
	border-right: 1px #5A2D00 solid;
	}
	
#top ul li a:hover {
	text-decoration: underline;
	}
	
#top ul li a.last {
	border: none;
	}
	
/* Images */

img.rightframed {
	display: block;
	border: 1px #333333 solid;
	padding: 3px;
	margin: 5px 5px 5px 0px;
	float: left;
	}
address {
	text-align: center;
	font-size: 70%;
	font-style: normal;
	color: #5A2D00;
	margin: 2px 0 2px 0;
	}
	
address a {
	text-decoration: none;
	}
	
address a:hover {
	text-decoration: underline;
	}
	