/* created  2007 by WoW! Graphic Designs. Duplication or redistribution is strictly prohibited. */

/* since mostly the same font is used throughout a site, to be able to change it faster you can have a font-family only tag for all */


body, h1, h2, h3, h4, h5, h6, p, ul, li, span {
	font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 120%;
}

/* html tags */

a:link	{
	color : #FC0400;
	text-decoration : none;
	font-weight: bold;

	}

a:visited {
	color : #FC0400;
	text-decoration : none;
	font-weight : bold;

	}

a:hover	{
	color : #343CBD;
	text-decoration : underline;
	font-weight : bold;

}

a:active {
	color : #343CBD;
	font-weight : bold;
	text-decoration : none;

}


body {
	text-align: left;
	background-color: #000000;
	background-image:url('images/bkg.gif');
}

h1 {
	color : #FC0400;
	font-size : 17px;
	font-weight : bold;
	margin-top : 5px;
	margin-bottom : 0px;
}

h2 {
	color : #343CBD;
	font-size : 17px;
	font-weight : bold;
	margin-top : 5px;
	margin-bottom : 0px;


}

h3 {
	color : #FC0400;
	font-size : 13px;
	font-weight : bold;
	margin-top: 5px;
	margin-bottom: 0px;
}

h4 {
	color : #FC0400;
	font-size : 13px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0px;

}

h5 {
	color : #133080;
	font-size : 14px;
	font-weight : bold;
	margin-top : 10px;
	margin-bottom : 0px;


}

h6 {
	color : #133080;
	font-size : 10px;
	font-weight : normal;
	margin-top : 0px;
	margin-bottom : 0px;


}

p {
	color : #000000;
	margin-top : 10px;
	margin-bottom : 0px;
	margin-left : 2px;
	margin-right : 2px;
	
	
	}


ul {
	color : #000000;
	text-decoration : none;
	margin-top : 2px;
	margin-bottom : 0px;
}

blockquote {
color: #133080;
padding: 10px;
width: 300px;
float: right;
border: 1px solid gray;
background-color: #C7DAF7;
}

/* classes */


.nospace{
	color : #000000;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	
	
	}

.maintable {
	width: 790px;
	height: 200px;
	cellpadding: 10px;
	cellspacing: 0;
	align: left;
	border: 0px none;
	background-color: #ffffff;
}

.newsbox {
	background-color: #FF0000;
	text-align:center;
	color : #133080;
	font-size: 8px;
	padding: 2;
	border-right: 1px solid #C0C0C0; border-top: 1px solid #C0C0C0; border-bottom: 1px solid #C0C0C0;

}


.eventsbox {
	background-color: #FF0000;
	text-align:center;
	color : #133080;
	font-size: 8px;
	padding: 2;

}

.navlink a:link {
width: 100%;
height: 100%;
background: url('/images/td_bg.jpg');
display: block; 
font-size: 11px;
line-height: 220%;

}

.navlink a:visited {
width: 100%;
height: 100%;
background: url('/images/td_bg.jpg');
display: block; 
font-size: 11px;
line-height: 220%;

}

.navlink a:hover {
width: 100%;
height: 100%;
background: url('/images/td_bg_hover.jpg');
display: block; 
color: #FFFFFF;
text-decoration : none;
font-size: 11px;
line-height: 220%;

}

.italic {
	font-style : italic;
}

.footer {
	font-size : 10px;
	color : #007E3A;
	text-align: center;
}

.bar {
	text-align: center;
	background-color : #ffffff;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}	


/* layers (div)*/




#container{
	position:absolute;
 	width:790px;
 	z-index:1;
 	margin-left:-395px;
 	left: 50%;

 	
}


#top{

	position:absolute;
	width: 100%;
	top:10px; 
	overflow: visible;
	left: 0px;	
	text-align: center;
	height: 270px;
	
	}


#bar{
	overflow: visible;
	left: 0px;	
	text-align: center;
	background-color: #ffffff;
	height:80px;
	padding-top:10px;
	}
	
#bar a{
	color: #000000;
	
	}
	
		
#content{
	position:absolute;
	top:330px; /* position from top of browser + logo + menu height */
	text-align:left;
}


#footer{
	position:relative;
	background-color: #FFFFFF;
	font-size: 9pt;
	text-align: left;
	overflow: visible;
	
}