
body	{background-color: #ffffff;
	color: #000066;
	}

h1	{color: #ffffff;
	background-color: #33cc66;
	margin-top: 0;
	}

h2	{
	color: #000066;
	background-color: #33cc66;
	margin-top: 0;
	font-size: 1.3em;
	}

p.indent{
	margin:10px 0px 10px 80px;
	}

span.gg{
	background-color:#33cc66;
	font-size:150%;
	}

div#header	{text-align: center;
	}

div#container	{width: 700px;
	font-size: 1.1em;
	margin-left: auto;
	margin-right: auto;
	border-top: solid 1px #006600;
	border-right: solid 1px #006600;
	border-left: solid 1px #006600;
	border-bottom: solid 1px #006600;
}


div#content	{width: 640px;
	font-size: 0.9em;
	line-height: 1.4;
	margin-left: auto;
	margin-right: auto;
	}


div#content hr	{color: #006600;
	background-color: #006600;
	height: 1px;
	margin-top: 40px;
	margin-bottom: 20px;
	}





div#footer	{font-size: 1.2em;
	color: #ffffff;
	background-color: #33cc66;
	margin-top: 25px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 6px;}

div#footer a { text-decoration: none ;
	color: #ffffff;}
div#footer a:visited { color: #ffffff; }
div#footer a:hover {color:#ffff00;
	text-decoration: underline; }


ul#menu	{font-size: 1.0em;
	margin-top: 1px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	height: 34px;
	width: 640px;
	background-color: silver;}

ul#menu li	{list-style-type: none;
		font-weight: 600;
		border-right: solid 2px #ffffff;
		width: 100px;
		line-height: 34px;
		float: left;}

ul#menu li a	{display: block;
	text-decoration: none;
	text-align: center;
	color: #000066;
	background-color: #33cc66;
	border-bottom: solid 1px #ffffff;}

ul#menu li a.current {background-color: #FF6633;}

ul#menu li a:hover	{background-color: yellow;
			color: red;
			}


