body {color: #000;
	background: #fff url(images/background2.gif);
	margin: 0;
	padding: 0 0 5px 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 101%;}
	
	
/* LINKS */

a {color: #000088;
	background-color: inherit;
	text-decoration: none;
	font-weight: bold;}

a:hover {text-decoration: underline;}	
	

/* BRANDING */	

#branding {background: #fff url(images/gradient.jpg);
	color: inherit;
	height: 111px;
	}
	
#branding img {border: none;}	
	
#branding h1 {margin: 25px 5px 5px 5px;
	float: left;
	}

#headerimages {padding-top: 5px;
	height: 72px;
	margin-right: 0px;
	float: right;}
	
#headerimages img {margin-left: 9px;}


/* MAIN NAV */

#nav {clear: both;
	list-style: none;
	margin:  7px 20px 0 5px;
	padding: 5px 0 0 0;
	
	font-size: 0.8em;
	
	}
	
	
#nav li {float: left;
	margin: 0;
	padding: 0;
	}
	
#nav a {float: left;
	color: #000;
	background: transparent;
	text-decoration: none;
	display: block;
	width: 81px;
	height: 19px;
	padding-top: 5px;
	text-align: center;
	font-size: 0.9em;
	}
	

#nav a:hover {background: url(images/button-over.gif);}


#nav #current {background: url(images/button-over.gif);}



/* CONTENT */

#content_main {text-align: left;
	margin: 20px 20px 0 200px;
	background-color: #fff;
	color: #000;
	border: 1px solid #acacac;
	padding: 0;
	border-collapse: collapse;
	}
	
#content-full {text-align: left;
	margin: 20px 20px 0 20px;
	background-color: #fff;
	color: #000;
	border: 1px solid #acacac;
	padding: 0;
	border-collapse: collapse;
	}	
	

#content_main h2, #content-full h2 {font-size: 1em;
	margin-top: 0;}
	
#content-full h2 {clear: both;
	padding-top: 10px;}	
	
#content_main h3, #content-full h3 {font-size: 0.9em;
	margin-bottom: 0;}
	
div.stripheadings h3 {background-color: #D1E5D9;
	font-size: 0.9em;
	margin-bottom: 0;
	margin-top: 25px;
	padding: 2px;}	

#content_main p, #content-full p {font-size: 0.8em;}

#aboutimage {float: left;
	margin: 0 5px 15px 0;}

div#content_main, div#content-full {padding: 15px;
	height:auto !important;
	height: 200px;
	min-height: 200px;}

div#content_main ul, div#content-full ul {clear: left;
	font-size: 0.8em;
	margin: 5px 15px 20px 15px;
	padding: 0;
	list-style: none;}
	
div#content_main li, div#content-full li {margin-bottom: 5px;
    background-image: url(../images/diamond_bullet4.gif);
    background-repeat: no-repeat;
    background-position: 0 3px;
    padding-left: 15px;}	




/* BLOG STYLES */

#sidebar {float: left;
	width: 160px;
	font-size: 0.8em;
	margin: 20px 5px 15px 15px;
	background-color: #fff;
	color: #000;
	border: 1px solid #acacac;}
	
#sidebar h2 {font-size: 1em;
	background-color: #D1E5D9;
	padding: 3px;
	border: 1px solid #acacac;
	margin-bottom: 0;
	margin-top: 20px;}
	

#sidebar ul {list-style: none;
	padding: 5px;
	margin: 0;
	}
	
textarea {width: 600px;}	

.commentlist {font-size: 0.8em;
	margin: 10px 50px;
	padding: 0;}
	
#content .commentlist p, #content-full .commentlist p {margin: 5px 10px 5px 0;
	font-size: 0.9em;}

.commentlist li {margin-bottom: 20px;}

.post {margin-bottom: 20px;
	margin-top: 10px;}

.alignleft {font-size: 0.8em;
	float: left;
	margin-left: 10px;}

.alignright {font-size: 0.8em;
	float: right;
	margin-right: 10px;}
	
.postmetadata {padding: 0 10px;
	color: #606060;}


/* BOTTOM NAVIGATION */

#bottomnav {
	margin: 0 20px 0 200px;
	padding: 3px;
	font-size: 0.8em;
	color: #000;
	background-color: #a2d0b1;
	text-align: center;
	border-right: 1px solid #acacac;
	border-bottom: 1px solid #acacac;
	border-left: 1px solid #acacac;
	}
	
div#bottomnav a {color: #000;
	background-color: #a2d0b1;
	text-decoration: none;
	font-weight: normal;}
	
div#bottomnav a:hover {text-decoration: underline;}

#bottomnav2 {
	margin: 0 20px 0 20px;
	padding: 3px;
	font-size: 0.8em;
	color: #000;
	background-color: #a2d0b1;
	text-align: center;
	border-right: 1px solid #acacac;
	border-bottom: 1px solid #acacac;
	border-left: 1px solid #acacac;
	}
	
div#bottomnav2 a {color: #000;
	background-color: #a2d0b1;
	text-decoration: none;
	font-weight: normal;}
	
div#bottomnav2 a:hover {text-decoration: underline;}


/* FOOTER */


#footer {
	margin-right: 25px;
	clear: both;
	text-align: right;
	font-size: 0.75em;}
	
#footer a {color: #000;
	background-color: inherit;
	font-weight: bold;
	text-decoration: none;}
	
#footer a:hover {text-decoration: underline;}