body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:link, a:visited {
	font-size: 12px;
	color: #1958B7;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
#menu {
	width: 180px;
	border-right: 1px solid #000;
	margin-bottom: 1em;
	background-color: #90bade;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
	margin-top: 5px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#menu li {
	margin: 0;
}
#menu li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	background-color: #2175bc;
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	font-weight: bold;
}
#menu ul li ul li a {
	color:#FFFFFF;
	text-indent: 0.5em;
	background-color: #508FC4;
	font-weight: normal;
}
html>body #menu li a {
	width: auto;
}
#menu li a:hover {
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
}
#menu ul li ul li a:hover {
	color:#000000;
}
.footer {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #2175BC;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #1958B7;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #508fc4;
}
.copyright {
	font-size: 9px;
	text-align: center;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	background-color: #2175bc;
	color: #ffffff;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
}
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

.floatLeft {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
}
h2, h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	font-size: 14px;
	color: #1958b7;
	text-decoration: none;
}
.floatRight {
	float: right;
	padding-left: 10px;
	margin-left: 10px;
}
.menuBack {
	background-image: url(../IMAGES/newImages/squares-logo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bottomLine tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1958B7;
}
.loggedin {
	text-align: right;
	margin-top: 5px;
	margin-right: 5px;
	padding-top: 5px;
	padding-right: 5px;
}
