a {
	color: #800000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border-color: #800000;
}

body {
	background: url( gfx/bg.gif ) left repeat-y;
	font-family: Verdana, Arial, Times New Roman;
	font-size: 10pt;
	margin: 0px;
	margin-bottom: 3px;
}

h1 {
	color: #800000;
	display: inline;
	font-size: 14pt;
	font-weight: normal;
}

h2 {
	color: #800000;
	display: inline;
	font-size: 12pt;
	font-weight: bold;
}

h3 {
	color: #800000;
	display: inline;
	font-size: 10pt;
	font-weight: bold;
}

h4 {
	color: #000000;
	display: inline;
	font-family: Verdana, Arial, Times New Roman;
	font-size: 8pt;
	font-weight: bold;
}

table {
	font-family: Verdana, Arial, Times New Roman;
	font-size: 10pt;
	text-align: left;
}

.arrowtext {
	font-weight: bold;
	text-decoration: none;
}

.arrowtext img {
	border: none;
}

.boxcontent {
	background: #EEEEEE;
	padding: 2px;
}

.boxheader {
	border-bottom: 1px dotted #800000;
	border-top: 1px solid #800000;
	color: #800000;
	font-size: 10pt;
	font-weight: bold;
	padding: 2px;
}

* html .boxheader {
	background: url( /files/gfx/dotted_border_800000.gif ) repeat-x bottom;
	border-bottom: none;
}

.content {
	/* leaves an available width on most pages of 544px (after padding) or 554px (before padding) */
	font-size: 8pt;
	padding: 5px;
	line-height: 175%;
	vertical-align: top;
}

.content input, .content select, .content textarea {
	font-family: Verdana, Arial, Times New Roman;
	font-size: 8pt;
}

.content table, .content td {
	font-size: 8pt;
	line-height: 14pt;
}

.contentheader {
	color: #800000;
	font-size: 10pt;
	font-weight: bold;
}

.dropdown {
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	filter: alpha( opacity=95 );
	-moz-opacity: 0.95;
	opacity: 0.95;
	background: #EEEEEE;
	border: 1px solid #800000;
	border-top: none;
	position: absolute;
	text-align: left;
	top: 0;
	visibility: hidden;
	width: 250px;
	z-index: 100;
}

.dropdown a {
	color: #800000;
	display: block;
	font-size: 8pt;
	font-weight: bold;
	line-height: 175%;
	padding: 3px;
	text-decoration: none;
	width: 244px;
}

.dropdown a:hover {
	background: #DDDDDD;
	/*color: #FFFFFF;*/
}

.dropdown a:hover .smalltext {
	color: #FFFFFF;
}

.dropdown .smalltext {
	color: #000000;
	font-weight: normal;
}

.header {
	background:  url( gfx/header_bg.gif );
	margin-bottom: 5px;
	text-align: center;
	width: 100%;
}

div.header {
	text-align: center;
}

.img_cap {
	float: right;
	line-height: normal;
	text-align: center;
}

.img_cap div {
	background: url( gfx/shadow.gif ) top center repeat-x;
}

.img_lft {
	float: left;
	margin: 3px;
}

.img_rgt {
	float: right;
	margin: 3px;
}

.leftmenuheader2 {
	background: #962323;
	border-bottom: 1px solid #800000;
	border-top: 2px solid #A24545;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	padding: 2px 2px 2px 4px;
	text-decoration: none;
}

a.leftmenuheader2:hover {
	color: #FFCC00;
}

.leftmenuheader2 img {
	border: none;
}

.leftmenuheader3 {
	background: #FFFFFF;
	border-bottom: 1px solid #999999;
	color: #000000;
	display: block;
	font-size: 13pt;
	font-weight: bold;
	padding: 4px 2px 4px 4px;
	text-decoration: none;
}

.nowrap td {
	/* put this class on any table, and all its td's will not wrap text */
	white-space: nowrap;
}

.smalltext {
	font-family: Verdana;
	font-size: 7pt;
	line-height: 10pt;
}

.terms {
	/* highlights search terms */
	background: #E9BCB6;
}

.topalign td {
	/* put this class on any table, and all its td's are top-aligned */
	vertical-align: top;
}

#chatnow {
	left: 50%;
	position: absolute;
	text-align: left;
	top: 5px;
}

#chatnow a {
	text-decoration: none;
}

#chatnow2 {
	background: #FFFFFF;
	border: 2px solid #800000;
	font-family: Verdana, Arial, Times New Roman;
	font-size: 8pt;
	line-height: 175%;
	padding: 3px;
	position: relative;
	top: 10px;
	width: 250px;
}

