body {
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #000000;
	font-size: x-small;
	line-height: 140%;
	background-image:url(images/spacer.gif);
	background-repeat:repeat-x;
}



#header {
	background-color: #000000;
	position: absolute;
	height: 70px;
	width: 100%;
	left: 0px;
	top: 0px;
}
a {
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	}
	
a:hover {
text-decoration:underline;
}
	
#menubar {
	display:block;
	position: absolute;
	left: 14px;
	top: 90px;
	width: 140px;
}
	
#menubar_temp {
	width:100%;
	}

.menu_item {
	font-size:small;
	color:#FFFFFF;
	background-color:#000000;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.menu_item a {
	font-weight:bold; 
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
	}
 .menu_item a:hover {
	color:#fe0000;
	text-decoration:none;
	}

#body {
	position:absolute;
	left:254px;
	top:96px;
	right:20px;
	}
p {
	margin: 0px;
	margin-right:20px;
	border: 0px;
	padding-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
	margin:0px;
	line-height:120%;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	}
	
h3 {
	color:#fe0000;
	text-align:center;
	margin-bottom: 10px;

}

h4{
	font-size:100%;
	color: #FF0000;
	font-style:oblique;
	}
blockquote {
	margin-top:0px;
}
ol {
	margin-top: 0px;
	margin-right:20px;
}
#leftside {
	position:absolute;
	top: 118px;
	left:8px;
	width:240px;
	font-size:90%;
	font-style:oblique;
	}

table {
	margin-bottom:10px;
	border: thin solid #000000;
	vertical-align: top;
}
td { 
padding-left:4px;
padding-right:2px;
padding-top:2px;
vertical-align:top;
text-align:left;
/*font-size:90%; */
line-height:120%;
}

td a:link {
	font-weight:bold;
	text-decoration:none;
	}
td a:hover {
	/* color:#999999; */
	text-decoration:underline;
	}
th {
padding-left:4px;
padding-right:2px;
padding-top:2px;
	font-weight: bold;
	color: #fe0000;
	background-color:#eeeeee;
	text-align: left;
}
ul {
	margin-top: 0px;
	margin-bottom: 4px;
}
strong {
	color: #FF0000;
	font-style:oblique;
}
#alt_body {
}

.box {
	border: thin solid;
	}

.second_row {	
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	}

.top_row {
	background-color:#eeeeee;
	color:#Fe0000;
	font-weight:bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}

.top_row_rhs {
	position:inherit;
	text-align:right;
	}
