@charset "ISO-8859-1";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #003366;
	background-image: url(../images/back_top.jpg);
	background-repeat: repeat-x;
}
#masthead {
	position: absolute;
	left: 0px;
	top: 0px;
}
#content {
	position: absolute;
	left: 0px;
	top: 150px;
	width: 98%;
	bottom: 5px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #029835;
	width: 80%;
	padding-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 4px;
	border-bottom-color: #CCCCCC;
}
h2 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #996600;
}
.footnote {
	font-size: 10px;
	font-style: italic;
	color: #666666;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	width: 80%;
	border: 1px dashed #996600;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-top: 40px;
}

#layer1 {
	position: relative;
	width: 300px;
	height: 160px;
	left: 900px;
	top: 160px;
	background-color: #99CC66;
	border: 1px solid #029835;
	padding: 10px;
}

#close {
	float: right;
}