#chatnow2 input {
	font-family: Verdana, Arial, Times New Roman;
	font-size: 8pt;
	margin-bottom: 3px;
}

#footer {
	font-family: Arial, Verdana;
	font-size: 7pt;
	font-weight: bold;
	color: #666666;
}

#footer a {
	color: #666666;
}

#header {
	/*background: url( gfx/header.gif );*/
	height: 90px;
	margin-bottom: 0px;
	/*text-align: right;*/
	width: 100%;
}

#header form {
	margin: 0px;
}

/*#header a, #header img, #header span {
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
}

#header a:hover {
	color: #E9BCB6;
}*/

#header2 {
	background: url( gfx/topnav_bg.gif ) bottom repeat-x;
	height: 25px;
	padding-bottom: 4px;
	padding-right: 10px;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
}

#headercontent {
	font-size: 8pt;
	height: 50px;
	padding: 5px;
	text-align: right;
}

#leftmenu {
	background: #EEEEEE;
	/*padding-top: 10px;*/
	vertical-align: top;
	width: 200px;
}

#leftmenuheader {
	background: url( gfx/leftmenuheader.gif ) #800000;
	color: #FFCC00;
	display: block;
	font-size: 11pt;
	font-weight: bold;
	height: 25px;
	padding-left: 5px;
	padding-top: 5px;
	text-decoration: none;
	vertical-align: middle;
}

#leftmenulinks {
	/*border-right: 1px solid #962323;*/
	border-top: 1px solid #BBBBBB;
	font-size: 8pt;
	line-height: 16pt;
	/*padding-left: 20px;*/
}

#leftmenulinks a {
	background: #EEEEEE;
	border-bottom: 1px solid #FFFFFF;
	display: block;
	padding-left: 23px;
	text-decoration: none;
}

#leftmenulinks a:hover {
	color: #000000;
}

#leftmenulinks img {
	display: block;
}

#main {
	background: url( gfx/brdr.gif );
	padding-left: 8px;
	padding-right: 8px;
	width: 754px;
}

#pagedate {
	color: #666666;
	font-size: 8pt;
	line-height: normal;
	margin-bottom: 10px;
	text-align: right;
}

#pageopts {
	background: #CCCCCC;
	border: 1px solid #666666;
	color: #666666;
	font-size: 8pt;
	margin: 5px;
	padding: 5px;
	width: 178px;
}

#pageopts a {
	color: #666666;
	text-decoration: none;
}

#pageopts a .pageopts_txt {
	color: #666666;
	text-decoration: underline;
}

#pageopts a:hover .pageopts_txt {
	text-decoration: none;
}

#pageopts img {
	margin-top: 5px;
}

#pagetitle {
	border-bottom: 1px solid #800000;
	color: #800000;
	font-size: 13pt;
	font-weight: bold;
	padding: 3px;
	text-align: center;
}

#searchform {
	display: inline;
}

#searchform input {
	font-family: Verdana, Arial, Times New Roman;
	font-size: 8pt;
	font-weight: normal;
}

#searchresults {
	filter: alpha( opacity=100 );
	-moz-opacity: 0.85;
	opacity: 0.85;
	background: #FFFFFF;
	border: 1px solid #800000;
	display: none;
	font-family: Verdana, Arial, Times New Roman;
	font-size: 8pt;
	font-weight: normal;
	line-height: 150%;
	margin-left: 450px;
	padding: 3px;
	position: absolute;
	text-align: left;
	top: 55px;
	width: 183px;
	z-index: 1000;
}

#searchresults:hover {
	filter: alpha( opacity=100 );
	-moz-opacity: 1;
	opacity: 1;
}

#searchresults a {
	display: block;
	padding: 0px;
	text-decoration: none;
}

#searchresults a:hover {
	color: #800000;
	background: #E9BCB6;
}

#sidecontent {
	border-top: 1px solid #BBBBBB;
	font-size: 8pt;
	line-height: 14pt;
	padding: 5px;
}

#sidecontent table {
	font-size: 8pt;
	line-height: 14pt;
}

#topnav a {
	color: #FFFFFF;
	display: block;
	font-family: Verdana, Arial, Times New Roman;
	font-size: 10pt;
	font-weight: bold;
	height: 18px;
	padding: 6px 10px;
	text-decoration: none;
}

#topnav td {
	white-space: nowrap;
}

#topnav_sel {
	background: url( gfx/topnav_bg_sel.gif );
}