body {
	color: #333333; 
	background: #333333; 
	font-size: 11px; 
	margin-bottom: 20px;
	margin-left: 10px;
	font-family: verdana,arial,sans-serif
}
div, span, p, ul, li, td, textarea, input, select
 {
	font-size: 11px; 
	font-family: verdana,arial,sans-serif
}
h1
{
	font-size: 16px;
	color: #ff6600;
	margin-top: 20px;
}
h2 {
	font-size: 14px; 
	color: #003399;
}
h3
{
	font-size: 12px;
	color: #333333;
}
h4 {
	font-size: 11px;
	color: #339933;
}

a
{
	color: #339933;
	text-decoration:underline;
}
a:visited
{
	color:  #990099;
	text-decoration:underline;
}
a:hover
{
	color:  #ff6600;
	text-decoration:underline;
}
.callout
{
	font-size: 12px; 
	color: #003399;
}

img
{
border: 0px;
	
	}

.li {
	display: block;
	padding-left: 9px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	margin: 2px
}
/*Homepage exclusive classes*/

#containerhome
{
	width: 750;
	margin: 10px;
	background-color: #fff;
	color: #333;
	line-height: 130%;
	background-image: url(../images/homebg.gif);
	background-repeat: repeat-y;
}

#homemain
{
	margin-right: 168px;
}

#rightcol
{
	float: right;
	width: 170px;
	padding-top: 1em;
	background-color: #F0FAD8;
}

.sidebox {
	margin: 0px 0px 0px 3px; /* center for now */
	width: 165px;
	height:90px;
	background: url(../images/viewaccount.gif) no-repeat;
}

.boxbody {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 20px 10px;
}

.bottombox{
	background: url(../images/homebottom.jpg) no-repeat;
	margin: 0;
	width: 577px;
	height: 140px; 
	vertical-align: bottom;
}
.bottomtextleft
{
	padding-top: 10px;
	margin-left: 10px;
	width:250px;
	float: left;
}
.bottomtextright
{
	float: right;
	width: 220px;
	padding-top: 10px;
	padding-right: 10px;
}


/* END Homepage exclusive classes*/

/* HEADER*/

#top
{
	padding: 0px;
	margin: 0px;
	background-color: #fff;
	height: 122px;
}

.headerLogo {
	margin-left: 0px;
	vertical-align: top;
}

/* END HEADER*/

/*Top Navigation*/

.navlist
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 50px; /*controls when the top nav links begin*/
height:20px;
border-bottom: #009900 6px solid;
list-style-type: none;
background-color: #70B951;
}

ul#navlist
{
	padding: 0px 0px 0px 0px;
	float: left;
	margin: 0px;
	width: 100%;
	color: #fff;
	background-color: #70B951;
}

ul#navlist li { display: inline; }

ul#navlist li a
{
margin: 0px 0px 0px 0px;
color: #fff;
background-color: #70B951;
padding: .25em 1em;
text-decoration: none;
float: left;
}
ul#navlist li a:visited
{
    color: #ffffff;
    text-decoration: none
}
ul#navlist li a:hover
{
text-decoration: underline;
}

/*END Top Navigation*/

#container
{
	width: 750;
	margin: 10px;
	background-color: #fff;
	color: #333;
	line-height: 130%;
	background-image: url(../images/corporatebg.gif);
	background-repeat: repeat-y;
}

#leftnav
{
	float: left;
	width: 170px;
	padding-top: 1em;
	background-color: #F0FAD8;
	height:600px;
}

.contentspacing
{
	padding: 0em 2em 1em 2em;
}

#content
{
	margin-left: 168px;
}

.imgright
{
	float: right;
	margin-left:25px;
	
}

a.viewlarger
{
	font-size: smaller;
	color: #339933;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
}
a.viewlarger:hover
{
	text-decoration: none;
	color: #339933;
}
a.viewlarger:visited
{
	text-decoration: none;
	color: #339933;
}

/*FOOTER*/
ul#navfooter
{
	padding-right: 0px;
	padding-left: 25%;
	padding-bottom: 0px;
	margin:0px;
	width: 100%;
	color: #fff;
	padding-top: 0px;
	list-style-type: none;
	background-color: #666;
}

ul#navfooter li 
{
	display: inline; 
	margin: 0;
	color: #fff;
	font-size: 9px; 
	background-color:  #666;
	padding: .25em .5em;
	text-decoration: none;
	float: left
}

ul#navfooter li a
{
color: #ffffff;
text-decoration: none;

}

ul#navfooter li a:visited
{
    color: #ffffff;
    text-decoration: none
}


ul#navfooter li a:hover
{
color: #ffffff;
text-decoration: underline;
}


#footer
{
	clear:both;
	margin: 0px;
	color: #fff;
	background-color: #666;
	height: 23px;
}


/*END Footer*/



/*Form Inputs*/
.inputForm10
{
    font-size: 11px;  
    width: 100px; 
    font-family: verdana, sans-serif;
    border: solid 1 #CCC;
    margin-bottom: 1em;  
}

	
.formtext1
{
font-size: 11px;
font-family: verdana, sans-serif;
font-weight:bold;
color: #666;
margin: 0px 0px 0px 0px;
	}
	
.button
{
font-size: 11px;
font-family: verdana, sans-serif;
font-weight:bold;
color: #339933;
	
}
	



