@charset "UTF-8";
/* CSS Document */

/*Normalizing across site///////////////////////////////////////////////*/
/*Normalizes margin and padding*/
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, iframe {
	margin: 0;
	padding: 0;
}
/*Normalizes font-size for headers*/
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

th { 
	text-align: center;
	border-bottom: 1px solid green;
}

td {
	vertical-align: top;

}
/*Normalizes font-style and font-weight*/
address, caption, cite, code, dfn, var {
	font-style: normal;
	font-weight: normal;
}
/*Removes border from fieldset and img
fieldset, img {
	border: 0;
} */
/*End Normalizing////////////////////////////////////////////////////////*/

body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #696;
	background-image: url(/media/images/layout/bkg_grad.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

p {
	margin: 7px 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 7px 0px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 20px;
	line-height: 20px;
}

h2 {
	font-size: 18px;
	line-height: 18px;
}

h3 {
	font-size: 16px;
	line-height: 16px;
}

h4 {
	font-size: 14px;
	line-height: 14px;
}

h5 {
	font-size: 12px;
	line-height: 12px;
}

h6 {
	font-size: 10px;
	line-height: 10px;
}

ul {
	list-style-type: square;
}

#quiz ol {
	margin: 5px;;
}

#quiz li {
	padding: 7px;
}

img {
	margin: 5px;
}

#container {
	margin: 0px auto;
	width: 820px;
	background-image: url(/media/images/layout/content_bottom.jpg);
	background-repeat: repeat-y;
	text-align: left;
}

#header {
	width: 820px;
	height: 287px;
	background-image: url(/media/images/layout/header.jpg);
	background-repeat: no-repeat;
}

#content {
	width: 820px;
	min-height: 384px;
	height: auto;
	line-height: 1.6em;
	background-image: url(/media/images/layout/content_top.jpg);
	background-repeat: no-repeat;
}

#nav {
	margin: 0px;
	padding: 0px;
	width: 160px;
	margin-left: 45px;
	float: left;
	text-align: center;
	border: none;
	line-height: 17px;
	font-size: 16px;
	list-style: none;
} 

#nav li {
	padding: 7px 0px;
}

#nav li a:link, #nav li a:visited {
	color: #ebdebc;
	text-decoration: none;
}

#nav li a:hover, #nav li a:active {
	color: #669966;
	text-decoration: none;
}

#nav_sub {
	margin: 0px 0px 5px 2px;
	padding: 0px;
	width: 150px;
	float: left;
	text-align: left;
	color: #ebdebc;	
	line-height: 12px;
	font-size: 11px;
	font-weight:600;
	list-style-type: none;
}

#nav_sub li {
	padding: 2px 0px;
	color: #ebdebc;
	line-height: 12px;
	font-size: 11px;
	font-weight:bold;
}

#nav_sub li a:link, #nav_sub li a:visited {
	color: #ebdebc;
	text-decoration: none;
}

#nav_sub li a:hover, #nav_sub li a:active {
	color: #669966;
	text-decoration: none;
}

#main_content {
	float: left;
	width: 536px;
	min-height: 364px;
	height: auto;
	margin-left: 3px;
	padding: 0px 14px;
}

#good_search {
	float: right;
	width: 650px;
	margin-left: 3px;
	padding: 0px 14px;
}

#footer {
	width: 820px;
	height: 66px;
	background-image: url(/media/images/layout/footer.jpg);
	background-repeat: no-repeat;
	clear: both;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

#footer p {
	padding-top: 40px;
	color: #030;
}

#plain {
	font-weight: normal;
	text-decoration: none;
	color: #030;
	font-size: 10px;
}

#plain a {
	font-weight: normal;
	text-decoration: none;
	color: #030;
}

#small {
	font-size: 11px;
	border:1px solid green;
}

#small td {
	padding:4px;
	border-top:1px solid green;
	line-height: 13px;
}