body {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size:0.9em;
	background:#E5F0F9;	margin:0; padding:0;
}

.outer {	width:780px;	margin:0 auto;	background:#FFF url(templateimg/barleftbg.jpg) left repeat-y;	border:1px solid #999;	}

.header {	border-top:10px solid #0066CC;	background:#FFF url(templateimg/logo.jpg) no-repeat left; height:70px; }
.header p {	padding:0; margin: 5px 0 0 560px;	font-size:0.7em;	}
.header p span {	color:#666;	width:50px; display:block;	float:left;	}
.header a.baselink { display:block; height:70px; width:300px; float:left; }



/*	Navigation - Basic	*/
.nav {	height:25px;	background:#000; color:#FFF;	font-weight:bold; text-transform:uppercase;}
.nav ul, .nav li {	list-style:none; margin:0; padding:0; float:left;	}
.nav a {	display:block; padding:4px 10px; margin:0 2px;	color:#FFF;	text-decoration:none; font-size:10pt;	}
.nav a:hover {	color:#0086D9;	}
/*	Navigation - Expanding	*/
.nav ul ul {	display:none;	position:absolute;	z-index:30;	width:150px;
			border:1px solid black;	background:#FFF;	}
.nav ul ul li {	margin:0; padding:0;	}
.nav ul ul li a {	margin:0;	color:#000;	width:130px;	}
.nav ul ul li a:hover {	color:#FFF;	background:#000;	}





.content {	width:565px; float:right;	margin:0 5px 0 0;	padding:5px 0 20px 0;	}

.sidebar {	width:200px;	float:left;	font-size:0.9em;	}
.sidebar .title {	background:#0066CC url(templateimg/sidepodbg.jpg) top left no-repeat;	}
.sidebar h3 {	background:#0066CC url(templateimg/sidepodbg.jpg) top left no-repeat;	text-align:left; 
				margin:0 0 5px 0; padding:4px;	color:#FFF;	font-size:11pt;	text-transform:uppercase;	}
.sidebar .pod {	background:#FFF;	border:1px solid #999;	margin:5px 5px 10px 5px;	text-align:center;	}
.sidebar p {	margin:4px 4px 7px;	}

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

.sidebar .archiveform {	margin:2px 2px 10px;	}



.footer {	clear:both;	height:64px; background:#0056C1 url(templateimg/footerbg.jpg) repeat-x;	}
.footer p {	font-size:0.6em;	padding:10px 0 0 20px;	}
.footer p.links {	float:right;	margin:20px 20px 0 0;	}
.footer, .footer a {	color:#FFF;	}


.content h1, .content h2, .content h3, .content h4 {font-family:Tahoma, Arial, Helvetica, sans-serif; font-weight:normal;}
.content h1 {	font-size:1.5em;	}
.content h2 {	font-size:1.45em;	}
.content h3 {	font-size:1.3em;	color:#06C;	}
.content h4 {	font-size:1.2em;	color:#06C;	}

.content .solid {	color:#FFF; background:#06C;	border:1px solid black;	padding:5px;	font-weight:bold;	
	background:#06C url(templateimg/sidepodbg.jpg) top left no-repeat;}

.content ol {	}
.content ul {	}
.content li {	margin-bottom:8px;	}




/*	Blog stuff	*/
.post {	}
 .post h2.blogtitle {	background:#06C url(templateimg/sidepodbg.jpg) top left no-repeat; color:#FFF; 
 			border:1px solid black; padding:5px; font-weight:normal; font-size:1.1em;	margin:10px 0 0 0;	}
 .post h2.blogtitle a {	color:#FFF;	text-decoration:none;	display:block;	}
 .post p.posted {	padding:0;	margin:2px 0 10px 20px;	font-size:0.9em;	}
 .post .entry {	margin:0 0 30px 10px;	}
 
/*	Paging Box	*/
.pagejump {	clear:both;	margin:5px auto;	width:70%;	}
 .pagejump div {	text-align:center;	border:1px solid #999; border-left:none; border-right:none; padding:2px;	}
 .pagejump a {	}
 .pagejump select {	}

