html {
	height: 100.0%;
}

body {
	background-color: #0ffff;
	background-image: url(../images/gr4b.gif);
	margin: 0px 0px 0px 0px;
    background-repeat: repeat;
    background-position: center top;
    padding: 0px;
	FONT-FAMILY: "century gothic", Helvetica, Arial, serif;
}

h2 {
	font-size: 1.3em;
	margin-top: 0px;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	color:#cc6000;
}

h4 {
	text-decoration: underline;
	font-weight: normal;
	font-size: 1em;
}

a {
	color: #000000;
}

a:hover {
	color: #CC0000;
}

ol li {
	margin-bottom: 10px;
}

#container {
	width: 980px;
 	margin-right: auto;
 	margin-left: auto;
 	margin-top: 10px;
	background-position: top;
 	padding: 0px;
}

#content {
	background-color: #FFFFFF;
 	width: 960px; top: 0px;
 	float: left;
 	padding-left: 28px;	padding-right: 28px; padding-bottom: 10px; 
	z-index: 3;
 }

#header {	
	background-color: 	#cccccc;
	width: 980px;
 	float: left;
 	padding-top: 5px;
 	padding-right: 15px;
	padding-left: 20px;
 	TOP: 0px; 
	HEIGHT: 50px;  
	z-index: 2;
}

#header H1 {MARGIN: 0; 	TOP: 12px; 	TEXT-ALIGN: left; COLOR: white; text-shadow: 1px 1px 0px #000000; text-transform:uppercase; 
font-size:35px;	 font-weight:bold; 	
}
 

#menu {
	width: 125px;
	padding-top: 20px;
	float: left; TEXT-ALIGN: center;
}

#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menu li {
	text-align: right;
	margin-bottom: 3px;
	width: 135px;
}

#menu ul a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	font-size: 0.9em;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 3px;
}

#menu li a:hover, #menu .thispage {
	color: #FFFFFF;
	background-color: #CC6000;
}

#menu p {
	text-align: right;
}

#menu li a {
	text-align: right; font-size: 0.9em;
}
#menu a {
	 font-size: 0.7em;
}
#submenu {
	font-size: 0.8em;
}

#submenu ul a {
	color: #CC0000;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CC0000;
	margin-right: 10px;
}

#submenu ul a:hover {
	color: #FFFFFF;
	background-color: #000000;
}


#footer{	
	background-color: #cccccc;
	height: 75px; width: 980px;
 	float: left;
 	padding-top: 5px;
 	padding-right: 15px;
	padding-left: 20px;
 	BORDER: #ffffff 0px solid; 
	z-index: 2;
}

.hidden {
	display: none;
}

.floatright {
	float: right;
	margin-left: 10px;
}

.floatleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.floatclear {
	clear: both;
}

.img { border: 0; }
