@import url(servicenav.css);
@import url(topnav.css);
@import url(footernav.css);
@import url(colleft.css);
@import url(colmiddle.css);
@import url(colright.css);

body {
	background-color: white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color: #666666;
}
td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color: #666666;
}
div.master div.header {
	margin-top: 79px;
	width: 763px;
	height: 16px;
}
div.master div.topnav {
	background: url(../img/hg_topnav.gif);
	margin-top: 21px;
	width: 763px;
	height: 50px;
}
div.master div.content {
	background: url(../img/hg_content.gif);
	width: 763px;
	height:expression(this.scrollHeight < 385? "385px" : "auto" ); 
	min-height:385px;
}
div.master div.content div.colleft {
	float: left;
	width: 218px;
	margin-right: 23px;
	height:expression(this.scrollHeight < 385? "385px" : "auto" ); 
	min-height:385px;
}
div.master div.content div.colmiddle {
	float: left;
	width: 359px;
	padding-top: 20px;
	margin-right: 43px;
}
div.master div.content div.colright {
	float: left;
	width: 100px;
	padding-top: 20px;
}
div.master div.footer {
	clear: both;
	width: 763px;
	margin-top: 10px;
	margin-bottom: 4px;
}
div.master div.content div.printpage {
	float: right;
	padding-right: 20px;
	padding-bottom: 20px;
}
div.master div.content div.printpage a {
	color: #445B87;
	background: url(../img/printer.gif) no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-weight: bold;
	font-size:0.9em;
	text-decoration: none;
}
div.master div.content div.printpage a.noicon {
	background: none;
	padding-left: 0;
}
div.master div.content div.printpage a.overview {
	background: url(../img/overview.gif) no-repeat;
}
h1 {
	color: #484848;
	font-size:1.1em;
	margin-top: 0;
	margin-bottom: 5px;
}
h2 {
	color: #8D8D8D;
	font-size:0.9em;
	margin-top: 0;
	margin-bottom: 5px;
}
h3 {
	color: #484848;
	font-size:0.9em;
	margin-top: 0;
	margin-bottom: 5px;
}
p {
	margin-top: 5px;
	margin-bottom: 8px;
}
form,
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

.arrowlink {
	background: url(../img/arrow_darkblue.gif) no-repeat 0px 1px;
	margin: 0;
	padding: 0;
	padding-left: 9px;
}

div.master div.content div.colmiddle ul{
	margin-top: 0;
	padding-top:0;
}