h1, h2, h3, h4, h5, h6, p, a, img, ul, ol, li, form, dl, dt, dd {
	margin: 0;
	padding: 0;
	border-style: none;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: normal 11px/14px "Times New Roman", Times, serif;
	}

div#flashhead {
	width: 800px;
	height: 137px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	background: url(images/header.jpg) no-repeat left top;
	}
	
	
ul#nav {
	width: 800px;
	height: 16px;
	padding: 6px 0 0 0;
	background: #832c57;
	border-top: 2px solid #fcdd9a;
	border-bottom: 4px solid #fff;
	margin: 0 auto;
	text-align: center;
	font: normal 11px/11px "Times New Roman", Times, serif;
	color: #fcdd9a;
	text-transform: uppercase;
	}
	
ul#nav li {
	display: inline;
	}
	
ul#nav li a {
	color: #fcdd9a;
	text-decoration: none;
	border-right: 1px solid #fcdd9a;
	padding: 0 6px 0 4px;
	}
	
ul#nav li a:hover {
	text-decoration: underline;
	}
	
#wrapper {
	width: 805px;
	padding: 0 0 0 5px;
	margin: 0 auto;
	background: url(images/background_int.gif) repeat-y center top;
	}



#sidebar {
	float: left;
	width: 134px;
	text-align: center;
	padding: 7px 0 20px;
	}

#sidebar h3 {
	background: url(images/hr_sidebar.gif) no-repeat center bottom;
	font: normal 16px/16px "Times New Roman", Times, serif;
	font-variant: small-caps;
	padding: 3px 0 10px;
	margin: 0 0 5px;
	color: #832c57;
	}

#sidebar ul {
	font: bold 12px/14px "Times New Roman", Times, serif;
	padding: 0 8px;
	}
	
#sidebar ul li {
	list-style: none;
	padding: 2px 0;
	border-bottom: 1px solid #832c57;
	}
	
#sidebar ul li a {
	color: #000;
	text-decoration: none;
	}

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

#sidebar img,
#content .photo img,
#tanbox img {
	border: 3px solid #832c57;
	margin: 0 auto;
	}

#content {
	float: left;
	width: 480px;
	padding: 19px 18px;
	text-align: left;
	}

#content h3 {
	color: #832c57;
	font: normal 16px/18px "Times New Roman", Times, serif;
	margin: 0 0 5px;
	}

#content h4 {
	font: bold 14px/16px "Times New Roman", Times, serif;
	margin: 0 0 5px;
	}

#content h5 {
	font: bold 12px/14px "Times New Roman", Times, serif;
	margin: 0 0 10px;
	}
	
#content p,
#content ul,
#content ol {
	font: normal 13px/16px "Times New Roman", Times, serif;
	margin: 0 0 10px;
	}

#content li {
	margin: 0 25px;
	}	

#content a {
	color: #832c57;
	}
	
#content a.more {
	font: bold 12px/14px "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-decoration: none;
	}
	
#content .photo {
	float: right;
	width: 134px;
	padding: 0 11px 1px;
	text-align: left;
	}

#content .photo p,
#tanbox p {
	padding: 0 5px 5px;
	font: italic 10px/12px "Times New Roman", Times, serif;
	color: #832c57;
	}
	
hr {
	clear: both;
	border: none;
	background: url(images/hr_content.gif) no-repeat center;
	height: 5px;
	padding: 0;
	margin: 5px 0 15px;	
	} 
	
div.hr {
	clear: both;
	border: none;
	background: url(images/hr_content.gif) no-repeat center;
	height: 5px;
	padding: 0;
	margin: 5px 0 15px;	
}
div.hr hr {
  display: none;
}
		
#tanbox {
	float: left;
	width: 150px;
	text-align: center;
	padding: 19px 0;
	}

#tanbox h4 {
	color: #832c57;
	font: bold 11px/13px "Times New Roman", Times, serif;
	text-transform: uppercase;
	padding: 10px 0;
	}
	
#tanbox .images img {
	border: none;
	}	

#tanbox ul {
	text-align: left;
	}
	
#tanbox li a {
	color: #832c57;
	}

#content table th {
	padding: 3px 0;
	text-align: center;
	vertical-align: middle;
	font: bold 11px/10px "Times New Roman", Times, serif;
	}
	
#content table td {
	padding: 2px 5px;
	vertical-align: top;
	border-top: 1px solid #eee;
	font: normal 11px/12px "Times New Roman", Times, serif;
	}
	
#footer {
	height: 19px;
	padding: 7px 0 0;
	width: 800px;
	clear: both;
	border-top: 4px solid #fff;
	border-right: 5px solid #fff;
	background: #832c57;
	text-align: center;
	font: normal 11px/11px "Times New Roman", Times, serif;
	color: #fcdd9a;
	}
	
#footer a {
	color: #fcdd9a;
	}