@charset "utf-8";
#Navigation_main {
	background-color: #2975FF;
	height: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/Navigation.jpg);
}
#Navigation_main ul {
	margin: 0px;
	padding: 0px;
	list-style-type: square;
}
#Navigation_main ul li {
	display: inline;
}
#Navigation_main ul li a {
	padding: 7px;
	float: left;
	height: 12px;
	text-decoration: none;
	margin-top: 1px;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 20px;
}
#Navigation_main ul li a:link, #Navigation_main ul li a:visited {
	color: #FFFBF0;
}
#Navigation_main ul li a:hover {
	background-color: #291C52;
}
.twoColFixRtHdr #container #header {
	background-color: #FFFFFF;
}
.twoColFixRtHdr #container #sidebar1 a {
	height: 10px;
	font-size: 10px;
	color: #003366;
	border-bottom: 2px;
	text-decoration: none;
}
.twoColFixRtHdr #container #sidebar1 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.twoColFixRtHdr #container #sidebar1 a:hover {
	color: #2186EF;
}

