/* CSS Document */

/* ________________ general ________________ */

body
	{
	margin: 0;
	padding: 0;
	color:#000000;
	background-color: #669966;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	text-transform: capitalize;
	font-variant: small-caps;
	}
	
a
	{
	color: #669966;
	text-decoration: none;
	border-bottom-style: none;
	font-weight: bold;
	}
	
a:visited
	{
	color: #669966;
	font-weight: bold;
	text-decoration: none;
	border-bottom-style: none;
	}
	
a:hover
	{
	color: #666;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #FF6600;
	}
	
acronym
	{
	cursor: help;
	font-style: normal;
	border: none;
	}
	
h1
	{
	font-size: 300%;	
	}
	
h2
	{
	font-size: 2em;
	font-weight: normal;
	margin: 0 0 0.7em 0;
	padding: 0;
	}
	
h3
	{
	width: 420px;
	height: 20px;
	margin: 1.2em 0 0.8em 0;
	}
	
p
	{
	text-indent: 1.5em;
	font-size: 88%;
	margin: 0 0 0.6em 0;
	}

/* The following hack is to correct paragraph text size in IE/WIN */

/* \*/ * html body p { font-size: 80%; } /* */


/* ________________ containers ________________ */


#container
	{
	position: relative;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 842px;
	background-color: #CCFFCC;
	background-image: url(../headerimage.jpg);
	background-repeat: no-repeat;
	}
	
#navigation
	{
	position: relative;
	text-align: center;
	margin-top: 0;
	margin-left: 16px;
	padding-top: 220px;
	width: 810px;
	height: 33px;
	color: #336633;
	overflow: hidden;
	}

#maincontent
	{
	position: relative;
	margin: 0;
	padding-top: 10px;
	width: 840px;
	}
#text
	{
	position: relative;
	margin: 0;
	width: 800px;
	text-transform: none;
	font-variant: normal;
	}

/* ________________ lists & typographical ________________ */
	
#container h1 span
	{
	display: none;
	}

#minitabs ul
	{
	list-style: none;
	margin: 0;padding: 7px 0;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
	}
	
#minitabs ul li
	{
	display: inline;
	margin: 0 2px;
	}
	
#minitabs ul a
	{
	text-decoration: none;
	padding: 0 0 3px;
	color: #336633;
	border-bottom-style: none;
	}
	
#minitabs ul a:hover
	{
	color: #666;
	border-bottom: 3px solid #FF6600;
	}	
#image
	{
	position: relative;
	width: 770px;
	}
#image a
	{
	color: #669966;
	border-bottom-style: none;
	}
#image a:hover
	{
	color:#FF6600;
	}
.left
	{
	float: left;
	margin-right: 10px;
	margin-left: 5px;
	}
	
.right
	{
	float: right;
	margin-left: 15px;
	}
