body {
	margin: 0px;
	padding: 0px;
	display: block;
}

#header {
	width: 772px;
}

#credit {
	padding: 30px 0px 0px 10px;
	position: absolute;
	top: 0px;
	left: 600px;
	width: 160px;
	height: 155px;
	font-family: arial,helvetica;
	font-size:14px;
}

#subheader {
	text-align: center;
	background-color: #000000;
	width: 772px;
}

#navigation {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100px;
	background: url(../images/navBG.gif) center center repeat;
}

#content {
	position: absolute;
	top: 223px;
	left: 100px;
	width: 672px;
	height: 375px;
	background-color: #CCFF66;
	background: url(../images/vertLines.gif) center center repeat;
	overflow: auto;
}

#contentHead {
	margin: 30px 40px 0px 70px;
	font-family: arial,helvetica;
	font-weight: bold;
}
#contentBody {
	margin: 20px 20px 0px 70px;
	font-family: arial,helvetica;
	font-size: 13px;
}

#footer {
	position: relative;
	width: 772px;
	background: url(../images/vertLines.gif) center center repeat;
	display: block;
}
#subfooter {
	position: relative;
	width: 762px;
	padding: 5px 5px 5px 5px;
	background-color: #FFFFEE;
	font-family: arial,helvetica;
	font-size: 10px;
	display: block;
}
.footLink {
	color: #000000;
}
.footLink:hover {
	color: #CCCCCC;
}
#contentHeadiFrame {
	font-family: arial,helvetica;
	font-size: 13px;
	width: auto;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 70px;
}
