body {
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(images/bggray.jpg);
}
#wrapper {
	width: 800px;
	position:absolute;
	left: 50%;
	margin-left: -400px;
}
#box {
	border: 2px solid #660000;
	padding: 5px;
	background-image: url(images/yellowbg.gif);
	position:relative;
}
#main {
	border: 2px solid #660000;
}
#nav {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #660000;
	border-bottom-color: #660000;
	padding: 6px 3px 3px 3px;
	color: #FFFFCC;
	background-image: url(images/rosebg.gif);
	text-align: left;
	font-size: 10pt;
}
#nav ul {
	list-style-type: none;
}
#nav li {
	display: inline;
	margin-top: 4px;
	margin-right: 18px;
}
#nav li img {
	margin-top:-4px;
	vertical-align: bottom;
}
#nav a:link, #nav a:hover, #nav a:active, #nav a:visited {
	color: #FFFFCC;
	text-decoration:none;
}
#content {
	font-size: 10pt;
	line-height: 1.5em;
	padding: 15px;
	border: none;
}
#content h1 {
	font-size: 16pt;
	color: #660000;
	text-align: center;
	margin-top: -5px;
}
#content h2, #content h3{
	color: #996666;
	font-size: 12pt;
	background-image: url(images/h2bullet.gif);
	background-repeat: no-repeat;
	padding-left: 35px;
}
#content h3 {
	font-style: italic;
}
#foot {
	color: #660000;
	text-align: center;
	padding: 6px;
	font-size: 10pt;
}
#head {
	color: #660000;
	text-align: center;
	padding: 0px;
	font-size: 10pt;
}
#content a:link, #content a:visited, #foot a:link, #foot a:visited {
	color:#660000;
	text-decoration:none;
	font-weight:bold;
}
#content a:hover, #content a:active, #foot a:hover, #foot a:active {
	color:#660000;
	text-decoration:underline;
	font-weight:bold;
}
.left {
	float: left;
	margin:8px 12px 8px 0;
	position: relative;
}
.right {
	float: right;
	margin:8px 0 8px 12px;
	position: relative;
}
#credit td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	padding:3px;
}
#credit a:link, #credit a:hover, #credit a:active, #credit a:visited {
	color: #000000;
	text-decoration:none;
}
.linklist {
	list-style-type:none;
	margin: 20px;
}	
.linklist li {
	text-indent: -20px;
}
.notice {
	font-size: 11px;
	color: #660000;
	font-style: italic;
}
.photoCredit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	color: #660000;
	display: block;
}
.center {
	text-align: center;
}
.rate {
	font-weight: bold;
	color: #660000;
}
.quote {
	line-height: 2em;
	background-image: url(/images/quotebg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 12px;
	padding-left: 20px;
	font-style: italic;
	margin-bottom: 10px;
	font-size: 11px;
	position: relative;
	color: #996666;
}
.attention {
	font-style: italic;
	font-weight: bold;
}
