@charset "utf-8";
/* CSS Document */

html {
     overflow: -moz-scrollbars-vertical;
}

html, body {
	background-color: #E5EFCE;
}

strong, b {
	color: #2F3B3B;
}

.container {
	width: 780px;
	border: 2px solid #2F3B3B;
}

.header {
	border-bottom: 2px solid #2F3B3B;
}

.nav {
	width: 180px;
	vertical-align: top;
	padding: 5px 3px 5px 3px;
	font-size: 14px;
}

.nav a {
	color: #2F3B3B;
	text-decoration: none;
}

.content {
	border-left: 2px solid #2F3B3B;
	text-align: justify;
	vertical-align: top;
	width: 586px;
	padding: 5px 3px 5px 3px;
}

.content h2 {
	color: #2F3B3B;
	margin-top: 0px;
}

.footer {
	border-top: 2px solid #2F3B3B;
	text-align: center;
	color: #2F3B3B;
	padding: 3px;
}