/* GENERAL */

html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #68a556;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-repeat: repeat-y;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
	font-size: 12px;
	color: #FFFFFF;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

hr {
	height: 1px;
	background-color: #eecd04;
	color: #eecd04;
}


/* MAIN DIVS */

.topyellowband {
	width: 100%;
	height: 22px;
	background-color: #ffce00;
	color: #ffffff;
	text-align:center;
	line-height:20px;
	z-index:2;
}

#topyellowband a{
	margin-left:20px;
	margin-right:20px;
	text-decoration:none;
	color:#006600;
	font-weight:bold;
}

#topyellowband a:hover{
	color:#FF0000;
}


#header {
	width:100%;
	height:108px;
	background-color:#68a556;
	background-image:url(images/topheader.gif);
	background-repeat:no-repeat;
	background-position:center;

}

#framework {
	text-align: center;
}

#footer {
	text-align: center;
}

#navlist
{
padding: 0 0px 0px;
margin: 0;
font: bold 12px Verdana, sans-serif;
line-height:22px;
}

#navlist li
{
list-style: none;
margin-left:5px;
margin-right:5px;
display: inline;
padding-top:150px;
}

#navlist li a
{
background: #ffce00;
text-decoration: none;
}

#navlist li a:link { color:#006600; }

#navlist li a:hover
{
color: #FFFFFF;
background:#FF0000;
}

#middlecont
{
	width:100%;
	height:595px;
	background:url(images/grad.jpg);
	background-repeat:repeat-x;
}

#middle {
	background-color:#43963a;
	width:954px;
	height:595px;
	background-repeat:no-repeat;
	background-position:right;
	z-index:1;
}

#greenbit {
	background-color:#43963a;
	width:954px;
	height:10px;
	background-repeat:no-repeat;
	background-position:right;
	z-index:1;
}

#lcol
{width:145px;
float:left;
}

#rcol
{width:809px;
float:left;
text-align:left;
background:url(images/bg.jpg);
height:595px;
}

#rcol p
{padding-left:15px;}


/* FONTS */

.pageHeader {
	font-size: 20px;
	font-weight: bold;
}

.yellBold {
	color: #ffce00;
	font-weight: bold;
	background-color: transparent;
}

h1
{
margin-bottom:10px;
font-size: 20px;
font-weight: bold;
margin-top:0px;
padding-left:15px;
}

a.footer
{
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}
