@charset "iso-8859-1";
/* author: Dan Russell */
/* Creation date: 11/02/2007 */

/* orig color = #EEEDCE */

body {background-color: #D0E2A4}

.pageHeading {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 34px; 
		font-style: normal;
		color: #3D6895;
		font-weight: bold;
	}

.boldText {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px; 
		font-style: normal;
		color: #000000;
		font-weight: bold;
	}

.basicText {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 16px; 
		font-style: normal;
		color: #000000;
	}

.footerText {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px; 
		font-style: normal;
		color: #000000;
		text-decoration: none;
	}
	
.sat_question {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 16px; 
		font-style: normal;
		color: #000000;
		font-weight: bold;
	}
	
.sat_answers {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 16px; 
		font-style: normal;
		color: #000000;
	}

.tipHeader {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 16px; 
		font-style: normal;
		color: #000000;
		font-weight: bold;
	}
	
.tipBody {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 16px; 
		font-style: normal;
		color: #000000;
	}
		
a {
		color: #000000;
		text-decoration: underline;
	}
a:hover {
		color: #996600;
	}

a.footer { 
		font-family: Times New Roman, serif;
		font-size: 12px;
		color: #000000;
		text-decoration: none;
	}
a.footer:hover {
		color: #996600;
	}
	
 
td.image {
		vertical-align: top;
		text-align: left;
	}
	 
td.description {
		vertical-align: top	;
		text-align: left;
	}
	
td.button {
		vertical-align: top;
	  	text-align: center;
	}

td.headerpic {
		width: 16%;
		text-align: left;
		vertical-align: center;
	}
				  
td.headertext {
		width: 84%;
		text-align: center;
		vertical-align: center;
	} 

table.outer {
		width: 100%;
		background-color: #D0E2A4;
		border: 0;
	}
table.middle {
		width: 90%;
		background-color: #ffffff;
		border: 2px solid #666666; 
		border-right: medium inset buttonshadow; 
		border-bottom: medium inset buttonshadow;
	}
table.inner {
		width: 90%;
		background-color: #ffffef;
		border: 2px solid #CC6633;
	} 
table.main {
		width: 95%;
		background-color: #ffffff; 
	}
table.footer {
		width: 100%;
		border-top: 1px solid #666666;
	}
