/* CSS Document */

body {
	margin: 0px;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	display: block;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}

.banner {
	color: #000066;
	font-size: 200%;
	font-weight: bold;
	height: 70px;
	width: 75%;
}

.banner-right {
	color: #000066;
	background: #9999FF;
	font-size: 70%;
}

#navbar {
	font-size: 70%;
	font-weight: bold;
	vertical-align: middle;

}
#navbar a {
	color: #FFFFFF;

}

.sidebar-top {
	font-weight: bold;
	color: #FFFFFF;
	width: 140px;
	text-align: center;
	background-color: #003399;
}
.sidebar {
	width: 140px;
	font-size: 85%;
	margin-top: 3px;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #000066;
	background-color: #9999FF;
	color: #FFFFFF;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 3px;
}

.footer {
	vertical-align: middle;
	font-size: x-small;
	border-top: 4px solid #CCCCFF;
	text-align: center;
}
