
/* CSS Stylesheet */ 

body {
	margin:20px;
	background:#1e3d1e;
	color: #1e3d1e;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0;
 }

#outer {
	text-align:left;
	border:1px solid #1e3d1e;
	width:800px; 
	margin:auto;
 }

#header {
	background:#eeeeee;
	color: #333333;
 }

#bar {
	height:25px;
	background:#c0c0c0;
	color: #333333;
	border:solid #000000;	
	border-width:1px 0 1px 0;
 }

#bodyblock {
	position:relative;
	background: #FFFFFF;
	color: #000000;
	width:800px;
	padding:0;
 }

#l-col {
	float:left;
	background:#FFFFFF;
	color: #333333;
	width:200px;
 }
#navigation ul{
	padding-left:20px;
}
#navigation li{
	padding-bottom:20px;
}
#navigation a:link, #navigation a:visited{

	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background-color: transparent;
	text-decoration: none;
	color:#006600;
	border-bottom: 1px dotted #006600;
}
#navigation a:hover, #navigation a:active{

	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background-color: transparent;
	text-decoration: none;
	color:#FF9900;
	border-bottom: 1px dotted #FF9900;
}

#content {
	width:570px;
	background:#ffffff;
	color: #000000;
	padding: 10px;
	text-align:left;
 }
 
#content p {
	font-size: 80%;
	padding-left:2em;
	line-height: 1.8em;
	text-align:left;
}
#content a:link, #content a:visited {
	text-align:left;
	color: #006600;
	background-color: transparent;
	text-decoration: none;
	border-bottom: 1px dotted #006600;
}
#content a:hover, #content a:active {
	text-align:left;
	color: #FF9900;
	background-color: transparent;
	text-decoration: none;
	border-bottom: 1px dotted #FF9900;
}
#content h1 {
	text-align:left;
	font-size: 130%;
	font-weight:bold;
	color:#660000;
	background-color: transparent;
}
#content h2 {
	text-align:left;
	font-size: 120%;
	color: #940D1E;
	padding-right: 20px;
	background-color: transparent;
}
#content h3 {
	font-size: 90%;
	color: #999900;
	padding-right: 20px;
	background-color: transparent;
	padding-left:4em;
	text-align:left;
}
#content .email a:link, #content .email a:visited {
	text-align:left;
	font-size: 90%;
	color: #999900;
	background-color: transparent;
	text-decoration: none;
	margin-left:4em;
	border-bottom: 1px dotted #666666;
}
#content .email a:hover, #content .email a:active{
	text-align:left;
	color: #006600;
	background-color: transparent;
	text-decoration: none;
	border-bottom: 1px dotted #006600;
	margin-left:4em;
}
#content .intro p {
	font-size: 80%;
	font-style: italic;
	line-height: 1.8em;
	padding-left: 2em;
	padding-right: 20px;
	text-align:justify;
}
#content .description p {
	font-size: 70%;
	line-height: 1.5em;
	padding-left: 6em;
	padding-right: 4em;
	text-align: left;
}
#content .description a:link, #content .description a:visited {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
}
#content .description a:hover , #content .description a:active{
	color: #006600;
	background-color: transparent;
	text-decoration: none;
	border-bottom: 1px dotted #006600;
}
#content .disclaimer p {
	font-size: 70%;
	line-height: 1.5em;
	padding-left: 2em;
	padding-right: 20px;
	text-align: left;
}

#footer {
	height:50px;
	background:#FFFFFF;
 	margin:0;
 	text-align:center;
	font-size: 70%;
	padding:5px;
	padding-top:20px;
	color:#000000;
	
 }
 
#footer a:link, #footer a:visited {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}

#footer a:hover, #footer a:active{
	color: #006600;
	background-color: transparent;
	text-decoration: none;
	border-bottom: 1px dotted #006600;
}