html {
	overflow: -moz-scrollbars-vertical;	
}

html, body {
	margin: 0px;
	font-family: Arial, Verdana, Helvetica;
	font-size: 14px;
}

a {
	color: #334295;
}

a:hover {
	text-decoration: none;
}

.container {
	border: 2px solid #b00;
}

.topBar {
	font-size:12px;
	text-align:center;
	padding:3px;
	border-top: 2px solid #b00;
	border-bottom: 2px solid #b00;
}

.topBar a {
	text-decoration: none;
	font-weight: bold;
}

.topBar a:hover {
	text-decoration: underline;
}

.leftNav {
	vertical-align: top;
	font-size: 12px;
	padding: 3px;
}

.leftNav a {
	text-decoration: none;
}

.leftNav a:hover {
	text-decoration: underline;
}

.navHeader {
	background-color: #334295;
	margin-bottom: 10px;
	padding: 1px 4px 1px 4px;
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
}

.navHeader:hover {
	text-decoration: none;
}

.navDropDown {
	margin: -10px 4px 0px 4px;
}

.content {
	border-left: 2px solid #b00;
	padding: 3px;
	text-align: justify;
	vertical-align: top;
}

.content h2 {
	margin-top: 0px;
	color: #334295;
}

.footer {
	border-top: 2px solid #b00;
	text-align: center;
	padding: 3px;
	font-size: 12px;
}