@charset "UTF-8";
/* CSS Document */

body, h1, h2, h3, h4, p, wrapper, navtop, navlower, content {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	text-decoration:none;
}

body{
	background-color:#646464;
	margin:0 auto;
	color:#FFFFFF;
	padding:0;
}

h1{
	color:#5e5045;
	font-size:18px;
	padding-bottom:5px;
}

h2{
	color:#ac791e;
	font-size:16px;
	padding-bottom:10px;
}

h3{
	color:#8e8eb5;
	font-weight:bold;
	font-size:14px;
}

h3 em{
	font-size:11px;
	color:#333;font-weight:normal;
}

.handcursor{
	cursor:hand;
	cursor:pointer;
}


h4{
	color:#5e5045;
	font-size:18px;
	font-weight:bold;
	padding-bottom:20px;
}

p{
	color:#333;
	font-size:12px;
	padding-bottom:10px;
	line-height:150%;
}

a:link, a:visited{
	color:#ac791e;
	text-decoration:none;
}

a:hover{
	color:#a15b2b;
	text-decoration:underline;
}

#eventwrapper{
	width:1000px;
	height:120px;
	background-color:#646464;
	margin:0 auto;
	padding:0;
}

#wrapper{
	width:1000px;
	height:640px;
	background:url(../images/wrapper-bkg.gif) no-repeat top center;
	margin:0 auto;
	padding:0;
}

#header{
	width:1000px;
	height:150px;
	background:url(../images/header.gif) top no-repeat;
	margin:0 auto;
}

#dropmenudiv{
	position:absolute;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	line-height:150%;
	padding-bottom:5px;
	text-align:center;
	z-index:50;
}

#dropmenudiv a{
	display: block;
	padding: 1px 0;
	text-decoration: none;
	color:#FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
	text-decoration:none;
	color:#fff;
}

#homenavtop{
	width:200px;
	height:20px;
	margin:10px 20px 0 0;
	color:#FFF;
	text-align:right;
	font-size: 11px;
	font-weight:normal;
	float:right;
}

#homenavtop ul{
	padding: 0;
	margin: 0;
}

#homenavtop ul li{
	padding: 0;
	margin: 0;
	display: inline;
}

#homenavtop ul li a{
	color: #FFF;
	text-decoration:none;
	padding: 0 8px;
	border-right: 1px solid #ffffff;
	text-align: center;
	width: 9em;
}

#homenavtop ul li a:hover, #homenavtop ul li a:focus{
	color: #000;
	text-decoration:none;
}


#navtop{
	width:800px;
	height:20px;
	margin:95px 20px 0 0;
	color:#FFF;
	text-align:right;
	font-size: 11px;
	font-weight:normal;
	float:right;
}

#navtop ul{
	padding: 0;
	margin: 0;
}

#navtop ul li{
	padding: 0;
	margin: 0;
	display: inline;
}

#navtop ul li a{
	color: #FFF;
	text-decoration:none;
	padding: 0 8px;
	border-right: 1px solid #ffffff;
	text-align: center;
	width: 9em;
}

#navtop ul li a:hover, #navtop ul li a:focus{
	color: #000;
	text-decoration:none;
}

#flashsection{
	width:100%;
	clear:both;
	border-top:2px #fff solid;
	border-bottom:2px #fff solid;
}

#lowercontent{
	width:960px;
	height:210px;
	margin:20px;
}

#leadin{
	float:left;
	width:85px;
	height:100px;
	text-align:center;
	margin-right:10px;
	padding:0;
}

#leadin a:link, #leadin a:visited{
	border:none;
	color:#fff;
	text-decoration:none;
	line-height:120%;
}

#leadin a:hover{
/* for IE */
	filter:alpha(opacity=40);
	/* CSS3 standard */
	opacity:0.4;
	text-decoration:underline;
}

#navlower{
	width:270px;
	height:40px;
	margin:50px 0 0 20px;
	color:#FFF;
	text-align:left;
	font-size: 11px;
	font-weight:normal;
	float:left;
	clear:left;
}

#navlower ul{
	padding: 0;
	margin: 0;
}

#navlower ul li{
	padding: 0;
	margin: 0;
	display: inline;
}

#navlower ul li a{
	color: #FFF;
	text-decoration:none;
	padding: 0 8px;
	text-align: left;
	width: 9em;
}

#navlower ul li a:hover, #navlower ul li a:focus{
	color: #000;
	text-decoration:none;
}

#content{
	float:right;
	display:inline;
	width:450px;
	padding:0;
	margin:0;
}

#content p{
	text-align:justify;
	font-size:11px;
	color:#fff;
}

#content ul{
	list-style-type:square;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:30px;
	text-indent:-0px;
	line-height:130%;
	color:#333;
	margin-top:5px;
}

#content ul li{
	padding-bottom:5px;
}

#footer{
	width:1000px;
	margin:10px auto;
	text-align:center;
}

#footer p{
	color:#fff;
}
#footer a:link, #footer a:visited{
	color: #fff;
	text-decoration:none;
}

#footer a:hover, #footer a:focus{
	color: #000;
	text-decoration:underline;
}

.scroll {
   overflow: auto;
   width: 450;
   height: 250px; [b]// change it to the height of your scrollbox[/b]
   vertical-align: top;
   padding-right:20px;
}   
