/* CSS Document */

/** Layout **/

#Table_01 {
	position:relative;
	left:0px;
	top:0px;
	width:800px;
	margin: 0px auto;
	background: FFFFFF;
}

#header_ {
	position:relative;
	left:0px;
	top:0px;
	width:800px;
	height:104px;
	background: url(images/header.jpg);
}
body {
	background: #FFFFFF;
}
#links {
	margin-left: 100px;
	position: absolute;
}

#navbar_ {
	position:relative;
	width:368px;
	height:36px;
	float: left;
}

#activities-but_ {
	position:relative;
	width:109px;
	height:36px;
	float: left;
}

#classes-but_ {
	position:relative;
	width:108px;
	height:36px;
	float: left;
}

#meetings-but_ {
	position:relative;
	width:108px;
	height:36px;
	float: left;
}

#contacts-but_ {
	position:relative;
	width:107px;
	height:36px;
	float: left;
}

#photo_ {
	position:relative;
	width:200px;
	height:247px;
	float: left;
}

#photo-2_ {
	position:relative;
	width:800px;
	height:65px;
	float: left;
	background: url(images/burgee.jpg) no-repeat center top;
}

#flashslide_ {
	position:relative;
	width:323px;
	height:217px;
	overflow: hidden;
	float: left;
	clear: right;
}

#content_ {
	width:600px;
	background-image: url(images/content.jpg);
	position: relative;
	float: left;
}

#right-nav_ {
	width:204px;
	height:358px;
	background: url(images/right_nav.jpg);
	position: relative;
	float: left;
}

#left-nav_ {
	width:200px;
	background: url(images/left_nav2.jpg) center top;
	float: left;
	position: relative;
	clear: left;
	background-color: #FFFFFF;
}

#footer_ {
	position:relative;
	left:0px;
	width:800px;
	height:53px;
	background: url(images/footer.jpg);
	float: left;
}
#toplinks {
	position:absolute;
	top:48px;
	height:12px;
	font: 10px Arial, Helvetica, sans-serif;
	left: 528px;
	width: 243px;
	text-align: right;
}
.logo {
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
	list-style: url(none);
	padding: 35px 0px 0px 40px;
	width: 200px;
	position: absolute;
}
.maintext {
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
	list-style: url(none);
	padding: 20px 20px 20px 40px;
	text-align: left;
}
.footertext {
	font: 11px Arial, Helvetica, sans-serif;
	color: #6EA9E6;
	margin: 0px auto;
	padding-top: 20px;
	text-align: center;
	word-spacing: 5px;
}
.leftnavtext {
	padding-top: 30px;
	padding-left: 20px;
	text-transform: uppercase;
	font: 10px/2.5em Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	color: #7AABDF;
	display: block;
	background: #FFFFFF;
}
.rightnavtext {
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
	padding-top: 40px;
	padding-left: 22px;
	list-style: url(none);
	padding-right: 10px;

/** Links **/

}
a, a:visited {	
	color: #4076BE; 
	background: inherit;
	text-decoration: none;		
}
a:hover {
	color: #383d44;
	background: #CCCCCC;
	padding-bottom: 0;
	border-bottom: 1px solid #999999;
}
a.header, a.header:visited {	
	color: #FFFFFF; 
	background: inherit;
	text-decoration: none;		
}
a.header:hover {
	color: #FFFFFF;
	padding-bottom: 0;
	border-bottom: 1px solid #FFFFFF;
}
.footerlink {
	text-decoration: none;
	color: #5286D3;
}
h1 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #1C3459;
}
