html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
	body {
	font-size: 12px;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#3171B8;
	
	}
	/* rules for headings and paragraph */
	h1 {
	padding-top: 10px;
	font-size: 150%;
	color:#AD0E13;
	}
	
	h2 {
	font-size: 130%;
	color:#AD0E13;
	}
	
	h3 {
	font-size: 120%;
	color:#AD0E13;
	
	}
	
	p {
	
	line-height: 150%;
	}
	
	#wrapper {
	position: absolute;
	top: 20px;
	left: 50%;
	width:787px;
	height:auto;
	margin-left: -390px;
 	margin-top: 10px;
	padding: 0px;
	background-color: #ffffff;
	background:url(../images/content.jpg) repeat-y;
}

#headertop {
	background-image:url(../images/header.jpg);
	width:787px;
	height:27px;

}

#headerbottom {
background-image:url(../images/content.jpg);
background-repeat:repeat-y;
width:787px;
height:210px;

}
#logo {
	position:absolute;
	top:18px;
	left:51px;
	z-index:400;
}
#webaddress {
	position:absolute;
	top:65px;
	left:320px;
	width:404px;
	height:66px;
}

#telephonenum {
position:absolute;
top:120px;
left:480px;
width:244px;
height:52px;
}

#navigation {
	position:absolute;
	left:20px;
	top:179px;
	display:block;
	width:743px;
	height:30px;
	background:#A62C27;

}

#navigation ul {
margin:0;
padding:0;
list-style:none;

}

#navigation ul li {
display:inline;
padding:0;
margin:0;
float:left;
}

#navigation ul li a {

padding:0;

}

#maincontent {
width: 787px;
min-height:300px;
height:auto;
padding:0;
background:url(../images/content.jpg) repeat-y;
background-color:#FFFFFF;
position:relative;
left:0;
top:0;
padding-bottom:10px;
vertical-align:middle;

}
#maincontent ul li {
vertical-align:middle;
list-style-image:url(../images/bullet.gif);
list-style-position:inside;
line-height:170%;
padding-left:10px;


}
#leftcolumn {
	width:200px;
	height:205px;
	float:left;
	margin-left:30px;

}

#leftcoltop {
background:url(../images/coltop.jpg) no-repeat;
height:14px;
}
#leftcolmid {
	background:url(../images/colmiddle.jpg) repeat-y;
	height:200px;
}
#leftcolbot {
background:url(../images/colbot.jpg) no-repeat;
height:15px;
}

#rightcolumn {
	float:right;
	padding-right:30px;
	width:525px;
	height:auto;
}

#footer {
	position:relative;
	background:url(../images/bottom.jpg) bottom;
	width:787px;
	height:51px;
}

.clear {
clear:both;
background:url(../images/content.jpg) repeat-y;
}

/* form styles */
#form{
text-align:left;
	background-color: #ffffff;
	padding: 2px;
	width: auto;
	margin-top: 4px;
	margin-bottom: 6px;

}
.formbackground1 {
	background-color: #C6D1FF;
}

.frmfieldsmall {
	font-size: 90%;
	background-color: #CCEFF4;
	padding: 2px;
	width: 12em;
	border: 1px solid #999999;
	margin-top: 2px;
}
.formbutton {
	line-height: 1.6em;
	color: #000;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	width: auto;
	}
#moreinfo {
	background:url(../images/colmiddle.jpg) repeat-y;
	height:1300px;
	padding-left: 5px;
	padding-right: 18px;
}
