* {
	margin: 0;
	padding: 0;
	font-family: times, arial;
}

body, html {
	background-color: white;
	height: 100%;

	min-width: 938px;
}

p {
	line-height: 20px;
	padding: 10px 50px 10px 0;
}

p span {
	margin-left: 20px;
}

.center {
	text-align: center;
}

a, a:link {
	text-decoration: none;
	border-bottom: 1px solid blue;
	color: black;
	line-height: 20px;
}

a:active {
	border-bottom-color: red;
}

a:visited {
	border-bottom-color: rgb(170,0,170);
}

a:visited:hover {
	color: rgb(170,0,170);
}

a:hover {
	border-bottom-style: none;
	padding-bottom: 5px;
	color: blue;
}

a.current {
	color: rgb(250,50,50);
	border-bottom-color: rgb(170,0,170);
}

a.current:hover {
	border-bottom-color: black;
}

a.noborder {
	border-bottom-style: none;
	position: relative;
	cursor: text;
	z-index: 1;
}

a.noborder:hover {
	z-index: 2;
	color: blue;
}

a span {
	font-size: 1px;
	font-weight: normal;
	border: 2px solid rgb(200,150,0);
	background-color: rgb(240,220,80);
	color: black;
	display: block;
	position: absolute;
	margin-left: -10000px;
	width: 350px;
	top: 25px;
}

a:hover span {
	font-size: 16px;
	margin: -4px 0px 0px 45px;
	padding: 15px;
	left: 0%;
}

ul.multilevel li {
	margin: 10px 10px 20px 20px;
	list-style-type: none;
}

ul.multilevel li li {
	list-style-type: disc;
	margin-left: 15px;
	margin-bottom: 10px;
}

ul.unlisted {
	list-style-type: none;
	margin-top: 5px;
}


.header, .body, .footer {
	margin: 0 auto;
	background-color: rgb(200,200,200);
	border-left: 3px solid rgb(150,150,150);
	border-right: 3px solid rgb(150,150,150);
	width: 750px;
}

.header {
	height: 5%;
	min-height: 5%;
}

.body {
	min-height: 90%;
	height: 90%;
}
.body[id] {
	height: auto;
}

.body h3, .body h4, .body p, .body div, .body ul {
	margin-left: 120px;
	margin-right: 50px;
}

.body * h3, .body * h4, .body * p, .body * div, .body * ul {
	margin-left: 0px;
	margin-right: 0px;
}

div.side_holder {
	position: absolute;
	margin: 60px 40px 15px -94px;
}

.side {											/* side bar */
	padding-top: 5px;
	padding-right: 10px;
	z-index: 1;
	overflow: hidden;
	width: 175px;
	border: 2px solid rgb(200,150,0);
	background-color: rgb(240,220,80);
}

.side ul {
	margin-bottom: 10px;
	background-color: rgb(240,220,80);
}

.side li {
	background-color: rgb(240,220,80);
	margin-left: 45px;
	padding-bottom: 3px;
	list-style-type: circle;
	font-size: 16px;
	font-weight: normal;
}

.side h2 {
	margin: 0 0 15px 10px;
}

.side h3 {
	margin-left: 0;
	margin: 0 0 15px 10px;
	font-size: 20px;
	font-weight: normal;
}




h1 {
	padding: 10px 0;
	font-weight: normal;
	font-size: 18px;
}

h1 span {
	background-color: rgb(215,215,215);
	display: inline;
	width: auto;
	margin-left: 12px;
	padding: 6px 8px;
}

h2 {
	text-align: center;
	padding: 30px 0 10px 0;
}
.body * h2 {
	padding: 0px;
}

h3 {
	margin-top: 30px;
}
.middle h3 {
	margin-left: -20px;
	font-size: 20px;
}

h4 {
	margin: 0px;
	padding: 0px;
}

h4.floatnote {
	color: rgb(100,100,100);
	text-align: center;
}

div.middle {
	margin-right: 45px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-left: 100px;
}

ul.horizontal {
	margin-left: 5px;
	display: inline;
	counter-reset: horiz;
}

ul.horizontal li {
	display: inline;
	margin-right: 10px;

}

ul.horizontal li:before {
	content: counter(horiz, disc) " ";
	margin-right: 10px;
}

ul.horizontal li:first-child:before {
	content: "";
}

ul.packed {
	margin: 0; padding: 0;
}

ul.packed li {
	margin-right: 0px;
	padding-right: 3px;
}
ul.packed li:before {
	margin-right: 0px;
	padding-right: 3px;
}

.filler {
	clear: both;
	padding: 0 !important;
	margin: 0 !important;
	height: 230px;
	position: relative;
	font-size: 30px;
}

.filler span {
	position: relative;
	top: 50%;
}

.footer {
	position: relative;
	min-height: 5%;
	height: 5%;
}

.footer .copy
{
	font-size: 12px;
	float: left;
	position: absolute;
	top: 50%;
	margin-left: 10px;
	height: 15px;
	overflow: hidden;
}

.footer .right
{
	float: right;
}

.footer img {
	width: 66px;
	height: 20px;
	border: 0;

}

.footer a {
	margin-right: 10px;
	border: 0;
}

.footer a:hover {
	padding-bottom: 0px;
}

