
 body {
 
 width: 100%; 
 margin: 0px auto;
 background-color: #ebebeb;
 }
 
 header { 
	border-width: 0px; 
	max-width: 100%; 
	float: center; 
	background-color: #ebebeb;   
 }
    .container {
	margin: 0px auto;
	background-color: #ebebeb;
	max-width: 100%; 
    word-wrap: normal;
    
    }
    .topleft {
    float: left;
	background-color: #ebebeb;
	height: 180px; 
    text-align: center;
    margin-left: 50px;

    
    }
    
    .topright {
	background-color: #ebebeb;
	height: 180px; 
	text-align: center;
   
    
    }
    .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;
}

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

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


span.header {
    text-align: center;
	font-family: arial, helvetica; 
	font-size: 1.40em;
	font-weight: bold; 
	letter-spacing: .5px;
	line-height: 1.30em;
	color: #000000;
}
span.headernobold {
    text-align: center;
	font-family: arial, helvetica; 
	font-size: 1.25em;
	font-weight: normal; 
	letter-spacing: .5px;
	line-height: 1.30em;
	color: #000000;
}
span.centeryellow {
    text-align: center;
	font-family: arial, helvetica; 
	font-size: 1.25em;
	font-weight: bold; 
	letter-spacing: 2.5px;
	line-height: 1.30em;
	color: #ebebeb;
}

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

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

span.centersmall {
    text-align: center;
	font-family: arial, helvetica; 
	font-size: .8em;
	font-weight: normal;
	color: #000000;
}

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

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

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: 25px;  
	border: 0px;
	background-color: #ebebeb; 
	padding: 10px; 
	margin-top: 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; 

}