
 body {
 
 width: 100%; 
 margin: 0px auto;
 }   
 
    .container {
	margin: 0px auto;
	background-color: #FFFFFF;
	max-width: 100%; 
    word-wrap: normal;
    
    }
    .topleft {
    float: left;
	padding-top: 0px; 
	background-color: #FFFFFF;
	height: 148px; 
	text-align: left;
    
    }
    
    .topright {
	background-color: #FFFFFF;
	height: 148px; 
    }
    
    
    .leftdiv {
	float: left; 
	max-width: 500px; 
	padding-left: 10px; 

	
    
    }

    
    .rightdiv }
	float: left; 
	max-width: 500px; 
	padding-left: 5px; 
    }
    
    
    .greenbar {
	margin: 0px auto;
	padding-top: 0px; 
	position: relative; 
	background-color: #66CC66;
	height: 20px; width: 100%;
    
    }
    span.textright {
    text-align: right; 
    padding-right: 5px;
	font-family: arial, helvetica; 
	font-size: .9em;
	line-height: 1.5em;
    
}
    p.leftgreen {
    text-align: left;
	font-family: arial, helvetica; 
	font-size: 1.10em;
	font-weight: bold; 
	line-height: 1.20em;
	color: #a3c849;
}

p.centergreen {
    text-align: center;
	font-family: arial, helvetica; 
	font-size: 1.25em;
	font-weight: bold; 
	line-height: 1.30em;
	color: #a3c849;
}

span.centeryellow {
    text-shadow: 2px 0 #000000,0 2px #000000,2px 0 #000000,0 5px #cccccc;
    text-align: center;
	font-family: arial, helvetica; 
	font-size: 1.25em;
	font-weight: bold; 
	line-height: 1.30em;
	color: #fceb00;
}

span.centergreen {
    text-align: center;
	font-family: arial, helvetica; 
	font-size: 1.25em;
	font-weight: bold; 
	line-height: 1.30em;
	color: #a3c849;
}

p.center {
    text-align: center;
	font-family: arial, helvetica; 
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: normal;
	color: #000000;
}

p.centersmall {
    float: right;
    text-align: center;
	font-family: arial, helvetica; 
	font-size: .8em;
	font-weight: normal;
	color: #CCCCCC;
}

 p.left {
    text-align: left;
	font-family: arial, helvetica; 
	font-size: 1em;
	line-height: 1.5em;
	color: #000000;
}

table.login {
    float: right;
    margin-right: 50px;  
	border: 0px;
	background-color: #d9d9d9; 
	padding: 10px; 

 } 
td.login {
font-family: arial, helvetica;
text-align: left; 
font-size: .8em;
color: #000000;
 
 
 
 }

.clear-fix { clear: both; }


.footer { 
font-family: arial, helvetica;
text-align: center; 
line-height: 1em; 
padding-top: 8px; 
font-size: .8em;
color: #000000; 

}