
div.spanbox
{
float:left;
}
* {  margin:0px;  padding: 0; list-style: none; line-height:1.5em;}
body
{
    font: 70% "Trebuchet MS" , Trebuchet, Helvetica, Arial, sans-serif;
    color: #353535;
    background: url(images/bg_wrap.gif) #4f4f4f repeat-x 0px 0px;
}
img {
	border: none;
}

p, dt, dd, td, th {text-align:left;line-height: 1.6em;}
p {margin-bottom:1em;}
a {color:#99cc67; text-decoration:none; font-weight:bold;}
h3 {font-size:1.3em; color:#535353;}
h4 {font-size:0.8em; color:#535353}
div {text-align:left;}
.splash
{
    float:left;
    clear:left;
position:relative;

}
input.box
{
	background:whitesmoke;
	border:solid 1px #99cc67;
	font-size:8pt;
}

input.button
{
	background: white;
	font-size:8pt;
	
}

.rightbox
{
	background:whitesmoke;
	padding:5px;
	float:left;
	margin-bottom:10px;
	width:255px;
}

.bullets li
{
    list-style-type: circle;
    display: block;
    list-style-position: inside;
    text-indent: 20px;
}

.rightboxclear
{
	background:white;
	padding:5px;
	float:left;
	margin-bottom:10px;
	width:255px;
}

.leftbox
{
	float:left;
	width:420px;
	border-right: solid 1px gainsboro;
	padding:5px 20px 5px 5px;
	position:relative;
}

.scroll
{
    overflow: auto;
    width:400px;
}

.scroll img
{
    display: none;
    visibility: hidden;
}

.statement
{
	padding: 5px 10px 5px 10px;
	font-size: 1.2em;
	background: whitesmoke;
	line-height:2em;
	text-align:center;
	margin:15px 0px 15px 0px;
}

.statement2
{
	padding: 5px 10px 30px 10px;
	font-size: 1.2em;
	line-height:2em;
	text-align:left;
}

#container
{
    width: 750px;
margin-left:20px;

}

#contentbody
{
    padding:10px;
    margin-bottom:40px;
    background:#fff;

}

#centering
{
    text-align: center;
}

.spanbox
{
	padding:5px;
}

.green
{
	color:#99cc67;
}

#title
{
    position: absolute;
    top: 40px;
    font-weight: bold;
    font-size: 2.5em;
    text-transform: lowercase;
    background: url(images/bg_wrap.gif) #fff;
    padding: 5px 30px 5px 10px;
    color: #fff;
    left: 0px;
}

#subtitle
{
	padding: 10px 10px 10px 0px;
	font-size:2em;
	background: white;
	color: gainsboro;
        position:relative;
        float:right;
        text-align:right;
}

.headerimage {padding:10px;}

#content
{
    position: relative;
    background: #fff;
    width:750px;
float:left;
}


#header
{
	padding: 5px;
	float:left;
}

#links ul li { list-style-type:none; text-align:right; }

	#links ul li a { height:30px; display:block; padding-top:10px;}

#nl
{
	z-index: 2;
	position: absolute;
	top: 400px;
	background:white;
	width:642px;
	border-right:solid 2px dimgray;
}

#tl_corner
{
    position: absolute;
    z-index:3;
    top: 0px;
    left:0px;
    width: 7px;
    height: 6px;
    background-position: left top;
    background-image: url(images/tl_corner.gif);
    background-repeat: no-repeat;
}

#tr_corner
{
    position:absolute;
    top:0px;
z-index:2;
    right:0px;
    width: 7px;
    height: 6px;
    background-position: right top;
    background-image: url(images/tr_corner.gif);
    background-repeat: no-repeat;
}

#footer
{
    width: 750px;
    background: url(images/footer.gif) no-repeat left bottom;
    text-align: center;
    color: gray;
    padding: 20px 0px 20px 0px;
    position: relative;
    float: left;
}

#footer a
{
	color:#99cc67;
	font-weight:normal;
}

#footer b
{
	color:#99cc67;
	font-weight:normal;
}

#grouptitle
{
    
    float:left;
    font-size:30px;
    padding:31px 0px 0px 10px;
    color:#fff;
}

#grouptitle
{
    
    float:left;
    font-size:30px;
    padding:31px 0px 0px 10px;
    color:#fff;
}

#tabs {
margin: 0px 0px 0px 0px;
padding: 56px 20px 10px 94px;
height:40px;
width:750px;
font-size:10px;
line-height:normal;
font-family: Verdana;
background: url(images/topbg.gif) no-repeat;
}


#tabs ul{
padding: 20px 0px 0px 10px;
}

#tabs ul {
margin:0;
list-style:none;
clear:both;
}


#tabs li {
float:left;
background:url("images/tab_left.gif") no-repeat left top;
margin:0;
padding:0 0 0 8px;
}


#tabs ul li a {
float:left;
display:block;
background:url("images/tab_right.gif") no-repeat right top;
padding:5px 15px 4px 6px;
text-decoration:none;
color:#000;
font-weight: normal;
}

#tabs span {
float:left;
display:block;
background:url("images/tab_right.gif") no-repeat right top;
padding:5px 15px 4px 6px;
text-decoration:none;
color:#999;
font-weight: normal;
}

 /* Commented Backslash Hack

 hides rule from IE5-Mac \*/

#tabs a {float:none;}

/* End IE5-Mac hack */



#tabs a:hover {
color:#99cc67;
}

#tabs a.off{
color:#999;
}

#tabs a:hover.off{
color:#999;
}

#tabs ul li.first-tab
{
    background-image: url(images/tab_left_first_on.gif);
}

#tabs ul li.first-tab a
{
    background-image: url(images/tab_right_on.gif);
    color: #000;
    padding-bottom: 4px;
    font-weight: normal;
}

#tabs ul li.first-tab a:hover {
color:#99cc67;
}

/************************************************************************
* 
* Rollover buttons
*
************************************************************************/

.buttonsmall, .buttonsmall-ovr, .Button
{
    background: url(images/bg_wrap.gif) repeat-x;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    padding:2px;
    padding-left:30px;
    padding-right:15px;
    width:90px;
    border:none;
    text-align:right;
}
.buttonsmall-ovr, .Button:hover
{
    color: #99cc67;
}

.RightFloat
{
    float:right;
    text-align:right;   
    padding-right:5px;
    padding-top:5px;
}
.RightFloatClear
{
    float:right;
    clear:right;
    text-align:right;   
    padding-right:5px;
    padding-top:5px;
    width:200px;
}

.LeftFloat
{
    float:left;
}

#LoginBanner
{
    position:absolute;
    top:20px;
    right:0px;
    text-align:right;
}
