.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
H1, .heading1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #6D5344;
}
H2, .heading2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #44A82E;
}
H3, .heading3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #6D5344;
}
H4, .heading4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #44A82E;
}
.newsbanner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #034B84;
	height: 20px;
}
BODY
{
    background-color: #D8E07B;
    font-family: arial;
}
A, P A
{
	color: #F39308;
	text-decoration: none;
}
A:hover , P A:hover
{
	text-decoration: underline;
}
#container {
width: 882px;
background-image: url('../images/wrapbg.jpg');
background-repeat: repeat-y;
}
#menu {
width: 882px;
height: 25px;
background-color: #F39308;
text-align: left;
padding-top: 5px;
}
#sidebar {
width: 180px;
height: 395px;
float: right;
background-color: #44A82E;
text-align: left;
padding-left: 20px;
padding-top: 40px;
border-top: 1px solid #FFF;
font-weight: bold;
color: #FFF;
}
#sidebar IMG {
padding-right: 10px;
}
#content {
background-color: #FFF;
height: inherit;
padding: 10px;
width: 650px;
float: left;
/*position: relative;
left: -100px;*/
}
#footer {
width: 882px;
height: 15px;
background-color: #F39308;
clear: both;
color: #FFF;
font-size: 8pt;
}
#menu A {
color: #FFF;
text-decoration: none;
border-right: 2px solid #FFF;
width: 40px;
padding-top: 5px;
padding-bottom: 6px;
padding-left: 10px;
padding-right: 10px;
margin: 0px;
font-weight: bold;
display: inline;
}
#menu A:hover {
color: #F39308;
background-color: #448F2E;
}
#menu .toplink
{
}
#menu .anylinkcss
{
display: inline;
position:absolute;


padding-top: 5px;
height: 25px;
visibility:hidden;
z-index:2;
background-color: #448F2E;
}
#footer A
{
color: #FFF;
text-decoration: none;
font-weight: bold;


}
#footer A:hover
{
color: #FFF;
text-decoration: underline;
}
A IMG
{
	border: none;
}
/*----------------------------*/
#Logout
{
	position: relative;
	top: -55px;
	left: 800px;
	color:#000;
	width: 100px;
}
#Logout A
{
	color:white;
	font-weight: bold;
	text-decoration: none;
}
#Logout A:hover
{
	text-decoration: underline;
}
BLOCKQUOTE {
	margin-left:10px;
}
.tinyTable
{
	border-collapse: collapse;
	border: 1px solid black;
}
.tinyTable TH
{
	background-color: #F39308;
	color: #fff;
	border: 1px solid black;
}
.tinyTable TD
{
	background-color: #fff;
	color: #000;
	border: 1px solid black;
}