/* CSS Document */
body {
	background: url(/images/background/chainbkg2.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	color: #000000
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
td img {
	display: block;
}
#content {
	margin-right: 10px;
	margin-left: 10px;
	padding: 0px;
	width: 99%;
	height: 510px;
	overflow-y: scroll;
	overflow-x: none
}

#floatMenu 
{
	position: relative;
	top: 10px;
}

/* Nav Bar */

div#navbar {
	margin-top: 10px;
}
div#navbar ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div#navbar li {
	list-style-type: none;
	height: 25px;
	width: 120px;
	margin-bottom: 8px;
	text-align: left;
}
div#navbar li a {
	height: 100%;
	width: 100%;
	padding-left: 5px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #003366;
	line-height: 25px;
	border-style: solid;
	border-bottom-color: #003300;
	border-right-color: #003333;
	border-left-color: #003333;
	border-top-color: #003399;
}
div#navbar li a:hover {
	background-color: #0080C0;
	border-style: solid;
	border-bottom-color: #0080B0;
	border-right-color: #008089;
	border-left-color: #008089;
	border-top-color: #0080A3;
}
