/* CSS Document */
body {
	background: white none repeat-y;
	margin: 0;
	padding: 0;
}

div#textlogo {
	display: block;
	font: normal 26px/28px "Hoefler Text", Times, serif;
	letter-spacing: 1px;
	color: #4C2301;
	padding: 10px;
}

div#main {
	min-height: 536px;
	background: transparent none no-repeat;
}

div#subnav {
	min-height: 100px;
	width: 710px;
	padding-top: 1px;
	display: none;
}

div#subnav table {
	margin: 5px 0 10px 263px;
	padding: 0;
}

div#subnav table tr td {
	width: 33%;
	vertical-align: top;
	padding: 0;
}

div#subnav table tr td a {
	font: 13px/16px Times, serif;
	color: #FAF0E3;
	text-decoration: none;
	width: 160px;
	display: block;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#744401, direction=135, strength=2);
	text-shadow: 1px 2px 2px #523001;
	white-space: nowrap;
}

div#subnav table tr td h2 {
	font: 13px/14px 'Hoefler Text', Times, serif;
	margin: 0;
	width: 125px;
	letter-spacing:1px;
}

div#subnav table tr td a:hover {
	text-decoration: underline;
}

div#subnav table tr td a.active {
	text-decoration: underline !important;
	cursor: default !important;
	color: white !important;
}

div#logo {
	height: auto;
	width: auto;
	background: transparent url("img/logo2.jpg") no-repeat;
}

div#logo h1 {
	font: normal 18px/18px "Hoefler Text", Times, serif;
	letter-spacing: 1px;
	color: #4C2301;
	margin:15px;
	padding:0px;
}

div#logo h1 span {
	font: normal 18px "Hoefler Text", Times, serif;
	letter-spacing: .1px;
	color: #4C2301;
}

div#content h3 {
	font: normal 18px/20px "Hoefler Text", Times, serif;
	letter-spacing: 1px;
	color: #4C2301;
}

div#bottom {
	width: 710px;
}

div#navigation {
	width: auto;
	float: none;
	margin-top: 40px;
	text-align: center;
	display: none;
}

div#navigation a {
	font: 18px/24px "Hoefler Text", Times, serif !important;
	letter-spacing: 1px;
	color: #FDF7EC !important;
	text-shadow: 2px 2px 2px #523001;
	text-decoration: none;
	display: block;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#744401, direction=135, strength=3);
	width: 237px;
}

div#navigation a:hover {
	background: transparent url("img/underline.gif") 79px 22px no-repeat;
	text-decoration: none;
}

div#navigation a.active {
	background: transparent url("img/underline.gif") 79px 22px no-repeat !important;
	text-decoration: none;
	color: white !important;
}

div#content {
	margin-left: 20px;
	margin-top: 0px;
	font: 14px/18px Times, serif;
	color: #4C2301;
	width: auto;
	margin-right:30px;
}

div#content p.copyright {
	font: 11px Times, serif;
	color: #945E20;
	text-align: left;
	margin-top: 30px;
}

div#content a {
	font-weight: bold;
	color: #4C2301;
	text-decoration: none;
}

div#content a:hover {
	text-decoration: underline;
}

div#content img {
	background-color: white;
	padding: 3px;
}

div#content img.left {
	background-color: white;
	padding: 3px;
	float: left;
	margin: 0 10px 5px 0;
}

div#content img.right {
	background-color: white;
	padding: 3px;
	float: right;
	margin: 0 0 5px 10px;
}

div#clearandspace {
	clear: both;
	height: 100px;
}

p.attylist a {
	color: #4C2301 !important;
	font: normal 16px/26px "Hoefler Text", Times, serif !important;
	letter-spacing: 1px;
	padding-left: 16px;
	background: url("img/arrow.gif") 2px no-repeat;
}

p.attylist a span {
	font: normal 12px "Hoefler Text", Times, serif !important;
}