html, body {
	height: 100%;
}

body {
	margin: 0;
	background-color: #fcf4d9;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	font-size: 12px;
	background-image: url(images/bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

img {
	border: 0px;
}

a, a:link {
	color: #957c63;
	color: #7B0224;
}

a:visited {
	color: #c0a890;
	color: #C3496D;
}

a:hover {
	color: #c07429;
	color: #E30442;
}

a:active {
	color: #770000;
	color: #CC0000;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 15px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 13px;
}

h1, h2, h3, h4 { 
	color: #551200; 
	color: #c10435;
	margin-bottom: 2px;
}

object, embed {
	margin: 0;
	padding: 0;
}

.centered {
	width: 740px;
	text-align: left;
	margin: 0 auto;
	background-color: #fffefa;
	background-image: url(images/bg_column.gif);
	background-position: top left;
	background-repeat: repeat-y;
/*	height: 100%; */
}

#wrap1 {
	padding-left: 10px;
	background-image: url(images/side_left.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#wrap2 {
	padding-right: 10px;
	background-image: url(images/side_right.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#superheader {
	height: 62px;
	background-image: url(images/bg_header.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}
	#logo {
		float: left;
	}
	
	#topmenu, #sectopmenu {
	float: right;
	padding-top: 37px;
	}

#header {
	height: 219px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

#menu {
	overflow: hidden;
	width: 720px;
}

	#menu ul {
		list-style: none;
		list-style-image: none;
		list-style-type: none;
		margin: 0;
		padding: 0;
		width: 750px;
	}
	
	#menu ul li {
		display: inline;
		padding: 0;
		margin: 0;
	}
	
#content_shell {
/*	position: relative; */
	background-color: #fdf8e8;
	background-image: url(images/body_primary_shell_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
	
#content {
	background-image: url(images/body_primary_bg.gif);
	background-position: 206px 0px;
	background-repeat: no-repeat;
	padding: 44px 60px 14px 207px;
	height: 170px;
	line-height: 19px;
}

#content .highlightbox {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 420px; 
	text-align: justify; 
	color: #571200; 
	color: #c10435;
	/*color: #93103A;*/
	border: solid 1px #430E00; 
	border-top: solid 2px #E7D5AA; 
	border-left: solid 2px #E7D5AA; 
	padding: 6px 8px; 
	margin-top: 0px;
	font-size: 11px;
	background: #FCF4D9 url(images/bg.jpg) 0px -150px repeat-x;
}

	#content .highlightbox:first-letter {
		font-size: 18px;
	}

	#content .highlightbox:first-line {
		font-size: 13px;
		font-weight: bold;
		font-variant: small-caps;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#can {
	position: absolute;
	width: 206px;
	z-index: 100;
}

#callouts {
	background-color: #fdf8e8;
	padding-left: 126px;
}

#footer {
	background-color: #FFFEFA;
	background-image: url(images/footer_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	color: #cbc1ae;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 8px;
	
}
	#footer a, #footer a:link, #footer a:visited {
		color: #cbc1ae;
	}
	
	#footer a:hover, #footer a:active {
		color: #ad9871;
	}

	#copyright {
		float: left;
	}
	
	#sig {
		float: right;
	}
	
.clearer {
	position: relative;
	clear: both;
}

.f_text {
	background-color: #FDFBF6;
	border: solid 1px #877756;
}

.f_textarea {
	background-color: #FDFBF6;
	border: solid 1px #877756;
}

.f_button {
	background-color: #C7B280;
	border: solid 1px #5F553D;
	border-right-color: #000;
	border-bottom-color: #000;
}

.moreinfo {
	color: #551200;
	color: #c10435;
	text-align: center; 
	font-weight: bold; 
	/*font-family: Georgia, 'Times New Roman', Times, serif;
	font-variant: small-caps; */
	letter-spacing: 1.5px;
	font-size: 11px;
}


.moreinfo a, .moreinfo a:link, .moreinfo a:visited, .moreinfo a:active {
	color: #C10435 ! important;
}