body{
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #BDCCF3;
	color: #333;
	margin:0px;
	padding:0px;
}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #455289;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size:16pt;
	text-align: center;
	padding:10px;
	color:#607E9A;
	font-style:italic;
	
	}
h4{
	
	color:#809739;
	font-size:12pt;
	

}	

hr{
	margin-top:30px;
	border:1px dotted #B1C96B;
}
strong{
	color:#35325F;
}
	
	
#page{
	width:800px;
	margin:0px auto;
}

#header{

}

#navigation{
	width:800px;
	height:20px;
	background: url('images/nav_bg.jpg');
	text-align:center;
	padding-top:8px;
	border-bottom:1px solid #79894A;
}

#navigation li{
	display:inline;
	list-style:none;
	padding:0px 10px 0px 10px;
	border-left: 1px solid #98AA62;
}

#navigation li.page_item{
	display:inline;
	list-style:none;
	padding:0px 10px 0px 10px;
	border-left: 1px solid #98AA62;
}

#navigation li.page-item-7{
	border:none;
}

#navigation li a{
	font-size:11px;
	color:#47574E;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px 0px 8px;
}

#navigation li a:hover{
	text-decoration:none;
	color:47574E;
}
	

#wrapper{
	width:800px;
	overflow:hidden;
	background:#ffffff;
}

#content{
	width:600px;
	float:left;
	font-size:10pt;
}

#content .post{
	padding:20px;
	padding-top:5px;
}
#sidebar{
	width:200px;
	float:left;
	font: 11pt 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color:#4F4F4F;
	background:#D6E1E5;
	margin-bottom:-5000px;
	padding-bottom:5000px;
}
#sidebar h1{
	margin-top:30px;
}
#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}
	
#sidebar p{
	padding:0 8px 0 8px;
}
#sidebar .smalltxt{
	font-size:10pt;
	color:#35325F;
	font-weight:bold;
}
#sidebar .highlight{
	color:#D95376;
	font-style:italic;
}
#sidebar ul li{
	font-size:10pt;
	list-style:disc;
	padding-left:0px;
}	
	#sidebar h1{
		color:#35325F;
		font-size:16pt;
		padding:0px;
	}	

#footer {
	height:20px;
	background: url('images/nav_bg.jpg');
	border: none;
	padding: 0;
	margin: 0 auto;
	clear: both;
	padding-top:10px;
	text-align:center;
	}
#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
#footer a{
	color:#475758;

}
#footer li{	
	list-style:none;
	display:inline;
	padding:0 10px 0 10px;
}
	
/*  formatting styles */

.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}

.center {
	text-align: center;
	}


.hidden {
	display: none;
	}
	
.clear {
	clear: both;
}

/* page styles */

.post {
	margin: 10px 0 40px;
	/*text-align: justify;*/
	}

.post hr {
	display: block;
	clear:both;
	}
	
.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;
}	

#content img{
	padding:5px;
	margin:5px;
	background:#D6E1E5;
}