body {
	margin: 0px;
	padding: 0px;
	background-color: white;
}
table, div {
	font: 10pt/18pt Arial, Helvetica, sans-serif;
	color: #636363;
}
h1 {
	font: small-caps bold 14pt Charlesworth, Casteller, Copperplate Gothic, Casteller, Engravers, BankGothic, serif;
	color: #636363;
}
h2 {
	font: bold 12pt Arial, Helvetica, sans-serif;
	color: #6e6449;
	margin-bottom: 5px;
}
h3 {
	font: bold 12pt Arial, Helvetica, sans-serif;
	color: #636363;
}
h4 {
	font: bold 8pt Arial, Helvetica, sans-serif;
	color: #6e6449;
	margin-bottom: 0;
}
small { font: normal 9pt/10pt; color: #636363;}
a:link, a:visited { text-decoration: underline;	color: #636363; }
a:hover { color: #6e6449; }
.blue { color: #6e6449;}
.button {
	background: #6e6449 url(images/button_back.gif) repeat-x;
	font: bold 8pt Helvetica, Arial, sans-serif;
	cursor: hand;
	border-top: none;
	border-right: 1px solid #6e6449;
	border-bottom: none;
	border-left: 1px solid #6e6449;
	padding:0;
	margin-top:5px;
	height: 22px
}
.LR_margin {
	margin: 0 25px;
}

#flash_header {
	background-color: #6e6449;
	height: 285px;
	padding: 0px;
	margin:0px;
}
#header_bar {
	background: url(images/menu_bar.gif) repeat-x;
	height: 17px;
}
#header {
	background: url(/images/header2.jpg) no-repeat right;
	height: 56px;
}
#main {
	padding: 20px 20px 20px 135px;
	width: 600px;
}

#footer {
	background: url(images/footer_bar.gif) repeat-x;
	padding: 0px 10px 4px 10px;
	font: 8pt Arial, Helvetica, sans-serif;
	color: white;
}
#footer a {
	color: white;
}
.photos {width: 320px; clear:both;}
.photos a {float:left; margin: 0 3px 3px 0;}
.photos a img {border:none;}

 /*printer styles*/
@media print{
.noprint, .box2, #menu, #footer {display:none;}
.logo {background: transparent url(/images/logo.gif);}
table {font: 8pt Arial, Helvetica, sans-serif;}
#header {background: none}
}