/* --------------------------------------------------------- */
/* ------------------------ LAYOUT  ------------------------ */
/* --------------------------------------------------------- */
body {
	background-color: #fff;
	width: 755px;
	margin: 75px 0 50px 50px;
	padding: 0;
}
#leftBar {
	float: left;
	width: 200px;
}
#header {
	margin-bottom: 5px;
}
#mainContent {
	float: left;
	width: 540px;
	margin-left: 15px;
}
#footer {
	border: 1px solid #e5e5e5;
	padding: 5px 0 5px 8px;
}
#footerHome {
	clear: both;
	width: 755px;
	border: 1px solid #ccc;
	padding: 5px 0 5px 8px;
}

/* --------------------------------------------------------- */
/* ------------------------- FONTS ------------------------- */
/* --------------------------------------------------------- */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header {
	font-size: .7em
}
/* ---------------- Navigation ---------------- */
#navMain {
	font-size: .7em;
}
#navMain ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navMain ul li {
	margin-bottom: 5px;
	text-align: right;
}
#navMain a {
	color: #333;
	text-decoration: none;
	display: block;
	width: 200px; /* for IE */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 192px; /* for Mozilla etc. */
	border: 1px solid #e5e5e5;
	padding: 3px 6px 3px 0;
}
#active a {
	color: #fff;
	background-color: #57822B;
}
#navMain a:hover {
	color: #fff;
	background-color: #57822B;
}

/* ---------------- Main Content ---------------- */
#mainContent {
	font-size: .7em;
	line-height: 1.5em;
}
#mainContent a {
	text-decoration: none;
	font-weight: bold;
	color: #336600;
}
#mainContent a:hover {
	text-decoration: underline;
}
#mainContent h1 {
	font-size: 1em;
	font-weight: normal;
	line-height: normal;
	color: #000;
	border: 1px solid #666;
	margin: 0 0 15px 0;
	padding: 29px 0 3px 6px;
}
#mainContent h2 {
	font-size: 1.1em;
	color: #000;
	border-bottom: 1px solid #ccc;
	margin: 0 0 .4em 0;
	padding: .4em 0 0 0;
}
#mainContent h3 {
	font-size: 1em;
	color: #000;
	border-bottom: 1px solid #ccc;
	margin: 0 0 .4em 0;
	padding: .4em 0 0 0;
}
#mainContent h4 {
	font-size: 1em;
	color: #333;
	margin: .4em 0;
}
#mainContent p {
	margin: 0 0 1.5em 0;
}

/* ---------------- Footer ---------------- */
#footer {
	color: #666;
	font-size: .65em;
}
#footer a {
	color: #336600;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footerHome {
	color: #666;
	font-size: .65em;
}
#footerHome a {
	color: #336600;
	text-decoration: none;
}
#footerHome a:hover {
	text-decoration: underline;
}

/* ---------------- Misc ---------------- */
hr {
	border: 0 none;
	border-bottom: 1px solid #666;
	height: 1px;
}
.black {
	color: #000;
}
.text10px {
	font-size: 10px;
}
table {
	border-collapse: collapse;
}