@charset "utf-8";
/* CSS Document */

#container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 760px;
	height: auto;
	margin: 0 auto;
	background: #FFFFFF;
	border: 0.2em solid #000099;
	color: #000066;
}
body {
	background: #00aeef url(../images/background.gif) repeat-x;
	font-size: small;
}
#navcontainer {
	border-top: 0.2em solid #000099;
	border-right: 0em none #000099;
	border-bottom: 0.2em solid #000099;
	border-left: 0em none #000099;
	font-size: small;
	color: #FFFFFF;
	text-align: center;
	background: #9E0B0F;
}
#navcontainer ul {
	padding: .2em 0;
	margin: 0;
	list-style-type: none;
}
#navcontainer li {
	display: inline;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#navcontainer a{
	Color: #FFFFFF;
	text-decoration: none;
}
#navcontainer a:hover {
	text-decoration: underline;
}
#mainbody {
	padding: 10px;
}
#mainbody a{
	Color: #000066;
	text-decoration: underline;
}
#mainbody a:hover {
	Color:#0099FF;
	text-decoration: none;
}
#footer {
	font-size: x-small;
	background: #9E0B0F;
	text-align: center;
	padding: 5px;
	border-top: .2em solid #000099;
	border-right: .2em none #000099;
	border-bottom: .2em none #000099;
	border-left: .2em none #000099;
	font-weight: bold;
	color: #FFFFFF;
}
#footer a{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#rightmenu {
	float: right;
	font-size: x-small;
	text-align: center;
	height: 100%;
	width: 150px;
	margin: 4px;
	padding: 4px;
	list-style: url(none) none;
	text-align: center;
	font-weight: bold;
}
#rightmenu a{
	Color: #000066;
	text-decoration: none;
}
#rightmenu a:hover {
	text-decoration: underline;
}	
.floatright {
	float: right;
	margin: 0 0 0px 10px;
 }
 
