body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	background-color: #FFF;
	font-size: 62.5%;
}
#container {
	margin: 0;
	overflow:hidden;
	background-color: #FFF;
	width: 955px;
}
#masthead {
	margin: 0;x
	background-color: #FFF;
	background-image:  url(images/background.jpg);
	background-repeat: repeat-y;
}
#banner {
	background-color: #003359;
	border-bottom: 1px solid #333;
	height: 70px;
	background-image: url(../images/headerbg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	width: 100%;
}
#siteid {
	width: 312px;
	height: 38px;
	float: left;
	margin-top: 15px;
	margin-left: 20px;
}
#banner h1 {
	margin: 0;
	padding: .5em;
}
#nav {
	width: 250px;
	margin-left: 10px;
	padding-top: 1em;
	border-top:1px solid #c8c8c8;
	border-bottom:3px solid #c8c8c8;
	margin-bottom:1.5em;
	background-color:#EFEFEF;
	float: left;
}
#nav p {
	margin-top: 0;
}
#content {
	padding-top: 1em;
	width: 650px;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
}

#footer {
	clear: both;
	background-color: #666;
	text-align: left;
	border-top: 1px solid #333;
	color: #FFF;
	height: 170px;
}
#copyright {
	clear: both;
	background-color: #DDD;
	padding: 1em;
	text-align: left;
	border-top: 1px solid #333;
	color: #000;
}
.legal {
	text-align: right;
	float: right;
	width: 300px;
}
#breadcrumbs {
	margin: 0 0 25px 0;
	padding: 0.5em 0 0.6em 40px;
	background-color: #EEEEEE;
	background-image: url(../images/crumbbg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#utilities {
	margin: 0;
	background-color: #EEEEEE;
	background-image: url(../images/crumbbg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 0.6em;
	padding-left: 40px;
}
#logo {
	width: 250px;
	background-color: #000;
	height: 70px;
	padding-left: 10px;
	float: left;
}
#footerid {
	width: 240px;
	height: 120px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A5A5A5;
	margin-top: 10px;
	text-align: left;
	padding-right: 0px;
	padding-left: 20px;
}
#footeridess {
	width: 240px;
	height: 120px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A5A5A5;
	margin-top: 20px;
	text-align: left;
	padding-right: 0px;
	padding-left: 20px;
}
.footercolumn {
	float:left;
	width:197px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 40px;
}
.column {
	float:left;
	margin:0 50px 0 0;
	padding:0;
	width:300px;
}
.columnright {
	float:left;
	padding:0;
	width:300px;
}
ul.checklist {
	list-style-type:none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
			}
ul.checklist li {
	color:#000;
	line-height:1.3;
	margin-bottom:12px;
	padding-left:27px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.imgindent {
	margin-left: 25px;
}

