/* CSS Document */

body {
	text-align:center;
	background:#d1d1d1;
	padding:0px;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
a:link  {
	color : #588526;
	text-decoration : none;
	font-weight: bold;
}
a:visited  { color : #588526; text-decoration : none; font-weight: bold; }
a:hover  { color : #588526; text-decoration : underline; font-weight: bold; }
a:active  { color : #588526; text-decoration : underline; font-weight: bold; }

H1 { 
	text-shadow: #999 2px 2px 2px;
	margin-bottom: -13px; 
}

H2 { 
	text-shadow: #999 2px 2px 2px;
	color: #588526; 
	font-size: 16px;
}

H3 { 
	margin-bottom: -10px;
	text-shadow: #999 2px 2px 2px; 
}

#mainContainer {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #666666;
	border-left-color: #666666;
	width: 800px;
	height: 1200px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding: 0;
	text-align: left;
}

#content {
	height: auto;
	width: 500px;
	position: absolute;
	left: 21px;
	top: 256px;
}

#content p {
	padding: 0;
	margin: 10px 0 10px 0;
	color: #666;
	line-height: 17px;
}

#content a:link  {
	color : #588526; 
	text-decoration : none;
	font-weight: bold;
}

#content a:hover  {
	color : #588526; 
	text-decoration : underline;
	font-weight: bold;
}

#rightCol {
	height: auto;
	width: 200px;
	top: 30px;
	margin-left: 537px;
	position: relative;
	left: 34px;
}

#rightCol p {
	padding: 0 5px 0 5px;
	margin: 0 0 5px 0;
	color: #666;
}

#rightCol a:link, #rightCol a:visited {
	color: #588526;
	text-decoration : none;
	padding: 4px 6px;
	display: block;
	width: 185px;
	background-color: #e1e1e1;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #588526;
	font-weight: normal;
}

#rightCol a:hover  {
	background-color: #588526;
	color: #fff;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#footer {
	width: 800px;
	height: 30px;
	background-color: #000;
	top: 1170px;
	color: #999999;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#footer p {
	padding: 0 0 0 10px;
	font-size: 9px;
}

.footerLinks {
	position: absolute;
	right: 10px;
}
