/* created  2006 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 : "Verdana", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
}

/* html tags */

a:link	{
	color : #980000;
	text-decoration : none;
	font-weight: bold;

	}

a:visited {
	color : #980000;
	text-decoration : none;
	font-weight : bold;

	}

a:hover	{
	color : #237006;
	text-decoration : underline;
	font-weight : bold;

}

a:active {
	color : #237006;
	font-weight : bold;
	text-decoration : none;

}


body {
	text-align: left;
	background-image:url('images/bkg.gif');
	background-position: 50% 10px;
	background-repeat:repeat-xy;}

h1 {
	color : #CF0000;
	font-size : 17px;
	font-weight : bold;
	margin-top : 10px;
	margin-bottom : 0px;
}

h2 {
	color : #133080;
	font-size : 17px;
	font-weight : bold;
	margin-top : 10px;
	margin-bottom : 0px;


}

h3 {
	color : #CF0000;
	font-size : 12px;
	font-weight : bold;
	margin-top: 10px;
	margin-bottom: 0px;
}

h4 {
	color : #133080;
	font-size : 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;

}

h5 {
	color : #133080;
	font-size : 14px;
	font-weight : bold;
	margin-top : 0px;
	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 {
	font-family : "Times", times, serif;
	margin: 5px;
	padding: 5px;
	font-size: 10pt;
	color: #5C5C5C;
	width: 250px;
	float: right;
	border: 1px solid gray;
	background-color: #FFE6FF;
	line-height: 110%;
	text-align: left;

}

img {
padding: 5px;
}


/* classes */


.nospace{
	color : #000000;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	
	
	}

.maintable {
	width: 750px;
	background-color: #ffffff;
	height: 200px;
	cellpadding: 0;
	cellspacing: 0;
	text-align: left;
	border: 0px none;
}

.newsbox {
	background-color: #FF0000;
	height: 300px;
	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 : #3D3D3D;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}	


/* layers (div)*/



#container{
	position:absolute;
 	width:810px;
 	z-index:1;
 	margin-left:-395px;
 	left: 50%;

 	
}

#title{

	position:absolute;
	top:175px; 
	overflow: visible;
	left: 150px;	
	height: 30px;
	width: 790px;
	color: #000000;
	}

#top{

	top:200px; 
	overflow: visible;
	left: 150px;	
	text-align: center;
	height: 40px;
	background-color: #03024E;
	width: 790px;
	color: #ffffff;

	}

#top a{
	color: #ffffff;
	)
	
		
#content{
	width: 790px;
	top:240px; /* position from top of browser + logo + menu height */
	left: 150px;
	text-align:left;
	background-color:#ffffff;
	border-style: outset;
	border: 2px gray;
	
}


#footer{
	position:relative;
	width: 100%;
	bottom:0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	background-color: #ffffff;
	font-size: 9px;
	text-align: center;
	overflow: visible;
	
}