body {
	text-align: center;
	background: #C6C6C6;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#container {
	text-align: left;
	margin: 10px 5% 10px 5%;
	width: 90%;
	background: #FFF;	/* this adds nice background for the container */
}

#nav {
	float: left;
	width: 14%;
	height: 175px;
	display: inline;
	margin-left: 20px;
	padding: 15px 0;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid gray
}

#nav li {
	padding: 10px 15px 10px 15px;
	border-top: 1px solid gray;
}

#nav a:link {
	color: #888;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
}

#nav a:visited {
	color: #888;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
}

#nav a:hover, a:active {
	color: #12AD2B;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
}

#content {
	text-align: justify;
	float: left;
	width: 75%;
	margin-left: 0px;
	padding: 10px 5px 0px 50px;
	background: url(images/v_line.gif) repeat-y;
}

#content a:link {
	color: #12AD2B;
	text-decoration: none;
	font-size: 9pt;
}

#content a:visited {
	color: #12AD2B;
	text-decoration: none;
	font-size: 9pt;
}

#content a:hover, a:active {
	color: #12AD2B;
	text-decoration: underline;
	font-size: 9pt;
	font-weight: normal;
}

#footer {
	clear: both;
	background: #FFF;
	color: #444;
	padding: 15px 0px 15px 0px;
	text-align: center;
	font-size: 80%;
}

h1 {
	margin-top: 0px;
	margin-bottom: 10px;
	color: #003300;
	font-weight: normal;
	font-size: 20pt;
	font-family: "Brush Script MT", "Mistral", sans-serif;
}

h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	color: #003300;
	font-weight: normal;
	font-size: 16pt;
	font-family: "Brush Script MT", "Mistral", sans-serif;
}

h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #003300;
	font-weight: bold;
	font-size: 10pt;
}
