body {
	margin: 0 0 0 70px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	background: #e8f7ff url(images/bg-fade.gif) repeat-x top left;
}

div#masthead {
	position: absolute;
	left: 0; top: 0;
	width: 730px; height: 146px;
	border: 0;
	background-image: url(images/mast.gif);
	z-index: 2000;
}
	div#masthead p { display: none; }
	div#masthead a { display: none; }

div#container {
	display: block;
	position: absolute;
	left: 127px; top: 180px;
}

div#content {
	display: block;
	position: relative;
	left: 158px; top: 0;
	width: 451px; height: auto;
	font-size: 90%;
	line-height: 160%;
	color: #464646;
	background: url(images/bg-content-mid.gif) repeat-y left top;
	z-index: 400;
}
	div#content td { font-size: 65%; line-height: 180%; color: #464646; vertical-align: top; }

	div#content-top {
		position: relative;
		left: 0; top: 0;
		width: 451px; height: auto;
		padding: 20px 40px 0 18px;
		background: url(images/bg-content-top.gif) no-repeat left top;
	}
		div#content > div#content-top { padding-top: 5px; }
		div#content-top > p { margin-right: 55px; }
	
	p#content-bottom {
		height: 10px;
		margin: -15px -40px 0 -18px;
		padding-top: 15px;
		background: url(images/bg-content-bot.gif) no-repeat left bottom; 
	}
		div#content-top > p#content-bottom {margin-top: -.5em; margin-right: -55px; }

	div#content.wide { left:-38px; width: 663px; background: url(images/bg-contentwide-mid.gif) repeat-y left top; }
	div#content-top.wide { width: 663px; background: url(images/bg-contentwide-top.gif) no-repeat left top; }
	p#content-bottom.wide { width: 663px; background: url(images/bg-contentwide-bot.gif) no-repeat left bottom; }


div#dwindow {
	z-index: 1500;
}

div#footer {
	display: block;
	position: relative;
	left: -70px;
	width: 746px; height: auto;
	margin-left: 0;
	padding: 3em 0 1em;
	line-height: 130%;
	z-index: 300;
}

h2, h2 a {
	display: block;
	width: 400px; height: 27px;	
	margin: -3px 0 -15px -2px;
	padding: 0;
	text-indent: -5000px;
}
	#content-top > h2, #content-top > h2 a { margin: 12px 0 -5px -2px; }
	#home h2: { text-indent: 0; }
	#home h2 span { text-indent: -5000px; }
	#home h2 > span { display: none; }

h3 {
	margin-bottom: -1em;
	font-size: 120%;
	color: #ff8f44;
}
	#content-top > h3 { margin-top: 1em; margin-bottom: -.3em; }

input, textarea {
	padding: 2px;
	width:300px;
	font: 110% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #5a7a99;
}

#content ul {
	list-style-type: square;
	margin-left: 0px;
	padding-left: 15px;
}
	#content-top > ul { margin-right: 54px; }

#copyright {
	margin-left: 50px;
	font-size: 9px;
	color: #819db4;
}

.feature {
	display: block;
	margin-left: -5px;
	padding: 4px;
	border-width: 1px;
	border-style: solid;
	border-color: #cedbe8;
}

.formlabel {
	margin-top: 2em;
	line-height: 240%;
}

.dont li, .do li { margin-bottom: 1em; }
	.dont li {list-style-image: url(images/dont.gif); }
	.do li {list-style-image: url(images/do.gif); }
	ul.dont > li, ul.do > li { margin-left: 1em; }

.nowrap { white-space: nowrap; }

#footer a, #menu a, #content-top a {
	font-weight: normal;
	color: #375c80;
}
	#footer a:hover, #menu a:hover, #content-top a:hover { font-weight: normal; color: #4b92d8; }
	#copyright a { color: #819db4; }

a:link, a:visited {
	text-decoration: none;
}
	#content-top a:link, #content-top a:visited {
	text-decoration: underline;
}
