#Header {
	float: left;
	height: 30px;
	width: 980px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#NavBar {
	float: left;
	height: 18px;
	width: 980px;
	text-align: center;
	font-size: 14px;
	background-color: #E0E0E0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#Main {
	float: left;
	width: 980px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#Next {
	float: left;
	width: 980px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#Footer {
	float: left;
	height: 17px;
	width: 980px;
	background-color: #E0E0E0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#Wrap {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

a:link, a:visited  { color: #0000FF; text-decoration: none; }
a:hover { color: #0000FF; text-decoration: underline; }

body { font-size: 12px; font-family: verdana; line-height:120%; color: black; background: white; }
p { margin: 0px; line-height:120%; text-align: justify; }
h1 { font-size: 20px; font-weight: normal; display: inline; }
h2 { font-size: 16px; font-weight: normal; display: inline; }
h3 { font-size: 14px; font-weight: normal; display: inline; }
h4 { font-size: 12px; font-weight: bold; margin: 1px; display: inline; }
h5 { font-size: 10px; font-weight: normal; display: inline; }
