﻿
h1 {
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
	margin: 10px 10px 0px 10px;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
	color: #000080;
	margin: 10px;
}
h3 {
	margin: 10px;
	font-size: 12pt;
	font-weight: bold;
	color: #003366;
}
p {
	margin: 10px;
}
.red {
	color: #CC0000;
}

p.center {
	margin: 10px;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: center;
	vertical-align: top;
	line-height: normal;
}
.align_rt {
	text-align: right;
}
.navhdr {
	margin: 0px;
	text-align: center;
	font-size: 20px;
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}

p.footer {
	margin: 5px 0px 5px 0px;
	font-size: 10px;
	text-align: center;
}
.links {
	text-decoration: none;
	color: #808080;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}
.justified {
	text-align: justify;
}
.nounderline {
	text-decoration: none;
}
.center {
	text-align: center;
}
.imageleft {
	border-width: 0px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}
.imageright {
	border-style: none;
	border-width: 0px;
	margin-left: 10px;
	float: right;
	margin-bottom: 10px;
}
.img_border {
	border-style: solid;
	border-width: 2px;
	float: left;
	margin-right: 10px;
}
.no_border {
	border-width: 0;
}
.bot_margin {
	margin-bottom: 5px;
}
a {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:active {
	color: #333333;
}
a:hover {
	color: #CC0000;
}
.pageheader1 {
	font-size: 33pt;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	margin: 10px;
	letter-spacing: 5pt;
}
body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#container {
	width: 100%;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#top {
	width: 100%;
	text-align: left;
}
#top_right {
	border-style: dashed;
	border-color: #800000;
	width: 200px;
	float: right;
	text-align: right;
	background-color: #CCCCCC;
	color: #000000;
	margin-left: 10px;
	margin-right: 5px;
}
#header_image {
	border-style: solid;
	border-color: #CC0000;
	border-width: 5px 0px 3px 0px;
	margin: 0 auto;
	background-color: #CC0000;
	height: 150px;
}
#content {
	border-style: solid;
	border-width: 3px 0px 0px 0px;
	border-color: #000000;
	background-color: #FFFFFF;
	width: 85%;
	float: right;
	height: auto;
	text-align: justify;
}
#navigation {
	border-style: solid;
	border-width: 3px 0px 0px 0px;
	border-color: #000000;
	width: 15%;
	float: left;
	height: auto;
	text-align: left;
	background-color: #C0C0C0;
}
#bottom {
	width: 100%;
	float: right;
	font-size: x-small;
	text-align: center;
	color: #CC0000;
}
li {
	margin: 5px 10px 5px 10px;
	text-align: justify;
}
.h1 {
	font-size: 20pt;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 10px 0px 10px;
}
.h2 {
	font-size: 12pt;
	font-weight: bold;
	color: #808080;
	margin: 0px 10px 10px 10px;
}
form {
	margin: 10px;
}
.free {
	font-size: 12pt;
	font-weight: bold;
	color: #CC0000;
	margin: 0px 10px 10px 10px;
}
.menu {
	font-size: medium;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
#wrapper {
	background-color: #C0C0C0;
	height: 100%;
	width: 100%;
}
#top_image {
	width: 100%;
	text-align: left;
	background-image: url('images/home_improvement.jpg');
	background-repeat: repeat-x;
	height: 129px;
}
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear:both;
    float:left;
    width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
}
.leftmenu {
	background: #C0C0C0;
}
.leftmenu .colright {
    float:left;
    width:200%;
	position:relative;
	left:200px;
    background:#fff;
}
.leftmenu .col1wrap {
    float:right;
    width:50%;
    position:relative;
    right:200px;
    padding-bottom:1em;
}
.leftmenu .col1 {
    margin:0 15px 0 215px;
    position:relative;
    right:100%;
    overflow:hidden;
}
.leftmenu .col2 {
    float:left;
    width:170px;
    position:relative;
    right:185px;
}
