/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #e8e8e8 url(images/shadow.gif) repeat-y center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

input, textarea {
	background: #e0e0e0;
	border: 1px solid #000000;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #0F5B96;
}

h1, h2, h3, p, ol, ul {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2 {
	font-weight: normal;
}

h1 {
	letter-spacing: -2px;
	font-size: 26px;
}

h2 {
	letter-spacing: -1px;
	font-size: 24px;
}

p, ol, ul {
	margin-bottom: 15px;
	line-height: 150%;
}

a {
	color: #A4E4F5;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

img.left {
	float: left;
	margin: 4px 20px 0 0;
	border: 1px solid #0f4296;
}

img.right {
	float: right;
	margin: 4px 0 0 20px;
	border: 1px solid #0f4296;
}

hr {
	display: none;
}

.spacer {
	font-size:0; line-height:0; clear:both;
	}

/* Header */

#header {
	height:162px;
	width: 850px;
	background:url(images/banner.jpg) no-repeat;
	margin: 0 auto;
}

#topcomment {
	height: 101px;
	text-align:right;
	padding: 10px 50px 0 0;
}

#topNav {
	margin:7px 0;
	height:37px;
	}
	
#topNav ul {
	margin:0 10px;
	list-style:none;
	}
	
#topNav ul li {
	height:37px;
	float:right;
	color:#0f4296;
	font:bold 12px/37px Arial, Helvetica, sans-serif;
	}
	
#topNav ul li a {
	padding:0 7px;
	height:37px;
	text-decoration:none;
	border-right: solid 2px #0f4296;
	color:#0f4296;
	font:bold 12px/37px Arial, Helvetica, sans-serif;
	}


	
#topNav ul li a:hover {
	padding:0 7px;
	height:37px;
	text-decoration: underline;
	border-right: solid 2px #0f4296;
	color:#0f4296;
	font:bold 12px/37px Arial, Helvetica, sans-serif;
	}	
	
#topNav ul li a.hover {
	padding:0 7px;
	height:37px;
	text-decoration: underline;
	border-right: solid 2px #0f4296;
	color:#0f4296;
	font:bold 12px/37px Arial, Helvetica, sans-serif;
	}
	
		
#topNav ul li.last a, #topNav ul li.last a:hover {
	border-right: none;
}

/* Page */

#page {
	width: 850px;
	margin: 0 auto;
	background: #0f4296; 
}

#pagebg {
	width: 850px;
	xbackground:url(images/bg2.jpg) bottom repeat-x;
	padding: 0px 0px 20px 0px;
}

/* Content */

#content {
	float: left;
	width: 530px;
	padding: 20px 0 0 40px;
}

.post {
	margin-bottom: 15px;
	color: #0f4296;
}

.post a {
	color: #0f4296;
}

.post a:hover {
	color: #0f4296;
}

.post .heading {
	background: url(images/boxtop.jpg) no-repeat;	
}

.post .title {
	margin: 0;
	padding: 20px 30px 0 30px;
}

.post .title a {
	text-decoration: none;
	color: #0f4296;
}

.post .byline {
	margin: 0;
	padding: 0 30px;
}

.post .entry {
	padding: 20px 30px 10px 30px;
	background: url(images/boxmiddle.jpg) repeat-y;
}

.post .entry p {
	background: #FFFFFF;
}

.post .bottom {
	height: 23px;
	background: url(images/boxbottom.jpg);
}

.post .links {
	padding: 5px 25px 10px 25px;
	background: url(images/boxmiddle.jpg) repeat-y;
}

.post .links a {
	padding-left: 10px;
	background: url(images/img08.gif) no-repeat left center;
	text-decoration: none;
	font-weight: bold;
}

/* Sidebars */

.sidebar {
	float: left;
	width: 200px;
	padding: 0 0 0 45px;
	font-size: 13px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.sidebar li {
}

.sidebar li ul {
}

.sidebar li li {
	padding: 6px 0 6px 10px;
	background: url(images/img09.gif) no-repeat 0 12px;
	border-bottom: 1px solid #2872A6;
}

.sidebar li li a {
	text-decoration: none;
	color: #C9ECF5;
}

.sidebar small { padding:0; margin:0;}

.sidebar li li a:hover {
	color: #FFFFFF;
}

.sidebar li h2 {
	padding-top: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
}

.sidebar a.hover {
	text-decoration: underline;
}

/* Left Sidebar */

#leftbar {

}

/* Right Sidebar */

#rightbar {
	padding: 0 0 0 25px;
}

/* Search */

#searchform {
	padding-top: 20px;
	text-align: right;
}

#searchform br {
	display: none;
}

#searchform input {
	margin-bottom: 5px;
}

#searchform #s {
	width: 190px;
}

/* Footer */

#footer {
	width: 850px;
	margin: 0 auto;
	clear: both;
	background: #FFFFFF;
	padding: 10px 0;
	font-size: 11px;
}

#footer p {
	text-align: center;
	color: #0f4296;
}

#footer a {
	color: #0f4296;
}

.hide {
	display:none;
}