﻿html
{
	padding:0px;
	margin:0px;
	text-align:center;
	overflow-y:scroll;
	background-color:#c0b7ac;
}
body
{
	padding:0px;
	margin:0px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
}
h1, .h1
{
	color:#a70405;
	font-size:15px;
	font-weight:bold;
	padding:0px;
	margin:10px 0px 8px 0px;
}
h2
{
	color:#a70405;
	font-size:13px;
	font-weight:bold;
	padding:0px;
	margin:8px 0px 6px 0px;
}
.oneohfive
{
	line-height:16px;
}
.oneten
{
	line-height:19px;
}
.onefifteen
{
	line-height:22px;
}
hr
{
	height:1px;
	padding:0px;
	margin:20px 0px 17px 0px;
	text-align:left;
	background-color:#8b8b8b;
	border:0px;
}
ul
{
	list-style-image:url(bullet.gif);
	margin-top:20px;
	margin-bottom:20px;
}
li
{
	padding-bottom:10px;
}
a
{
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
#hdr
{
	height:70px;
	width:815px;
	margin:0px auto 0px auto;
	padding:10px 0px 0px 0px;
	background-color:#da1f27;
	background-image:url(topBg.gif);
	background-repeat:no-repeat;
}
#hdr .logo
{
	width:795px;
	height:70px;
	margin:0px auto 0px auto;
}
#mnu
{
	height:25px;
	width:815px;
	margin:0px auto 0px auto;
	background-image:url(bodyBg.gif);
	background-repeat:repeat-y;
}
#mnu .menu
{
	width:795px;
	height:32px;
	margin:0px auto 0px auto;
	background-image:url(menuBg.gif);
	background-repeat:repeat-x;
	background-position:0px -10px;
}
#wrap
{
	width:815px;
	margin:0px auto 0px auto;
	background-color:#fff;
	background-image:url(bodyBg.gif);
	background-repeat:repeat-y;
}
#body
{
	width:775px;
	padding:20px 10px 10px 10px;
	margin:0px auto 0px auto;
	min-height:300px;
	text-align:left;
	/*background-color:red;*/
}
#body .left
{
	width:605px;
	padding:0px 20px 0px 0px;
	float:left;
}
#body .right
{
	width:150px;
	float:right;
	min-height:100px;
}
#body .right .box
{
	border:solid 1px #81060c;
	background-color:#f7f7f7;
}
#body .right .box .title
{
	background-image:url(menuBg.gif);
	background-position:0px -8px;
	height:30px;
	line-height:29px;
	font-weight:bold;
	text-align:center;
}
#body .right .box .content
{
	padding:5px;
}
#body .right .box .content.input span
{
	display:block;
	padding:5px 0px 2px 1px;
}
#body .right .box .adv
{
	padding:0px 5px 5px 5px;
	text-align:center;
}
#body .right .box .adv a
{
	color:#000;
}
#body .right .box .or
{
	padding-left:15px !important;
	font-style:italic;
}
#body .right .text
{
	margin-top:25px;
}
#ftrWrap
{
	width:815px;
	margin:0px auto 0px auto;
	padding-bottom:15px;
	background-image:url(ftrBg.gif);
	background-repeat:no-repeat;
}
#ftr
{
	width:775px;
	margin:0px auto 0px auto;
	padding:5px 10px 1px 10px;
	background-color:#fff;
	font-size:9px;
	color:#8b8b8b;
	border-top:solid 1px #858c91;
	text-align:left;
}
#ftr .copy
{
	width:450px;
	float:left;
}
#ftr .links
{
	width:325px;
	float:left;
	text-align:right;
}
.clr
{
	clear:both;
	height:0px;
}
.error
{
	color:Red;
}

/* forms */
.input
{
	border:0px;
}
.input td
{
	padding:0px 5px 4px 0px;
	vertical-align:middle;
}
.input .vt
{
	vertical-align:top;
	padding-top:3px;
}
.input .req
{
	color:Red;
}
.input .grp
{
	font-weight:bold;
	padding:10px 0px 4px 0px;
}

/* edit */
.red
{
	color:#81060c;
}

/* layout */
.layout
{
}
.layout .vt
{
	vertical-align:top;
}

/* news */
.news
{
}
.news ul
{
	list-style-type:none;
	list-style-image:none;
	margin:0px;
	padding:0px;
}
.news li
{
	margin:0px 0px 20px 0px;
	padding:2px;
}
.news li h2
{
	margin:0px;
}
.news li a
{
	color:#000;
}
.news li a:hover
{
	text-decoration:none;
}
.news li .date
{
	font-size:11px;
}
.news .events
{
	width:170px;
	float:left;
	min-height:270px;
	background-color:#e5e5e6;
}
.news .events h1
{
	text-align:center;
}
.news .events li
{
	padding-left:8px;
	padding-right:8px;
}
.news .nelist
{
	width:410px;
	float:right;
}
.news .nelist h1
{
	text-align:center;
}
.news .nelist li:hover
{
	background-color:#f7f7f7;
}

/* tooltip */
.tooltip
{
}
.tooltip.msg
{
	text-align:left;
	padding:10px 3px 10px 3px !important;
}
.tooltip.btn
{
	text-align:center;
}