@charset "utf-8";

*{
	margin:0px;
}



body, html{
	height:100%;
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	line-height: 18px;		
}

html{
overflow: -moz-scrollbars-vertical;
}

.subtitles{
 font-size:16px;
 font-weight:bold;
 font-family:Verdana;
}

.home{	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
	line-height: 22px;		
}

a.home:link{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;	
}
a.home:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;	
	text-decoration:none;
}
a.home:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;		
}

.newsdate{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	color:#FFFFFF;	
}

a.newsdate:link{
	font-family:Verdana;
	font-size:9px;
	font-weight:normal;
	color:#ff8400;
	text-decoration:underline;
}
a.newsdate:hover{
	font-family:Verdana;
	font-size:9px;
	font-weight:normal;
	color:#ff8400;
	text-decoration:none;	
}
a.newsdate:visited{
	font-family:Verdana;
	font-size:9px;
	font-weight:normal;
	color:#ff8400;
	text-decoration:underline;
}

textarea.textarea{
background-image: none;
font-family: Verdana;
font-size: 12px;
color: #000000;
border-color:#000000;
border-style:solid;
border-width: 1px;
background-color: #FFFFFF; 
}

input.textbox{
background-image: none;
font-family: Verdana;
font-size: 12px;
color: #000000;
border-color:#000000;
border-style:solid;
border-width: 1px;
background-color: #FFFFFF; 
}

input.button{
width:80px;
background-image: none;
font-family: Verdana;
font-size: 12px;
color: #000000;
border-color:#000000;
border-style:solid;
border-width: 1px;
background-color: #FFFFFF; 
}

select{
width:150px;
background-image: none;
font-family: Verdana;
font-size: 12px;
color: #000000;
border-color:#000000;
border-style:solid;
border-width: 1px;
background-color: #FFFFFF; 
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #66CCFF;
}

a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #66CCFF;
}

a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #66CCFF;
}

.contactUs{
	font-family:Verdana;
	font-size:10px;
}

.maindate{
	font-family:Verdana;
	font-size:11px;
}

a.mainLink{
	font-family:Verdana;
	font-size:13px;
}

a.mainLink:link{
	font-family:Verdana;
	font-size:13px;
	font-weight:normal;
	color:#ff8400;
	text-decoration:underline;
}

a.mainLink:visited{
	font-family:Verdana;
	font-size:13;
	font-weight:normal;
	color:#ff8400;
	text-decoration:underline;
}

a.mainLink:hover{
	font-family:Verdana;
	font-size:13;
	font-weight:normal;
	color:#ff8400;
	text-decoration:none;
}

.sitemapHeader{
	font-family:Verdana;
	font-size:18;
}

#container{
	position:relative;
	width:100%;
	height:100%;	
}

* html #container{
	height:100%;
}

#face{
	width:1000px;
	background-image:url(imgs/dottedBg.gif);
	background-repeat:no-repeat;
}

#header{
	width:1000px;
	height:131px;
}

#logo{
	position:relative;
	width:300px;
	height:131px;
	background-image:url(imgs/logo.gif);
	background-repeat:no-repeat;
	float:left;
	top:36px;	
}

#topInfo{
	position:relative;
	width:500px;
	height:131px;
	float:right;
	top:36px;	
}

#menuFace{
	width:1000px;
	height:74px;
	background-image:url(imgs/menuBg.gif);
	background-repeat:no-repeat;
	z-index:100;
}

#menuItems{
	position:relative;
	width:700px;
	float:left;
	height:74px;
	top:20px;
	z-index:100;
}

#search{
	position:relative;
	width:225px;
	float:right;
	height:74px;
	top:20px;
}

#searchField{
	float:left;
}

#searchBtn{
	float:right;
}

#flashBlock{
	position:relative;	
	width:950px;
	background-color:#000000;
	margin-top:20px;
	margin-bottom:20px;
	z-index:1;
}

#pastEvents{	
	width:170px;
	height:150px;	

}

#threeBlocks{
	position:relative;
	width:1000px;
	height:204px;
}

#block1{
	position:absolute;
	width:324px;
	height:204px;
	background-image:url(imgs/block1.gif);
	left:0px;
	text-align:left;
}

#block2{
	position:absolute;
	width:324px;
	height:204px;	
	left:338px;
}

#block3{
	position:absolute;
	width:324px;
	height:204px;
	background-image:url(imgs/block3.gif);
	right:0px;
	text-align:left;
}

#footer{
	position:relative;
	width:1000px;
}

#footer a:link, #footer a:visited{
	font-size:12px;
	color:#FFFFFF;
	text-decoration:underline;
}

#footer a:hover{
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}