@charset "UTF-8";
/* CSS Document */
html{
height:100%;
}

body {
	height:100%;
	background-color: #808160;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#container{
	background-image:url(../images/home_bg2.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height:100%;
	/height:1200px;
	padding: 0px;
	vertical-align: top;
	display: table;
	margin: 0px;
	clear: both;
	width: 100%;
	overflow: visible;
}
#masthead{
background-image:url(../images/masthead2.jpg);
background-repeat:no-repeat;
background-position:top;
height:135px;
margin-top:0px;
margin-bottom:0px;
margin-left:auto;
margin-right:auto;
}
#main{
	width:801px;
	margin-left:auto;
	margin-right:auto;
	height:100%;
}

#nav{
 width:148px;
 float:left;
 margin-left:20px;
 margin-top:44px;
}

#nav ul {
list-style-type: none;
margin:0px;
padding:0px;
}

#nav ul li a:link, #nav ul li a:visited, #nav ul li a:active{
font-size:11px;
font-weight:bold;
color:#FFFFFF;
background: url(../images/glossyback.gif) repeat-x bottom left;
display: block;
width: 138px;
padding: 4px;
margin:0px;
text-decoration: none;
}


#nav ul li a:hover{
background-image: url(../images/glossyback2.gif);
	
}

#content_holder{
	width: 543px;
	float:left;
	margin-top:0px;
	margin-left:43px;
	/margin-left:23px;
	height:100%;
}

#content{
	margin-top:0px;
	height:100%;
	background-color:#FFFFFF;
	padding-top: 18px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	clear:both;
}
#content ul{
	font-size:12px;
	margin-bottom:0px;
}
#content li {
	margin-top:0px;
	margin-bottom:6px;
	font-size:12px; 
}

#eventbar{
	width: 543px;
	margin:0px;
	height:45px;
	
}

#eventmenu{
	width:180px; 
	height:22px; 
	text-align:center;
	padding-top:8px;
}

#eventmenu a:link, #eventmenu a:visited, #eventmenu a:active{
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
}

#eventmenu a:hover{
color:#000000;
font-weight:bold;
}


 p{
 margin-top:0px;
 margin-bottom:6px;
 font-size:12px; 
 line-height:20px; 


}

p a:link, p a:visited, p a:active{
color:#FF3300;
font-weight:bold;
text-decoration:none;
}

p a:hover{
color:#FF3300;
font-weight:bold;
text-decoration:underline;
}

h1{
font-size:16px; 
margin-bottom:0px; 
}

h2{
font-size:14px; 
margin-bottom:0px;
color:#FF3300; 
}

h2{
font-size:14px; 
margin-bottom:0px; 
}

#news p{
	font-size:10px;
	line-height:12px;
	margin-left: 10px;
	margin-right: 10x;
	margin-bottom: 6px;
	margin-top: 0px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#0066CC;
}

#news a {
	color: #0066CC;
	text-decoration:none;
}
#news a:visited, #news a:active {
	text-decoration: none;
}
#news a:hover {
	color: #FF3300;
	text-decoration:underline;
}


#reg{
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	
}

td #reg {
padding-bottom:8px;
}

#reg a {
	color: #FFCC00;
	text-decoration:none;
}
#reg a:visited, p#news a:active {
	text-decoration: none;
	color: #FFCC00;
}
#reg a:hover {
	color: #000000;
	text-decoration:none;
}
