html, body, #main {height:100%; background-color:#444;}

body > #main { height: auto; }

a {
	text-decoration: none;
}

p {
	margin-bottom: 5px;
}
b {
color: darkgreen;
font-size: 11pt;
}
.red {
	color: #ff0000;
	font-weight: bold;	
}		
#heightadjust{
	margin-bottom: 5px;
	line-height: 150%;}

#heightadjust a:link{
	color: darkgreen
}	
#heightadjust a:visited{
	color: darkgreen
}
#heightadjust a:hover{
	color: black
}

h3 {
	font-family: "Times New Roman", serif;
	font-size: 14pt;
	font-weight:bold;
	color: #d40801;
}

h4 {
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	font-weight:bold;
	color: darkgreen;
}
#header {
	background: url('images/header.jpg') no-repeat;
	width: 800px;
	height: 183px;
	margin: 15px auto 0 auto;
}
#logo {
	float: left;
	width: 204px;
	/* IE Fix */
	!width: 199px;
	text-align: center;
	padding-top: 25px;
}
.columnform {
	color: #fff;
	text-align: left;
	font-weight: bold;
}
#menu {
	height: 35px;
	margin-top: 148px;
	width: 591px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
#menu a {
	color: #fff;
}
#menu td{
	background: url('images/greenbtn.gif') repeat-x;
	border-left: 1px solid #4e7304;
	border-right: 1px solid #4e7304;
	width: 20%;
}
#menu td:hover{
	background: url('images/redbtn.gif') repeat-x;
}
#main {
	width: 800px;
	margin: 0 auto;
	position:relative;
	background:#fff url('images/bg.gif') repeat-y;
}
#mailer {
	text-align: left;
}
#container {
	width: 100%;
	float: left;
}
#col1 {
	float:left;
	position:relative;
	width: 200px;
}
#col1content {
	padding: 25px 10px 10px 10px;
}
#col1content a:link {
	color: white;
	text-decoration: none;
}
#col1content a:visited {
	color: white;
	text-decoration:none;
}
#col1content a:hover {
	color: #b52029;
	text-decoration: none;
}
#col1content a:active {
	text-decoration:none;
} 
#col1content h2 {
	font-weight: bold;
	font-size: 20px;
	font-family: arial;
	margin-bottom: 10px;
	color: #FFF;
}
#col1content h3 {
	font-size: 16px;
	font-weight: bold;
	font-family: "times new roman", serif;
	margin-bottom: 10px;
	color: #f7f426;
}
#col1content a {
	color: #fff;
}
#col2 {
	float:left;
	position:relative;
	width: 600px;
}
#col2content {
	padding: 20px 30px 20px 30px;
	text-align: center;
	font-size: 11px;
	font-family: tahoma, arial, sans-serif;
	color: #333;
	height: 100%;
}

#col2content p {
	text-align: left;
}

#col2content h3 {
	font-weight: bold;
	color: #333;
	font-size: 12px;
}


#footer {
	position: relative;
	padding-top: 20px;
	height: 100px;
	clear:both;
	width: 800px;
	margin: 0 auto;
	background:url(images/footer.jpg) repeat-x 0 0;
} 
#footer table {
	width: 100%;
}

img.floatleft {
	margin: 20px 20px 15px 30px;
	float: left;
	vertical-align: center;
}
.floatright {
	float: right;
	margin: 20px 35px 10px 10px
	
}
.rightcolumn {
	padding: 20px 33px 20px 0;
	margin-left: 230px}

.column {
	margin: 20px 0px 10px 0px;
}

#yellowback {
	background-color: lightyellow;
	
}
#copyright {
	color: #FFF;
}


/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
