body {
	background: #FFFFFF;
	font: normal 12px Arial, Helvetica, sans-serif;
}
* {
	padding: 0;
	margin: 0;
}

#header {
	background: #FFFFFF url(/images/sc_logo.gif) no-repeat 10px ;
	height: 95px;
	border-bottom: 4px solid #AD1418;
	width:100%
}

/* MAIN NAV */
#nav {
	background: #FFFFFF;
	height: 30px;
	border: 0px dashed #ff0000;
	text-align: center;
}
#nav ul {
	height: 30px;
}
#nav ul li {
	float: center;
	display: inline;
	height: 11px;
	font: bold 10px Arial, Helvetica, sans-serif;
	padding: 5px 5px 5px 5px;
	margin: 0 1px 0 0;
	background: #B55D39;
	text-align: center;

}

/* NAV COLORS */
li.blue { color: #FFFFFF; }
li.blue a { color: #FFFFFF; text-decoration: none; }


/* CONTENT STYLES */
h1 {
	color: #607e22;
	font: bold 13px Arial, Helvetica, sans-serif;
}
#contentwrapper {
	width: 100%;
	background: #e4e1c2;
	text-align: left
}
#content {
	width: 750px;
	padding: 25px 25px 25px 25px;
	background: #e4e1c2;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: left
	border: 1px dashed #ff0000;
}

#content ul,ol {
	margin: 3px 0px 3px 0px;
	line-height: 13px;
	border: 0px dashed #ff0000;
}

#content li{
	margin: 3px 0px 3px 25px;
	line-height: 14px;
	border: 0px dashed #ff0000;
}

#content p {
	margin: 1em 0 1em 0;
	line-height: 14px;
}

#content a {
	color: #AD1418; 
}

#bottom {
	width: 100%;
	background: #FFFFFF;
	border-top: 4px solid #AD1418;
	text-align: center;
	height: 10%
	}
/*
	border: 0px  dashed #ff0000;
*/
p.red { 
	font: bold 12px Arial, Helvetica, sans-serif;
}
p.brown {
	font: bold 12px Arial, Helvetica, sans-serif;
}
#missed {
	padding: 15px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #c20003;
	margin: 0 auto 20px auto;
	text-align: right;
	background: #fef6a2 url(images/missed_question.gif) no-repeat 10px center;
	width: 55%;
}

/* copyright style */

#copyright {
	width: 750px;
	padding: 0px 0px 0px 25px;
	font: 10px Arial, Helvetica, sans-serif;
	text-align: center;
	background: #FFFFFF
}
/* TABLE STYLES */
td {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	border-right: 0px solid #d5e2ee;
}
table {
	border: 0px solid #d5e2ee;
	padding: 0px;
}


