/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}
.content, .shadow {
	position: relative;
	bottom: 4px;
	right: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
	background-color: #990000;
	padding: 2px;
}
.image {
	padding: 2px;
}


content {
	background-color: #990000;
	color: #FFFFFF;
	padding: 1px;
}

.shadow { background-color: #333333; }
#nav a {
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/red_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-decoration: none;
	height: 25px;
	width: 150px;
	display: block;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

.container {
	width: 760px;
	position: relative;
	
}
.footer {
	font-size: 10pt;
	color: #FFFFFF;
	text-align: center;
}
.title {
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
}
#nav a:hover {
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	background-image: url(images/red_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-decoration: underline;
	height: 25px;
	width: 150px;
	display: block;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.body_text {
	font-size: 10pt;
	line-height: 22px;
	color: #000000;
	letter-spacing: .05em;
}

.footerSmaller {

	font-size: 9pt;
	color: #FFFFFF;
	text-align: center;
}

.titleBlack {

	font-size: 12pt;
	font-weight: bold;
	color: #333333;
	padding: 5px;
	text-align: center;
}
#login a {
	color: #990000;
}
#login a:hover {
	color: #000000;
	text-decoration: none;
}
.body_text a {
	font-size: 10pt;
	line-height: 20px;
	color: #990000;
	letter-spacing: .05em;
	font-weight: bold;
}

.questions {

	font-size: 10pt;
	line-height: 18px;
	color: #000000;
	letter-spacing: .05em;
}
input
{
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	margin-top: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}
form { 
 border: 1px solid #333333; 
 padding: 5px; 
}
textarea
{
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	margin-top: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	height: auto;
	width: auto;
}
.button {
	font-weight: bold;
	color: #000000;
	background-color: #999999;
	padding: 3px;
	border: thin outset #000000;
}
select {

	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	margin-top: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#main a {
	color: #000000;
	text-decoration: underline;
	font-size: 11pt;
}
.answers {
	font-size: 10pt;
	line-height: 22px;
	color: #990000;
	letter-spacing: .05em;
	font-weight: bold;
	text-decoration: underline;
}
.check_box {
	color: #000000;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	padding: 2px;
}
.titleLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
}
.correct_answer {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	font-style: italic;
	color: #0000CC;
}

