body {
	/*background-color:#a6bf79;
	*/
	background-color: #87CEEB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 10px;
	padding: 0px;
	line-height: 130%;
}

.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}

#container {
	margin: 0px auto;
	text-align: left;
	width: 717px;
}

a{
	font-size:12px;
}

p{
	margin: 15px 0px;
}

/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background: url('images/header.jpg');
	width:717px;
	height:108px;
	position:relative;
}
#header ul{
	/*background-color:#85a157;
	*/
	background-color: transparent;
	width:711px;
/*	border: 3px solid #FFFFFF; */
	display:block;
	top:85px;
	position:absolute;
	margin: 0px 0px 0px 0px;
	height:22px;
	padding:5px 0px 0px 0px;
	text-align:center;
}
#header li{
	display:inline;	
}
#header ul a{
	text-decoration:none;
	color:#000000;
	margin: 0px 15px;
}
/*#header ul a:hover{
	text-decoration:underline;
	color:#28556b; 
}*/

#header ul a:hover{
	text-decoration:none;
	color:#FFFFFF; 
	background-color: #2E4E81;
}

#logo_w1,#logo_w2 {
	font-size: 24px;
	line-height : normal;			
	font-style:italic;
	color:#FFFFFF;
	position:absolute;
}
#logo_w1{
	top:16px;
	left:85px;
	font-weight : bold;	
}
#logo_w2{
	top:46px;
	left:85px;
}
#header_text {
	top:90px;
	left:43px;
	width:230px;
	position:absolute;
}
#header_text p{
	font-size: 18px;
	color:#FFFFFF;
}
#header_text a{color:#28556b;}
#header_text a:hover{color:#c77e0c;}
/********************** Content ***************************/
#content {
	background: url(images/content_bg.gif);
	width:717px;
}
img{
	border-width:0px;
}
h1{
	color:#000000;
	font-size:14px;
	margin: 10px 0px 15px 0px;
}

h2{
	color:#8B0000;
	font-size:14px;
	text-align:center;
	width:200px;
	margin: 20px 0px 15px 0px;
	border-bottom: dotted;
	border-bottom-width : thin;
}

#left {
	float:left;
	width:428px;
	margin-left:27px;
	padding: 0px 10px 30px 0px;
	display:inline;
}

#full {
	float:left;
	width:90%;
	margin-left:27px;
	padding: 0px 10px 30px 0px;
	display:inline;
}

#full ul {
	margin-left : 40px;
}

#left a{color:#2E4E81;}
#left a:hover{color:#c77e0c;}

#right {
	float:right;
	width:210px;
	padding: 0px 20px 20px 20px;
	margin-top:5px;
	border-left: #FFF 2px solid;

}
#right a{
	color:#2E4E81;
	text-decoration: underline;
}
#right a:hover{
	color:#85a157;
}

#right h3{
	width:200px;
	font-size:12px;	
	background-color: White;
}

#full h2{
	color:#8B0000;
	font-size:14px;
	text-align:center;
	width:100%;
	margin: 10px 0px 15px 0px;
	border-bottom: none;	
}

#full h3{
	width:100%;
	font-size:12px;	
	background-color: White;
}

.event {
	color:#8B0000;
}

/********************** Footer ***************************/
#footerline {
clear:both;
background: url(images/footer_bg.gif);
font-size:1px;
height:10px;
}
#footer {
	width:717px;
	text-align:center;
	padding: 20px 0px;
	font-size : x-small;	
}
/********************** Other ***************************/
