
body {
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 4px 0px;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-image:url(images/background.gif);
	text-align: center;
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}
html>body { /* be nice to Opera */
	font-size: small;
	}


p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
.bodytext {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	padding: 4px 10px 0px 10px;
	text-align: justify;
	}


h1 {
	display: block;
	font-size: 16px;
	text-decoration: none;
	margin: 0px 0px 5px 0px;
	padding: 2px 1px 2px 10px;
	background-color: #B8C7E5;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	}
h1 index {
	display: block;
	font-size: 16px;
	text-decoration: none;
	margin: 0px 0px 1px 0px;
	padding: 2px 1px 2px 10px;
	background-color: #B8C7E5;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	}
h2 {
	font-size: 14px;
	text-decoration: none;
	margin: 24px 6px 12px 10px;
	padding: 0px 0px 2px 0px;
	border-bottom: 1px solid #999999;
	color: #999999;
	font-variant: small-caps;
	}
	
h3
{
	font-size: 12px;
	margin: 24px 6px 12px 10px;
	color: white;
}



#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0 0px;
	background: url(images/background-2.gif) repeat-y;
	border: 1px solid #141620;
	font-size: 95%;
	text-align: left;
	width: 775px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 775px;
	}
html>body #wrap {
  	width: 775px;
	}


/*begin main menu*/ 
#nav {
	float: left;
	width: 775px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#mainnavcontainer
{
	position: absolute;
	top: 72px;
	left: 190px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	top: 72px;
	left: 190px;
	}
html>body #mainnavcontainer { /* be nice to Opera */
	top: 72px;
	left: 190px;
}
#mainnavcontainer ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#mainnavcontainer li
{
	border-left: 1px solid white;
	float: left;
	position: relative;
	padding: 0px 18px 0px 18px;
}

li ul
{
	display: none;
	position:absolute;
	top: 22px;
	left: 11px;
	font-size: 90%;
	width: 150px;
	margin: 0px;
	
}

#mainnavlist li > ul {
	top: 22px;
	left: 0px;
}
	
#mainnavlist li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

#mainnavlist li
{
	
	padding-top: 3px;
	padding-bottom: 3px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
	padding-top: 3px;
	padding-bottom: 3px;
	}
html>body #mainnavlist li { /* be nice to Opera */
	padding-top: 4px;
	padding-bottom: 4px;
}

#mainnavlist li a
{
	padding: 4px 2px 4px 2px;
}

#mainnavlist li ul li
{
	border: 1px solid #F6EEEE;
	border-bottom: 0px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#mainnavlist li ul #last
{
	border-bottom: 1px solid #F6EEEE;
}
#mainnavlist li ul a
{	
	font-weight: normal;
	font-size: 11px;
	display: block;
	padding: 2px 2px 2px 2px;
}

#mainnavlist li ul a:hover
{
	background-color: #F6EEEE;
}

#mainnavlist a
{
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

#mainnavlist ul li
{
	width: 148px;
	padding: 2px 2px 2px 2px;
	background-color: #A38E79;
}


/*end main menu*/



	

	
/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#main-body {clear:left; }
/* End IE5-Mac hack */
#main-body {
	float: left;
	width: 775px;
	height: 100%;
	}
#sidenav {
	float: left;
	width: 150px;
		
	margin: 0px 0px 0px 0px;
	padding: 25px 0px 25px 0px;
	background-color: #192237;
	}
	
#navcontainer{
	width: 150px;
	background-color:#192237;
}

#navlist{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	border-top: 1px solid white;
}

#navlist li{
	border-bottom: 1px solid white;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#navlist li a{
	display: block;
	padding: 5px 0px 5px 5px;
	color: white;
	text-decoration: none;
}

#navlist li a:hover{
	background-color:#465073;
}
	
#content {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: white;
	width: 620px; /* for IE5/Win */
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 620px;
	}
html>body #content { /* be nice to Opera */
	width: 620px;
	}
	
#footer{
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 50px;
	width: 725px;
	bottom: 0px;
	background-color: #192237;
	}

#footer-logo {
	float: left;
	position: relative;
	left: 0px;
	}
	
#footer-links {
	float: right;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 4px 0px;
	width: 625px;
	bottom: 0px;
	}

#footer-links p {
	color: white;
	font-size: 10px;
	padding: 2px 0px 2px 0px;
	}
	
#footer-links a {
	color: white;
	font-size: 10px;
	padding: 2px 12px 2px 12px;
	text-decoration: none;
	}
	
#footer-links a:hover {
	text-decoration: underline;
	}
	
.white {
	color: white;
	}
	
/* For index page */

#cols-index
{
	position: relative;
	background: url(images/background-index.gif);
	float: right;
}

#news-index
{
        background-color: #A38E79;
        width: 207px;
        float: left;
	height: auto;
}

#overview-index
{
        background-color: #929292;
        width: 413px;
        float: right;
}

.bodytext-white
{
	color: white;
	margin-bottom: 0px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	padding: 4px 10px 0px 10px;
	text-align: justify;
}
	
.news_date, .event_date {
	font-size: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 10px;
	padding: 8px 10px 0px 10px;
	text-align: left;
	color: white;
	margin-bottom: 0px;
}

.event_date_big
{
	font-size 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 10px;
	padding: 8px 10px 8px 10px;
	text-align: left;
	color: white;
	margin-bottom: 0px;
	font-weight: bold;
}

.news_text, .event_text {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	padding: 0px 10px 0px 10px;
	text-align: justify;
	color: white;
	margin: 0px 0px 0px 0px;
	}
	
.news_title, .event_title {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	padding: 0px 10px 0px 10px;
	text-align: left;
	color: white;
	}
	
#news-column
{
 	width: 410px;
 	float: left;
 	background-color: #797979;
	padding-bottom: 10px;
}

#events-column
{
	width: 210px;
	float: right;
}

#calender{
	width: 154px;
	height: 132px;
	margins: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
}

#weekdays
{
	position: relative;
	float:left;
	width: 20px;
	height: 20px;
	text-align:center;
	
}

#calender_day
{
	position: relative;
	float: left;
	width: 20px;
	height: 20px;
	text-align: center;
	font-size: 90%;
}

#calender_column
{
	position: relative;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 20px;
	height: 100%;
}

.calender_font
{
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

span.seo 
{
	position: absolute;
	visibility: hidden;
}