body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:80%;
	background: url(images/dropshadowbg.jpg) center repeat-y #FFF;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width:933px;
	background: url(images/maincontentbg.jpg) repeat-y top left;
}
#body h1{
	font-weight: normal;
}
#body h2{
	font-size: 100%;
	text-transform: capitalize;
}
#header ul{
	list-style-type: none;
}
#header li{
	word-spacing: normal;
	float: left;
}
#header a{
	color: #FFF;
	text-decoration: none;
}
#header a:hover{
	color: #DDD;
}

/**************************MENUS *************************/
#topnav{
	font-size: 12px;
	margin-top: -6px;
	height: 35px;
	background: #2b070b bottom repeat-x url(images/navbg2.jpg);
	width: 933px;
	position: relative;
}
#topnav ul li{
	margin-top: 7px;
	color: #FFF;
	margin-right: 20px;
	text-transform:uppercase;
	padding-bottom: 8px;
}
#topnav ul li.on{
	background: url(images/nav_selected.jpg) bottom center no-repeat;
}
div#topnav ul#mainnav ul{
	display:none;
}
div#topnav ul#mainnav{
	position: absolute;
	z-index: 1;
	padding:0px;
	margin: 0px;
	margin-right:60px;
	padding-left: 17px;
}
div#topnav ul#mainnav li:first-child{
	background:none;
}
div#topnav ul#mainnav li{
	display:inline;
	margin-right:3px;
	padding-left:11px;
	position:relative;
}

/* sub menu stuff */
div#topnav ul#mainnav li ul{
	display:none;
	position:absolute;
	z-index: 21;
	top: 22px;
	left:5px;
	background:#000;
	padding:5px 0px 0px 5px;
	margin:0px;
	width:175px;
	text-align:left;
}
div#topnav ul#mainnav li ul ul{
	display:none;
	position:absolute;
	z-index: 22;
	top:-2px;
	left:175px;
	background:#000;
	padding:5px 0px 0px 5px;
	margin:0px;
	width:175px;
	text-align:left;
	
}
div#topnav ul#mainnav li ul li{
	text-transform: none;
	z-index: 23;
	padding:0px;
	margin:0px 0px 5px 0px;
	display:block;
	background:url(images/subnavbg.jpg);
	float: none;
}
div#topnav ul#mainnav li:hover ul li a{
	color:#ccc;
	border:none;
}
div#topnav ul#mainnav li:hover ul li a:hover{
	color: #FFF;
}
div#topnav ul#mainnav li:hover > ul{
	display:block;
}
/*endsubmenu*/


#subnav{
	padding: 0px;
	margin: 0px;
	color: #FFF;
	font-size: 12px;
	height: 18px;
	background: #91908c;
	margin-top: -6px;
	*margin-top: 0px;
}
#subnav ul{
	padding: 0px;
	margin:0px;
	margin-top: 6px;
	*margin-top: 0px;
	margin-left: 23px;
}
#subnav ul ul{
	display: none;
}
#subnav li{
	padding-left: 6px;
	padding-right: 6px;
	border-right: #FFF solid 2px;
}
#subnav li.last{
	border-right: none;
}

/************************* END MENUS *****************************/

