/* STANDARDS */

* {
	margin: 0px;
	padding: 0px;
}
th {
	padding:3px;
	text-decoration: none;
	font-weight:bold;
	font-family:verdana, arial;
	font-size:11px;
	color: #666666;
}
td {
	padding:3px;
	text-decoration: none;
	font-family:verdana, arial;
	font-size:11px;
	color: #666666;
}
body {
	background: #99CC66;
	font-family: Verdana;
}
a {
	text-decoration: underline;
	font-family:verdana, arial;
	color: #996633;
	border: none;
	font-size: 11px;
}
img {
	border:none;
}
.greyfont {
	text-decoration: none;
	font-family:verdana, arial;
	font-size:11px;
	color: #666666;
	BORDER: none;
}
.menufont {
	text-decoration: none;
	font-family:verdana, arial;
	font-size:11px;
	color: #666666;
	BORDER: none;
}
.contentfont {
	text-decoration: none;
	font-family:verdana, arial;
	font-size:11px;
	color: #666666;
	BORDER: none;
}
.contenttitlefont {
	text-decoration: none;
	font-family:verdana, arial;
	font-size:12px;
	color: #666666;
	font-weight: bold;
	BORDER: none;
}
.footerfont {
	text-decoration: none;
	font-family:verdana, arial;
	font-size:9px;
	color: #CCCCCC;
	BORDER: none;
}
h1 {
	text-align: left;
	text-decoration: none;
	font-family:verdana, arial;
	font-size:14px;
        font-weight: bold;
	color: #333300;
	border-bottom: #CCCCCC solid 1px;
}
hr {
        width: 100%;
        height: 1px;

}


/* STRUCTURAL */

.container {
	width: 800px;
	clear: both;
	margin: 0px;
	border-left: solid 3px #CCFF99;
	border-right: solid 3px #CCFF99;
	border-bottom: solid 20px #CCFF99;
	background: #FFFFFF;

}



/* HEADER */

.header {
	width: 100%;
        padding: 0px;
        padding-left: 4px;
        padding-top: 2px;
        padding-bottom: 2px;
	background: #669933;
	border-left:  0px solid #CCCCCC;
	border-right:  0px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
	text-decoration: none;
	font-family:verdana, arial;
	font-size:9px;
	color: #FFFFFF;

}

.titlepic {
	width: 100%;
	height: 110px;
	background: url(images/Logo.gif) no-repeat center bottom;
}
.menubar {
	width:100%;
	border-left:  0px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	text-align: center;
}


.content {
        width: 764px;
	text-align: left;
	margin-left: 12px;
	margin-right: 12px;
	padding-top: 15px;
	margin-bottom: 10px;
}

.clearer {
        clear: both;
        height: 15px;
}


.footer {
	width: 680px;
	height: 30px;
	background: #FFFFFF;
	text-align: center;
}


/* NAVIGATION */

#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	background-color: #336600;
	color: #FFFFFF;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 6px;
	padding-left: 6px;
	background-color: #669933;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	font-size: 9px;
}

#navcontainer ul li a:hover {
	background-color: #336600;
	color: #fff;
}



