/* CSS Document */

#topwrap{
	background-color: #333366;
	height: 84px;
	width: 100%;
}
#navlogo {
	float: left;
	height: 84px;
	width: 190px;
	background-color: #333366;
}
#navlinks{
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 40px;
	margin-right:20px;
	background-color: #333366;
}
#navlinks a:link, #navlinks a:visited{
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
}
#navlinks a:hover, #navlinks a:active{
	color: #66CCFF;
	text-decoration: underline;
	padding-right: 10px;
}
#bar{
	background-image: url(/Images/bar.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 15px;
	clear: both;
	position: relative;
	left: 0px;
	top: 10px;
}

#frontlinks{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 10px;
	margin-right:20px;
	background-color: #333366;
}
#frontlinks a:link, #frontlinks a:visited{
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
}
#frontlinks a:hover, #frontlinks a:active{
	color: #66CCFF;
	text-decoration: underline;
	padding-right: 10px;
}