body {
	background:url(images/bg.jpg) no-repeat center top #02255d;
	margin:0;
	padding:10px 0 0 0;
	font-family:"Trebuchet MS";
	font-size:11px;
	}
.wrapper {
	width:900px;
	border-top:1px #969696 solid;
	border-left:1px #969696 solid;
	border-right:1px #969696 solid;
	margin:0 auto;
	background:url(images/cont-bg.jpg) repeat-y;
	}
.header {
	}
.content {
	}
.left {
	width:200px;
	float:left;
	padding:0 0 10px 0;
	}
.left-top {
	background:#bebebe;
	line-height:27px;
	padding:0 0 0 20px;
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	}
.nav {
	background:#bebebe;
	line-height:28px;
	padding:0 0 0 20px;
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	display:block;
	text-align:left;
	width:180px;
	}
.right {
	width:700px;
	float:right;
	}
.inner {
	padding:15px 30px 15px 30px;
	font-size:14px;
	line-height:18px;
	}
.entry {
	padding:10px 0 5px 0;
	border-bottom:1px #CCCCCC solid;
	margin:0 0 5px 0;
	}
.inner p {
	padding:0;
	margin:0;
	line-height:18px;
	}
.left ul {
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	}
.left ul.nav {
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	}
.left ul li a {
	margin:0;
	padding:0 0 0 20px;
	width:180px;
	display:block;
	list-style:none;
	overflow:hidden;
	background:none;
	text-decoration:none;
	color: #2d5e96;
	font-size:11px;
	line-height:28px;
	font-weight:normal;
	text-align:left;
	}
.left ul li a:hover {
	margin:0;
	padding:0 0 0 20px;
	width:180px;
	display:block;
	list-style:none;
	overflow:hidden;
	background:none;
	text-decoration:underline;
	color: #2d5e96;
	font-size:11px;
	line-height:28px;
	font-weight:normal;
	text-align:left;
	}
h1 {
	font-size:22px;
	margin:0;
	padding:0px 0px 25px 0px
	}
h1 a {	
	text-decoration:none;
	color:#000000;
	}
h1 a:hover {	
	text-decoration:underline;
	color:#000000;
	}
/* 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 */
/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 0 10px;
	list-style: none;

	}
#div-comment {
	border-bottom:1px #CCCCCC solid;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	
	}
/* End Comments */
.navigation{margin-bottom:50px;}
.inner h1 {margin-top:50px;}
img { border: none; } 
.footer {
	background: url(images/footer-bg.jpg) repeat-x;;
	line-height:34px;
	text-align:center;
	font-size:11px;
	color:#6a6a6a;
	}
a {
	color:#000000;
	text-decoration:underline;
	}
a:hover {
	color:#000000;
	text-decoration:none;
	}
	