/****************************************************************************************************
Author="Greenback Graphics" ** Version="1.0"
*****************************************************************************************************


******************************************************************************************************
******************************************************************************************************
defaults                                                                          ######
***************************************************************************************/
body {
	margin:1%;
	min-width:600px; /* nn 6- fix (clipping bug) */
	text-align:center; /* ie fix (margin-auto bug) */
	background:#EFFBF4;
}

* {
	margin:0px;
	padding:0px;
	font-family:arial, verdana, sans-serif;
	font-size:100%;
	font-weight:400;
	letter-spacing:1px;
	list-style:none;
	text-decoration:none;
}

/***************************************************************************************
design                                                                            ######
***************************************************************************************/ 
#outer {
	margin:0px auto;
	width:600px;
	position:relative;
	text-align:left; /* ie fix (margin-auto bug) */
}

#header {
	display:none;
}

#content {
	margin-top:10px;
	padding:10px;
	border:2px solid #000;
	background:#fff;
}

#counter {
	display:none;
}

/***************************************************************************************
menus                                                                             ######
***************************************************************************************/


/***************************************************************************************
content                                                                           ######
***************************************************************************************/
#content h1 {
	margin-bottom:30px;
	font-size:200%;
	color:#185E30;
}

#content h2 {
	margin-bottom:20px;
	font-size:115%;
	color:#185E30;
}

#content ul {
	margin-bottom:15px;
	padding-left:20px;
	font-size:95%;
}
#content li {
	margin-bottom:2px;
	list-style:circle;
}

#content a {
	color:#B41857;
	text-decoration:underline;
}
#content a:visited {
	color:#000;
}
#content a:hover {
	color:#47844D;
}

#content p {
	margin-bottom:15px;
	font-size:95%;
}