html, body  {
	background-color: #a5aea8;
	height: 100%;
	}

body {
	margin: 20px auto;
	padding: 0;
	text-align: center;
	font: 12px/1.5 verdana, arial, helvetica, sans-serif;
	}

a		{ color: #18221b; text-decoration: none; }
a:link		{ color: #18221b; text-decoration: underline; }
a:visited	{ color: #18221b; text-decoration: underline; }
a:active	{ color: #18221b; text-decoration: none; }
a:hover		{ color: #4c7056; text-decoration: underline; padding: 0px }

h1 {
	margin-top: 25px;
	margin-bottom: -0.25em;
	padding-top: 10px;
	font-size: large; /* for IE 5.5 */
	f\ont-size: x-large; /* for compliant browsers */
	}

h2 {
	color: #444;
	margin-bottom: 1.5em;
	padding: 0;
	text-align: center;
	font-size: medium;
	font-weight: bold;
	}

img { border: 0; }

#header {
	background-color: #3f5c47;
	margin: 0px;
	margin-bottom: 10px;
	padding: 15px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	}

#header h1 {
	margin: 0;
	padding: 0 0 0 10px;
	font-size: large; /* for IE 5.5 */
	f\ont-size: x-large; /* for compliant browsers */
	}

#header a,
#header a:link,
#header a:visited,
#header a:active,
#header a:hover {
	color: #FFF;
	text-decoration: none;
	}

.description {
	color: #FFF;
	font-size: small;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 10px;
	font-size: x-small; /* for IE 5.5 */
	f\ont-size: small; /* for compliant browsers */
	}

#container {
	position: relative;
	background-color: #FFF;
	margin: auto;
	/* set special width for IE */
	width: 860px;
	min-height: 780px;
	height: 780;
	/* recover from center-alignment IE hack */
	text-align: left;
	padding: 10px;
	/* poor man's drop shadow effects */
	border-right: 3px solid #555;
	border-bottom: 3px solid #555;
	/* box model parse hack
	hides next rule from IE */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 840px;
	}

html>body #container {
	height: auto;
	width: 840px;
	}

#content {
	float: right;
	width: 70%;
	padding: 10px 40px 10px 10px;
	background-color: #FFF;
	/* border: 1px solid red; */
	}

#links {
	float: left;
	background-color: #b2cdb9;
	width: 20%;
	height: 660px;
	padding: 10px;
	border: 1px dashed #999;
	}

#content a:hover	{ color: #4c7056; text-decoration: underline; padding: 0px }

#footer {
	clear: both;
	position: relative;
	color: #333;
	bottom: 0;
	width: 880px;
	margin: auto;
        text-align: center;
	/* box model parse hack
	hides next rule from IE */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 860px;
	}

html>body #footer {
	height: auto;
	width: 840px;
	}

.firsttitle	{
	text-transform: none;
	color: #325061;
	margin-bottom: 15px;
	font-size: medium; /* for IE 5.5 */
	f\ont-size: large; /* for compliant browsers */
	}

.firstitem	{
	margin-bottom: 60px;
	}

.title	{
	text-transform: none;
	color: #325061;
	margin-bottom: 10px;
	font-size: small; /* for IE 5.5 */
	f\ont-size: medium; /* for compliant browsers */
	}

.side {
	color: #333;
	padding: 2px;
	margin-bottom: 2em;
	line-height: 1.7em;
	text-align: left;
	font-size: xx-small; /* for IE 5.5 */
	f\ont-size: small; /* feed to compliant browsers */
	}

.sidetitle {
	color: #325061;
	padding: 2px;
	margin-top: 10px;
	text-align: center;
	border-bottom: 1px dashed #999;
	}
