BODY
{
	background-color: #dfe3c9;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    color: #333333;
}

INPUT, TEXTAREA, SELECT {
	font-family: arial;
	font-size: 10pt;
}

TABLE, TR ,TD {
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    color: #333333;
    margin-top: 0px;
}


.footer{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    color: #333333;
    margin-top: 0px;
    text-align: center;
}

A:link, A:visited, A:active {
	font-weight: bold;
	color: #006443;
	text-decoration: none;
	background-color: none;
}
A:hover {
	font-weight: bold;
	color: #00a550;
	text-decoration: none;
	background-color: none;
}


A:link.home, A:visited.home, A:active.home {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: none;
}
A:hover.home {
	font-weight: bold;
	color: #f4c431;
	text-decoration: none;
	background-color: none;
}


IMG {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border: 0px;
}

H1 {
	color: #006543;
	font-size: 16pt;
}


H3 {
	color: #669933;
	font-size: 11pt;
}



input.btn {
	background-color: transparent;
	border: 0px;
	padding: 0px;
	background-position: center center;
	background-repeat: no-repeat;

	margin: 0px;
	max-width: 70px;
	max-height: 18px;
	cursor: hand;
}

.PagingMenu {
	width: 70px;
	height: 18px;
}

.start{ background-image: url("../images/b_start.gif"); }
.prev{ background-image: url("../images/b_backward.gif"); }
.next{ background-image: url("../images/b_forward.gif"); }
.end{ background-image: url("../images/b_end.gif"); }

li {margin-bottom:10px;}

#topmenu {
width: 900px;
	font-weight: bold;
	color: #006443;
position: relative;

margin: 5px auto 5px;
height: 20px;
}

#topmenu ul {
position: absolute;
left: 0;
top: 7px;
margin: 0;
padding: 0;
height: 15px;
}



#topmenu li{
	padding: 0 7px 5px 5px;
	list-style-type: none;
	float: left;
	border-right: 0px solid #006443;
	background: url(../images/seperator.gif) no-repeat right 2px; 

}


#topmenu li.last{
	padding: 0 7px 5px 5px;
	list-style-type: none;
	float: left;
	border-right: 0px solid #006443;
	background: none; 

}



#marqueecontainer{
position: relative;
width: 230px; /*marquee width */
height: 250px; /*marquee height */
background-color: transparent;
overflow: hidden;
border: 0px solid orange;
padding: 2px;
padding-left: 4px;
margin-top: 125px; 
margin-left: 0px; 
text-align: left;
}


/*ie7 hack*/
*+html  #marqueecontainer {
padding-left: 4px;
margin-top: 0px;
	}




