/* CSS Document */

body {
	margin: 0px;
	background-image: url(../images/bg_color.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #534741;
}

p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #534741;
}

a:link {
	color: #534741;
	text-decoration: underline;
}
a:visited {
	color: #534741;
	text-decoration: underline;
}
a:active {
	color: #534741;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

.nav_home {
	font-size: 13px;
	color: #f59f24;
	padding: 8px;
}
.nav_home a:link {
	color: #f59f24;
	text-decoration: none;
}
.nav_home a:active {
	color: #f59f24;
	text-decoration: none;
}
.nav_home a:visited {
	color: #f59f24;
	text-decoration: none;
}
.nav_home a:hover {
	color: #fac394;
	text-decoration: none;
}

.banner_text {
	color: #ffffff;
	font-size: 11px;
	padding-bottom: 4px;
}

.large_button {
	color: #ffffff;
	font-size: 23px;
}
.large_button a{
	color: #ffffff;
	font-size: 23px;
	text-decoration: none;
}

h1 {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	color: #530000;
	font-size: 24px;
	font-weight: bold;
}
h2 {
	color: #362f2d;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
}
h3 {
	color: #362f2d;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
}
h4 {
	color: #362f2d;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
}

.content_home {
	width: 490px;
	overflow: hidden;
	font-size: 12px;
	color: #534741;
	padding-bottom: 10px;
	line-height: 20px;
}

.content_home a:link {
	color: #534741;
}
.content_home a:active {
	color: #534741;
}
.content_home a:visited {
	color: #534741;
}
.content_home a:hover {
	color: #530000;
}

.footer_text1 {
	width: 510px;
	text-align: center;
	color: #362f2d;
	font-size: 11px;
}
.footer_text1 a {
	color: #362f2d;
	text-decoration: none;
}

.footer_text2 {
	width: 510px;
	text-align: center;
	color: #362f2d;
	font-size: 10px;
}
.footer_text2 p{
	margin: 0px;
}
.footer_text2 a {
	color: #362f2d;
	text-decoration: none;
}

.left_bar {
	width: 150px;
	padding-top: 15px;
	font-size: 14px;
	color: #362f2d;
}
.left_bar a:link {
	color: #362f2d;
	text-decoration: none;
}
.left_bar a:active {
	color: #362f2d;
	text-decoration: none;
}
.left_bar a:visited {
	color: #362f2d;
	text-decoration: none;
}
.left_bar a:hover {
	color: #362f2d;
	text-decoration: underline;
}

.page_title {
	color: #534741;
	font-size: 18px;
}

.edit_links a:link {
	color: #b34215;
	text-decoration: underline;
	font-weight: bold;
}
.edit_links a:active {
	color: #b34215;
	text-decoration: underline;
	font-weight: bold;
}
.edit_links a:visited {
	color: #b34215;
	text-decoration: underline;
	font-weight: bold;
}
.edit_links a:hover {
	color: #b34215;
	text-decoration: none;
	font-weight: bold;
}

.test_question {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.test_answers p {
	margin: 0px;
	font-size: 11px;
}

.oddrow {
	background-color: #e9e2db;
}

.evenrow {
	background-color: #eeece9;
}

input, textarea, select {
	font-size: 10px;
	margin-top: 1px;
	margin-bottom: 1px;
}