/* global.css
 * this stylesheet contains style which are compatible with ns4 and similar legacy browsers
 * 
 * 20040419 - rzand, added .requiredText, .required from import.css
 *                   added .cbText for highlighting "correct answer" on /student/testing/psat/prep/multi/multi09Answer.html
 *
 * 20040420 - rzand, change body margin 
 * 20040422 - added #footerAds
----------------------------------------------------------------------------------------------*/


body {
	margin:15px 10px 10px; 10px;
	padding:0px;
	background-color: #ffffff;
	text-align: center; /* added for IE centering */
}
body,
#overall,
#outer,
#content,
#footer,
td,
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

h1 {
	font-size: 17px;
}
h2 {
	font-size: 14px;
}
h3, h4 {
	font-size: 11px;
}
a {
	color: #005C91;
}

.defaultTopMargin {
	margin-top: 10px;
}

ul.none,
ul.none li {
	list-style-type:none;
	list-style-image:none;
	margin: 0 0 5px -3em;
	padding: 0;
}
ul.none li {
	margin-bottom: 3px;
}
ul.top li {
	margin-bottom: 0;
}
#overall, 
#footerAds {
	width: 760px;
}
#overall {
	margin-right: auto;
	margin-left: auto;
	padding:0px;
	border: none;
	text-align: center;
}
#outer, 
#footerAds {
	margin-right: auto;
	margin-left: auto;
	padding:10px 22px 10px 22px;
	text-align: left;
}
#footerAds {
	padding-left: 6px;
}

/*-Site Nav-------------------------------------------*/
#sitenav {
	padding: 4px 0px 4px 0px;
	margin-bottom: 25px;
	text-align: left;
}
#sitenav table {
	padding: 0px;
	margin: 0px;
}
#sitenav,
#sitenav form, 
#sitenav table td{
	background-color:#CCCCCC;
}
#sitenav,
#sitenav form,
#sitenav table td,
#sitenav a {	
	color: #676767;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
#sitenav a:hover {
	text-decoration: underline;
}
#sitenav input{
	font-size: 10px;
}

/*-Footer-------------------------------------------*/
#footer {
	clear: both;
	width:100%;
	margin: 10px 0px 15px 0px;
	padding: 0px;
	font-size:9px;
}
#footer table{
	width:100%;
}
#footer, 
#footer td {
	font-size:10px;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#bottomnav,
#bottomnav a {
	color: #333333;
}
#bottomnav, #visitornav {
	margin-top: 5px;
}
#copyright {
	clear:both;
	padding-top:10px;
	text-align:left;
}
.cbText,
.requiredText,
.required {
	font-weight: bold;
	color: #55799B;
}
