body {
	margin: 0px;
	padding: 0px;
	background-color: rgb(51,51,51);
	color: rgb(0,0,0);
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
}
a img {
	border: 0;
}
.clearall {
	display: block;
	clear: both;
}
#container {
	width: 760px;
	text-align: left;
	margin: 0 auto;
	display: block;
	overflow: visible;
}
#content {
	background-color: rgb(255,255,255);
	float: left;
	margin: 0;
	width: 760px;
	border: 0;
	height: auto;
}
#top {
	clear: both;
	display: block;
	background-image: url(../images/head_bg.gif);
	background-repeat: repeat-x;
	background-color: rgb(0,82,155);
	position: relative;
	margin: 3px 3px 0 3px;
	padding: 0px;
	width: 754px;
	height: 142px;
	top: 0px;
	left: 0px;
	border: 0;
}
.logo {
	margin: 0px;
	padding: 30px 0 0 30px;
}
#hr {
	clear: both;
	display: block;
	width: 760px;
	height: 7px;
	background-image: url(../images/linebar.gif);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}
#body {
	clear: both;
	display: block;
	padding: 0px;
	margin: 0 3px 3px 3px;
	width: 754px;
	height: auto;
	position: relative;
	top: -8px;
	left: 0px;
}
html>body #body {
	top: 0px;
}
.top {
	background-image: url(../images/bodyback_t.gif);
	background-repeat: repeat-x;
	height: 24px;
}
.base {
	background-image: url(../images/bodyback_b.gif);
	background-repeat: repeat-x;
	height: 24px;
}
.main {
	background-image: url(../images/bodyback_a.gif);
	height: 2px;
	padding: 0 0 20px 0;
}
html>body .main {
	height: auto;
}
.col1 {
	background-color: white;
	float: left;
	position: relative;
	left: 15px;
	top: 15px;
	padding: 0px;
	margin: 0px;	
	width: 511px;
}
html>body .col1 {
	margin: 15px 0 0 15px;
	left: 0px;
	top: 0px;	
	padding: 0px;
}
.col2 {
	background-color: white;
	float: left;
	position: relative;
	left: 15px;
	top: 15px;
	padding: 0px;
	margin: 0px 0 0 15px;	
	width: 196px;
}
html>body .col2 {
	margin: 15px 0 0 15px;
	left: 0px;
	top: 0px;	
}
.col1 .header {
	padding: 0px;
	margin: 3px;
	height: 20px;
	width: 505px;
	background-color: rgb(0,82,155);
}
.col2 .header {
	padding: 0px;
	margin: 3px;
	height: 20px;
	width: 190px;
	background-color: rgb(0,82,155);
}
.headertext {
	text-transform: uppercase;
	color: white;
	padding: 0px;
	margin: 3px 0 0 10px;
	font-weight: bold;
}
html>body .headertext {
	text-transform: uppercase;
	color: white;
	padding: 3px 0 0 0px;
	margin: 3px 0 0 10px;
	font-weight: bold;
}
.subheader {
	color: rgb(0,82,155);
	font-size: 22px;
	margin: 6px 10px 6px 13px;
	line-height: 1.2em;
}
.colbodytext {
	margin: 3px 10px 6px 13px;
}
.colbodytext a {
	color: #999999;
	text-decoration: none;
}
.colbodytext a:hover {
	color: #666666;
	text-decoration: underline;
}
.listit {
	color: rgb(0,82,155);
	font-weight: bold;
}
.imagelink {
	margin: 6px 0 0 0px;
	border: 1px solid rgb(152,152,152);
	padding: 3px;
}
.smalltext {
	font-size: 10px;
	line-height: 1.1em;
	color: rgb(152,152,152);
}
.bottom {
	background-image: url(../images/lower_bg.gif);
	height: 60px;
	padding: 20px;
}
.signoff {
	margin: 15px 0 30px 0px;
	background-color: white;
	height: 20px;
	width: 710px;
}
.signofftext {
	padding: 2px 0 0 10px;
	color: #999999;
	font-size: 10px;	
}
.signofftext a {
	color: #999999;
	text-decoration: none;
}
.signofftext a:hover {
	color: #666666;
	text-decoration: underline;
}