* {
    font-family: Verdana, Arial, sans-serif;
}

body {
    background-image: url("/images/background.jpg");
}

#outerdiv {
    margin-left: auto;
    width: 960px;
    margin-right: auto;
}

#middle {
    background-image: url("/images/middlebg.jpg");
    padding-left: 15px;
    padding-right: 20px;
    overflow: auto;
}

#leftmenu {
    width: 171px;
    padding-top: 1px;
    float: left;
}

#leftlinks {
    margin-top: 4px;
    margin-bottom: 8px;
}

#leftlinks h2 {
    padding: 5px;
    background-color: white;
    color: purple;
    border-top: 1px solid green;
}
#leftlinks a{
    display: block;
    padding: 7px 5px 7px 10px;
    text-decoration: none;
    background-color: white;
    color: black;
    font-size: 0.9em;
}
#leftlinks a:hover{
    background-color: #044f07;
    color: white;
}

#leftimage {
    margin-bottom: 8px;
}

#mainsection {
    float: right;
    width: 700px;
    font-size: 0.9em;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 1.5em;
}

#mainsection h1 {
    font-size: 1.5em;
    color: #044f07;
    margin-bottom: 1em;
}

#mainsection h2 {
    margin-bottom: 1em;
}

#mainsection p, #mainsection div {
    margin-bottom: 0.5em;
    line-height: 1.2em;
}

#mainsection img {
    border: 1px solid black;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

#homeright {
    width: 180px; float: right; padding: 0; background-color: silver; padding: 0.8em; min-height: 500px;
}

#homeright a {
    color: purple;
    text-decoration: none;
}

#homeright a:hover {
    color: #044f07;
}

#homeleft {
    float: left; width: 475px;
}


#footer {
    margin: 0px 10px 20px;
    background-color: black;
    padding: 5px;
    color: white;
    text-align: right;
}

#footer a{
    margin-right: 15px;
}

#footer a {
    color: silver;
}


/* ************************ BLOG ************************ */
.blognav{
	float: right;
	width: 205px;
}

.blogmain{
        margin-bottom: 0.5em;
	
}

.blogwrapper{
        margin-bottom: 0.5em;
	
}

.blogpost{
	margin-bottom: 15px;
}

.blogpost h1{
	font-size: 20px;
	font-weight: bold;
	padding: 0.5em 0 0;
	font-style: normal;
        margin-bottom: 0.3em;
}

.blogpost h1 a{
	color: #044f07;
}

.blogpost h3{
	border-top: 1px solid black;
	font-size: 10px;
	font-style: normal;
	text-transform: uppercase;
}

.blogpostbody {
	padding-top: 1em;
	padding-bottom: 1em;
}


.blogpostbody img{
	max-width: 650px;
	/* Resize the image for IE6 */
	width: expression(this.width > 650 ? 650: true);
	margin-top: 1em;
	border: 1px solid #666666;
fs}


.blogpostfooter{
	font-size: 10px;
	font-style: normal;
	text-transform: uppercase;
	padding-bottom: 1em;
	border-bottom: 1px solid #DDDDDD;
	text-align: right;
}
.blogpostcommentheader{
	padding: 4px;
	color: white;
	background-color: black;
}

.blogrecentposts {
	padding: 5px;
}

.blogrecentposts h2 {
	font-size: 15px;
	margin-top: 0;
}

.blogrecentposts a{
	display: block;
	text-decoration: none;
	color: #666666;
	padding-bottom: 10px;
}

.blogrecentposts a:hover{
	color: red;
}

.blogpostbottom {
	clear: both;
}

