body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0a5f7b;
	line-height: 15px;
}
body {
	margin: 0px;
	background-image: url(images/bkg.gif);
}
a {
	text-decoration: underline;
}
a:link {
	color: #0a5f7b;
}
a:visited {
	color: #0a5f7b;
}
a:hover {
	color: #0a5f7b;
	text-decoration: none;
}
a:active {
	color: #0a5f7b;
}
ul {
	list-style: disc outside;
	margin-left: 8px;
	padding-left: 8px;
}
h1 {
	color: #0a5f7b;
	font-weight: bold;
	font-size: 14px;
}
.header {
	color: #0a5f7b;
	font-weight: bold;
}
.menu {
	text-align: left;
	vertical-align: top;
	line-height: 22px;
	margin: 0px 0px 10px 7px;
	padding: 0px 0px 10px 7px;
}
.menu a:link{
	text-decoration: none;
}
.box_border {
	text-align: left;
	vertical-align: top;
	border: 1px solid #3c7689;
	margin: 10px;
	padding: 10px;
}
.box_border2 {
	text-align: left;
	vertical-align: top;
	border: 1px solid #3c7689;
	margin: 20px;
	padding: 20px;
}
.bkg_right {
	background-image: url(images/bkg-right.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #FFFFFF;
}
.bkg_left {
	background-image: url(images/bkg-left.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #FFFFFF;
}
.footer {
	color: #808080;
	font-size: 10px;
	text-align: center;
	margin: 10px 0px 20px;
	padding: 10px 0px 20px;
}
.footer a:link{
	color: #808080;
}
.footer a:visited {
	color: #808080;
}
.footer a:hover {
	color: #808080;
}
.navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 116px; /* Width of Menu Items */
	border-bottom: 1px solid #D2EFF9;
	background: #FFFFFF; /* IE6 Bug */
	line-height: 11px;
	font-size: 12px;
	}
	
.navigation ul li {
	position: relative;
	background: #FFFFFF; /* IE6 Bug */
	}
	
.navigation li ul {
	position: absolute;
	left: 115px; /* Set 1px less than menu width */
	width: 130px; /* Width of Menu Items */
	top: 0;
	display: none;
	font-size: 12px;
	background: #FFFFFF; /* IE6 Bug */
	}

/* Styles for Menu Items */
.navigation ul li a {
	display: block;
	text-decoration: none;
	background: #FFFFFF; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #D2EFF9; /* IE6 Bug */
	border-bottom: 0;
	font-size: 12px;
	}

	
/* Holly Hack. IE Requirement \*/
* html .navigation ul li { float: left; height: 1%; }
* html .navigation ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; } /* The magic */

.navigation a:hover {
	background: #85D4F0;
}