
	body {
	background: #b4bfc3 url(images/body_bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	font: 62.5% Arial, Helvetica, sans-serif;
	}
	
	a {
	color: #036;
	}
	
	a:hover {
	color: #069;
	text-decoration: none;
	}
	
	#bodybox {
	width: 950px;
	margin: auto;
	}
	
	#top {
	background: url(images/top_bg.jpg) no-repeat;
	height: 130px;
	padding: 20px 45px 0 45px;
	}
	
	h1 {
	margin: -1px 0 0 0;
	}
	
	#mainbackground {
	background: url(images/main_bg.jpg) repeat-y;
	}
	
	#topbackground {
	background: url(images/main_top_bg.jpg) no-repeat;
	}

	#left {
	width: 197px;
	float: left;
	position: static; 
	}
	
	#nav {
	padding-top: 5px;
	background: #73c4df url(images/nav_bg_top.jpg) no-repeat;
	margin-bottom: 2em;
	}
	
	#mainmenu {
	background: #73c4df;
	background: url(images/nav_bg_bottom.jpg) no-repeat bottom;
	}
	
	#mainmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
	#mainmenu ul li {
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	padding-top: 5px;
	}
	
	#mainmenu ul li a {
	font-size: 1.4em;
	color: #fff;
	text-decoration: none;
	margin-left: 10px;
	}
	
	#mainmenu ul li a:hover, #mainmenu ul .current_page_item a, #mainmenu ul .current_page_parent a  {
	color: #003366;
	}
	
	#mainmenu ul li #submenu {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #fff;
	}
	
	#mainmenu ul li #submenu li {
	border-bottom: none;
	padding: 2px 0;
	}
	
	#mainmenu ul li #submenu li a {
	color: #003366;
	font-size: 1.2em;
	}
	
	#mainmenu ul li #submenu li a:before {
	content: '\00BB  ';
	}
	
	#mainmenu ul li #submenu li a:hover, #mainmenu ul li #submenu .current_page_item a {
	color: #fff;
	}
	
	#main {
	padding: 20px 45px 20px 45px;
	position: relative;
	}
	
	#sidebar {
	width: 340px;
	float: right;
	position: static;
	}
	
	#news {
	border-top: 1px dotted #76cae3;
	margin-bottom: 30px;
	margin-left: 0;
	padding-left: 0;
	padding-top: 10px;
	list-style-type: none;
	}
	
	#news li {
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.4em;
	border-bottom: 1px dotted #76cae3;
	padding-bottom: 1em
	}
	
	#news .date {
	color: #699;
	font-size: 10px;
	}
	
	#content {
	margin-left: 225px;
	color: #333;
	}
	
	#content p, #content ol, #content ul {
	font-size: 1.2em;
	line-height: 1.4em;
	}
	
	#content ul li ul, #content ol li ol {
	font-size: 1em;
	}
	
	h2 {
	font-family: 'Arial Black', sans-serif;
	color: #333;
	font-size: 1.4em;
	text-transform: uppercase;
	margin-top: 0;
	}
	
	h2 a {
	color: #333;
	text-decoration: none; 
	}
	
	h4 {
	color: #666;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0;
	}


	.box {
	background: #f1f5f6;
	padding: 1px 15px;
	margin: 0 0 10px 10px;
	}
	
	address {
	margin-bottom: 2em;
	background: url(images/main_bottom_bg.jpg) no-repeat;
	padding-top: 20px;
	text-align: center;
	font-style: normal;
	font-size: 1.1em;
	color: #666;
	}
	
	address a {
	text-decoration: none;
	color: #036;
	}
	
	address a:hover {
	color: #69c;
	}

	
	hr {
	clear: both;
	border: 1px solid #fff;
	margin: 0;
	height: 0.1px;
	width: 10px;
	}
	
	#contact {
	margin-top: 2em;
	}
	
	#contact p {
	font-size: 1.1em;
	color: #666;
	}






/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



