body
{
	margin: 0;
	background-color: #fff;
	font: 12px/19px verdana, arial, sans-serif;
	color: #615f5f;
}

img { border: 0; }
td { padding: 0; }

td.banner
{
	position: relative;
	background-image: url(img/bg_banner.gif);
	width: 772px;
	height: 116px;
}

td.banner img
{
	position: relative;
	top: auto;
	left: 78px;
}

td.navigation
{
	position: relative;
	background-image: url(img/bg_nav.gif);
	background-repeat: no-repeat;
	width: 772px;
	height: 187px;
	display: block;
}

td.navigation img#photo
{
	position: absolute;
	right: 0;
	bottom: 17px;
}

* html td.navigation img#photo { bottom: 4px; }

ul#navtext
{
	position: relative;
	top: 13px;
	left: 2px;
	font: 1.05em/1.05em verdana, arial, sans-serif;
	color: #545454;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 17em;
}

ul#navtext li
{
	margin-bottom: 7px;
	border-bottom: 1px dotted #787878;
	padding-bottom: 2px;
}

* html ul#navtext { margin: 0; }

* html ul#navtext li
{
	margin-bottom: 7px;
	padding-bottom: 2px;
}

ul#navtext a:link, ul#navtext a:visited
{
	padding: 2px 2px 1px 2px;
	background-image: none;
	text-decoration: none;
	color: #615f5f;
	height: 18px;
}

ul#navtext a:hover, ul#navtext a:active
{
	padding: 2px 2px 1px 2px;
	color: #fff;
	background-color: #b39037;
	/* background-image:url(img/nav_bg_hover.gif);
	background-repeat:repeat-x; */
}

ul#navtext a#selected
{
	padding: 2px 2px 1px 2px;
	color: #fff;
	background-color: #cb1e2d;
	/* background-image:url(img/nav_bg_hover.gif);
	background-repeat:repeat-x; */
}

h1
{
	font: 21px arial, helvetica, verdana, sans-serif;
	font-weight: bold;
	color: #b39037;
	margin-top: 10px;
	margin-bottom: 0;
}

h4
{
	font: 14px arial, helvetica, verdana, sans-serif;
	font-weight: bold;
	color: #b39037;
	margin: 0;
}

td.sidebar
{
	font-size: 10px;
	line-height: 13px;
	padding-top: 50px;
}

td#footer
{
	padding-top: 25px;
	font-size: 10px;
}

td.sidebar div#sidebarWrapper { margin-left: 30px; }

a:link, a:visited
{
	color: #cb1e2d;
	text-decoration: underline;
}

a:hover, a:active { text-decoration: none; }

td.bodybold
{
	padding-top: 10px;
	font-weight: bold;
}

td.bodytxt
{
	padding-top: 10px;
	font-weight: normal;
}

hr
{
	color: #b39037;
	background: #b39037;
	border: 0;
	height: 1px;
}

div.quote
{
	width: 400px;
	background-color: #fff;
	border: 1px solid #b39037;
	padding: 8px;
	font-style: italic;
	clear: right;
}

div.quote p, { margin-top: 0; }
.list { margin-bottom: 10px; }

div.quoteSmall
{
	background-color: #fff;
	padding: 3px;
	font-style: italic;
	clear: right;
}

div.quoteSmall p, { margin-top: 0; }

div.note
{
	width: 400px;
	background-color: #fff;
	border: 2px solid #cb1e2d;
	padding: 8px;
	clear: right;
	color: #000;
}

div.note p, { margin-top: 0; }

div.boxtips
{
	width: 120px;
	background-color: #fff;
	border: 1px solid #b39037;
	padding: 4px;
}

.tipslink a:link, .tipslink a:visited
{
	padding: 2px 2px 1px 2px;
	color: #b39037;
	text-decoration: none;
}

.tipslink a:hover, .tipslink a:active
{
	padding: 2px 2px 1px 2px;
	color: #b39037;
	text-decoration: underline;
}

input.enhance
{
	font: 11px arial, helvetica, verdana, sans-serif;
	background-color: #b39037;
}

.smalltext { font: 9px arial, helvetica, verdana, sans-serif; }

.score
{
	color: #CB1E2D;
	font: 16px/30px verdana, arial, sans-serif;
	font-weight: bold;
}

.scorebutton
{
	background-color: #b39037;
	font: 16px arial, helvetica, verdana, sans-serif;
	color: #fff;
	font-weight: bold;

}

div#qTip
{
	width: 250px;
	padding: 3px;
	border: 1px solid #B39037;
	border-right-width: 2px;
	border-bottom-width: 2px;
	display: none;
	background: #B39037;
	color: #FFF;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	position: absolute;
	z-index: 1000;
}