#main{
	color: #8E8E8E;
	float: left;
	width: 50%;
	padding-left: 20px;
	padding-top: 25px;	
	margin-bottom: 50px;
}
#main h1{
	font-size: 20px;
}
#main a{
	color: #BB0000;
	text-decoration: underline;
}
#main a:hover{
	color: #f00;
}
#main h2{
	font-size: 16px;
	color: #666666;
	margin: 20px 0px -10px 0px;
	padding: 0px;
}
#events{
	min-height: 925px;
	height: 925px;
	margin-left: 20px;
	background: #F3ECE2;
	width: 234px;
	float: left;
	border-left: #CCC 1px solid;
	border-right: #CCC 1px solid;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
}
html>body div#events{height:auto}
#events p a{
	color: #666666;
	text-decoration: none;
}
#events a:hover{
	text-decoration: underline;
}
#events h2{
	margin-top: 24px;
	font-size: 16px;
	font-weight: normal;
	color: #770000
}
#events h3{
	font-weight: bold;
	font-size: 12px;
	margin-bottom: -10px;
	color: #DD0000;
}
h3 a{
	color: #DD0000;
	text-decoration: none;
}
#events p{
	color: #666666;
}
.red{
	color: #DD0000;
}
#body ul li{
	font-size: 12px;
	list-style-image: url(images/list_item.gif);
}
#rightbar{
	width: 169px;
	float: right;
}
.support{
	color: #999999;
	font-size: 12px;
	margin-left: 20px;
	margin-bottom: 10px;
}
a img{
	border: none;
}
#sub-main{
	padding-left: 30px;
	color: #666;
	width: 630px;
	float: left;
	font-size: 12px;
	padding-bottom: 30px;
	padding-top: 25px;
	margin-top: 0px;

}
#sub-main a{
	color: #DD0000;
	text-decoration: underline;
}
#sub-main a:hover{
	color: #DD0000;
	background: #999999;
}
#sub-main h1{
	font-size: 20px;
	color: #DD0000;
	text-transform: capitalize;
}
#sub-main img{
	float: right;
	margin: 3px 10px 10px 10px;
}
#sub-main h2{
	margin-bottom: -13px;
	padding-bottom: 0px;
	font-size: 16px;
	color: #770000;
	text-transform: capitalize;
}
#sub-main h3{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#sub-rightside{
	font-size: 12px;
	float: right;
	width: 233px;
	background: #F3ECE2;
	padding-left: 15px;
	padding-right: 5px;
	border-left: 1px solid #BBB;
	padding-bottom: 30px;
}
#sub-rightside img{
	margin-left: -15px;
}
#sub-rightside h3{
	color: #888;

	font-size: 14px;
}
#sub-rightside ul li{
	list-style-type: none;
	list-style-image: none;
	margin-left:-38px;
	margin-bottom: 10px;
}
#sub-rightside a{
	color: #DD0000;
	text-decoration: none;
}
#sub-rightside a:hover{
	text-decoration: underline;
}
#sub-rightside p{
	color: #666;
	font-weight: bold;
}

.clearfix{
	clear: both;
}
#footer{
	width: 900px;
	margin-left: 30px;
	color: #666;
	clear: both;
	border-top: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	font-size: 12px;
	min-height: 60px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer a{
	color: #999;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
#footer p{
	float: right;
}
#footer .copyright{
	color: #999;
	float: left;
}
.firstlink{
margin-top: 15px;
}
.right{
text-align:right;
}
form.formfloat label{
	float:left;
	display:block;
	width:205px;
	padding-right:3px;
	text-align:right;
}
form.formfloat input, form.formfloat select, form.formfloat textarea{
	float:left;
	margin: 0px 6px 6px 0px;
}

form.formfloat textarea {
	width: 400px;
	height: 190px;
}

form.formfloat br{
	clear:both;
}
table.refList{
	font-size: 80%;
	width: 850px;
}
span.label{
	display:block;
	float:left;
	padding-top:3px;
}
legend{
	border:1px solid #cfd8de;
	padding:3px;
	color:#000;
	background:#fff;
	font-weight:bold;
	margin-bottom:10px;
}
label{
	margin-left:10px;
}
.nowidth{
	width:auto
}
#frmSearch{
	position: relative;
	top: 50;
	left: 200;
	margin-top: -40px;
	padding-bottom: 20px;
	margin-left: 700px;
}

#drawling{
	min-width:400px;
	width:auto !important;
	width:400px;
	position:absolute;
	border:1px solid #000;
	background:#fff;
	text-align:left;
	padding:10px 10px 10px 10px;
	z-index:2000;
	font-family:arial;
	font-size:80%;
}
#drawling a{
	margin-top:10px;
	display:block;
	padding:2px;
	background:#ccc;
	text-decoration:none;
	font-weight:bold;
	color:#000;
}
#drawling a:hover{
	background:#ddd;
}
#drawling ul{
	margin-left:0px;
}
#overlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background:#000;
	opacity:0.6;
	filter:alpha(opacity=60);
	z-index:1999;
}