body {
margin: 20px 0;
padding: 0;
font: 80% Verdana, Helvetica, Arial, sans-serif;
text-align: center;
background: #BDC4D0 url(../images/pg_bg.jpg);
}

a:link {
	color: #4558bf;	}

a:visited {
	color: #4558bf;	}

#container {
margin: 0 auto;
width: 625px;
}

#header {
height: 157px;
}

#main {
margin: 0;
padding: 10px 40px;
background: #ffffff url(../images/container_bg.jpg) repeat-y;
text-align: left;}

#footer {
height: 52px;
background: url(../images/footer.jpg) no-repeat;}

#topShadow {
height: 42px;
background: url(../images/top_shadow.jpg);}

.centered {
text-align: center;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
    line-height: 1.2em;
	}

h2 {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2em;
	}
	
h3 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
	}

#results {
padding: 10px 0 0 0;

}
.disclaimer {
	font-size: .8em;
	}
	
.caution {
	font-size: .8em;
	font-weight: bold;
	}
	
.small {
	font-size: 10px;
	}
	
table#border {  background-color:#FFFFFF;    
			    width: 450px;
				padding: 5px;
				
}
table#border th { 
border: solid #000000 1px;   
}
table#border td {    
border: solid #000000 1px;
}
tr.rowcolor td {
	background-color: #ECF2F9;
}

#buttons {text-align: center;}
