@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #5297a2;
	font-size:14px;
	background-repeat:repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
#container { 
	width: 820px;  /* i chose this width because not alot of people still use 800x600 resolution but if they did then they would at least see most of the content*/
	background-image:url(images/content.png);
	background-repeat:repeat-y;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	background-position:center;
	height:159px; 
	padding: 0 10px 0 20px; 
} 
#header p {

	margin: 0;
	padding-left: 120px; 
	padding-top:60px;
	font-size:30px;
	color:#FFFFFF;
}
#header img {
padding-left:40px;
padding-top: 30px;
}

#nav {
	float:right;
	width:270px;
	height:199px; 
}
#nav ul {
	list-style: none;
	margin: 0; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	
}

#sidebar1 {
	background-image:url(images/s1.png);
	background-repeat:no-repeat;
	background-position:top;
	float: right; /* since this element is floated, a width must be given */
	width: 270px;

}
#mainContent { 
	margin-right: 270px; 
	padding-left: 55px; 
} 
#footer { 
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	background-position:top;
	height:49px;
} 
#footer p {
	font-size:10px;
	font-weight:bold;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	
}
#slideshow {
    position:relative;
    height:286px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
a:link { 
	color: #666666;
	font-weight:bold;
	font-size: 14px;
	text-decoration: none;
	line-height:20px;
}
	
a:visited { 
	color: #666666;
	font-weight:bold;
	font-size: 14px;
	text-decoration: none;
		line-height:20px;
}
	
a:hover { 
	color:#003399;
	font-weight:bold;
	font-size: 14px;
	text-decoration: none;
		line-height:20px;
	
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.subheadings {
font-size:16px;
font-weight:bold;
}
.sidebarheadings {
font-size:12px;
font-weight:bold;
}
.events_text {
font-size:12px;
}
.small_text {
font-size:14px;
}
.bold {
font-weight:bold;
}