body {
	background-color: #CCD4BD;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	margin:0px;
	padding: 0px;
	color: #000000;
}

h1 {
	font-size: 120%;
}

h2 {
	font-size: 120%;
	padding: 0px;
	margin: 0px;
	padding-left: 5px;
	padding-bottom: 5px;
	color: #9E3B36;
}

h3 {
	font-size: 100%;
	padding: 0px;
	margin: 0px;
	padding-left: 5px;
	padding-bottom: 5px;
	
}

a {
	text-decoration: none;
	color: #9E3B36;
	
}

a:hover {
	text-decoration: none;
	color: #9E3B36;

}

a:visited {
	text-decoration: none;
	color: #9E3B36;

}

#container {
	background: url(graphics/bordermiddle.gif);
	width: 930px;
	text-align: center;
	position:relative;
	margin: 0 auto;
	border: 0px solid #9E3B36;
	
	
}

#innercontainer {
	width: 900px;
	padding-left: 15px;
	padding-right: 15px;
	margin: auto;
	text-align:left;
	position: relative;
	overflow:hidden;
}


#header {
	height: 119px;
	width: 900px;
	background: url(graphics/headerb.gif) #9E3B36;
	padding: 0px;
	

}

#rightside {
	
	height: auto;
	width: 300px;
	float: right;
	
	
	
}

#menu {
background: url(graphics/headerb3.gif) no-repeat top right;
padding-left: 0px;
padding-top: 40px;
margin-top: 0px;
margin-bottom: 30px;
color: #CCD4BD;

}

#menu ul {
	background-color: #50553F;
	list-style-type: none;
	padding-left: 0px;
	padding-top: 5px;
	margin: 0;
	border-bottom: 1px solid #CCD4BD;
	border-top: 1px solid #CCD4BD;
	border-right: 1px solid #CCD4BD;
}
#menu li {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-top: 1px solid #CCD4BD;
}

#menu a {
	background: url(graphics/bullet.gif) left center no-repeat;
	padding-left: 15px;
	color: #CCD4BD;
	text-decoration: none;

}

#menu a:hover {
	background: url(graphics/bullet2.gif) left center no-repeat;
	padding-left: 15px;
	color: #CCD4BD;
	text-decoration: none;
}

#news{
background-color: #BDBA69;
padding-left: 0px;
padding-top: 5px;
border-top: 1px solid #CCD4BD;
border-right: 1px solid #CCD4BD;
color: #000000;

}


#news ul {
	list-style-type: none;
	padding-left: 0px;
	padding-top: 5px;
	margin: 0;
	border-bottom: 1px solid #CCD4BD;
}
#news li {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-top: 1px solid #CCD4BD;
}


#contentbox{
	float: left;
	background: url(graphics/headerb2.gif) no-repeat top right #E9E9DD;
	margin: 0px;
	width: 600px;
}

#content {
	padding: 10px;
}

.divider {
	border-bottom: 1px solid #9E3B36;

}

#imgright {
	float: right;
	position: relative;
	text-align: center;
	
	
	
}

#imgleft {
	float: left;
	position: relative;
	text-align: center;
	
	
	
}

img {
	
	margin: 5px 10px 5px 10px;
	padding: 0 0 3px 0;
	
}


#caption {
	text-align: center;
	font-weight: bold;
	margin: 0px;
}



#footer {
	padding: 15px;
	background: url(graphics/borderbottom.gif) no-repeat bottom center;
	color: #E9E9DD;

}

#footer a {
	color: #E9E9DD;
	text-decoration: none;

}

#footer a:hover {
	color: #E9E9DD;
	text-decoration: none;

}

#footer a:visited {
	color: #E9E9DD;
	text-decoration: none;

}