/* created  2007 by Libra Design and Media. 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 */

* { margin: 0; padding: 0; }

body, h1, h2, h3, h4, h5, h6, p, ul, li, span {
	font-family : "Georgia", georgia, Times, serif;
	font-size: 11pt;
	line-height: 150%;
	
}

/* html tags */

a:link	{
	color : #000000;
	text-decoration : none;
	font-weight: bold;

	}

a:visited {
	color : #000000;
	text-decoration : none;
	font-weight : bold;

	}

a:hover	{
	color : #D45346;
	text-decoration : none;
	font-weight : bold;

}

a:active {
	color : #000000;
	font-weight : bold;
	text-decoration : none;

}


h1 {
	color : #000000;
	font-size : 17px;
	font-weight : bold;
	margin-top : 0px;
	margin-bottom : 0px;
}

h2 {
	color : #46BEC0;
	font-size : 17px;
	font-weight : bold;
	margin-top : 5px;
	margin-bottom : 0px;


}

h3 {
	color : #000000;
	font-size : 12pt;
	font-weight : bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

h4 {
	color : #46BEC0;
	font-size : 12pt;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;

}

h5 {
	color : #000000;
	font-size : 10pt;
	font-weight : bold;
	margin-top : 0px;
	margin-bottom : 0px;


}

h6 {
	color : #46BEC0;
	font-size : 10pt;
	font-weight : normal;
	margin-top : 0px;
	margin-bottom : 0px;


}

p {
	color : #000000;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 2px;
	margin-right : 2px;
	
	
	}


ul {
	color : #000000;
	text-decoration : none;
	margin-top : 2px;
	margin-bottom : 0px;
}

/* classes */


.nospace{
	color : #000000;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	
	
	}

.maintable {
	height: 500px;
	cellpadding: 0;
	cellspacing: 0;
	align: left;
	border: 1px solid black;
}



.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%;
display: block; 
font-size: 11px;
line-height: 220%;

}

.navlink a:visited {
width: 100%;
height: 100%;
display: block; 
font-size: 11px;
line-height: 220%;

}

.navlink a:hover {
width: 100%;
height: 100%;
display: block; 
color: #FFFFFF;
text-decoration : none;
font-size: 9pt;
line-height: 220%;

}

.italic {
	font-style : italic;
}

.footer {
	font-size : 8pt;
	color: #FFFFFF;
	text-align: right;
	line-spacing: 100%;
}

.bar {
	text-align: center;
	background-color : #3D3D3D;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}	


/* layers (div)*/


#dropmenudiv{
border-left:1px solid #C0C0C0;
border-right:1px solid #C0C0C0;
border-top:1px solid #C0C0C0;
border-bottom:0px solid #C0C0C0;
position:absolute;
background-color: #FFFFFF;
line-height:18px;
z-index:100; font-style:normal; font-variant:normal; font-weight:normal; font-size:10px; font-family:Georgia;
color : #3D3D3D;

}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #C0C0C0;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color : #3D3D3D;

}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #EAEAEA;
}



#container{
	position:absolute;
 	width:800px;
 	z-index:1;
 	margin-left:-395px;
 	left: 50%;
 	top: 30px;

 	
}

#container2{
	position:absolute;
 	width:800px;
 	z-index:1;
 	margin-left:-395px;
 	left: 50%;
 	top: 30px;
 	border: 1px solid black;

 	
}
		