td, p, body {
	font-family: Arial, Helvetica, sans-serif;
}


.header_bg {
	background-image: url('/images/top_header_bg.gif');
	background-repeat: repeat-x;
	background-color: #515e2b;
	font-size: 11px;
}

.whiteHeader {
	height: 36px;
	background-image: url('/images/top_header_bg.gif');
	background-repeat: repeat-x;
	background-color: #515e2b;
}

.tagline {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #a4a89e;
	height: 36px;
	padding-left: 24px;
	padding-top: 14px;
}

.quiztext {
	font-size: 10px;
}

.navigation {
	height: 84px;
}

.bodysep {
	background-image: url('/images/body_header_bg.gif');
	background-repeat: repeat-x;
	background-color: #ffdeae;
}

.white {
	color: #fff;
}

.body {
	background-color: #ffdeae;
	color: #515e2b;
	font-size: 14px;
}

.mainboxLeft {
	background-image: url('/images/main_left.gif');
}

.mainbox {
	background-color: #ffffff;
}

.mainboxRight {
	background-image: url('/images/main_right.gif');
}

.header_tagline {
	text-align: right;
	color: #fff;
	font-size: 11px;
	background-image: url('/images/top_header_bg.gif');
	background-repeat: repeat-x;
	background-color: #515e2b;
	font-style: italic;
}

h1 {
	color: #505e2b;
	font-size: 24px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

h2 {
	color: #916647;
	font-size: 16px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

h2.black {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}


.sublinks {
	background-image: url('/images/sub_link_bg.gif');
	background-repeat: no-repeat;
	height: 123px;
}

.footer {
	background-color: #ffdeae;
}

.fullborder {
	border-color: #515e2b;
	border-style: solid;
	border-width: 1px;
}

.footer_tagline {
	color: #916647;
	font-size: 10px;
	text-align: center;
}

.eho {
	color: #000000;
	font-size: 8px;
}


a.sublink {
	color: #fff;
	text-decoration: none;
}

a:visited.sublink {
	color: #fff;
	text-decoration: none;
}

a:active.sublink {
	color: #fff;
	text-decoration: none;
}

a:hover.sublink {
	color: #fff;
	text-decoration: underline;
}

/* Main Navigation */

a.linkMainWelcome {
	display: block;
	width: 79px;
	height: 48px;
	background: url("/images/link_main_welcome.gif") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.linkMainWelcome {
	background-position: 0 -48px;
}

a.linkMainNewHome {
	display: block;
	width: 79px;
	height: 48px;
	background: url("/images/link_main_new_home.gif") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.linkMainNewHome {
	background-position: 0 -48px;
}

a.linkMainGoingOn {
	display: block;
	width: 79px;
	height: 48px;
	background: url("/images/link_main_going_on.gif") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.linkMainGoingOn {
	background-position: 0 -48px;
}

a.linkMainFreeStuff {
	display: block;
	width: 79px;
	height: 48px;
	background: url("/images/link_main_free_stuff.gif") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.linkMainFreeStuff {
	background-position: 0 -48px;
}

a.linkMainBottomLine {
	display: block;
	width: 79px;
	height: 48px;
	background: url("/images/link_main_bottom_line.gif") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.linkMainBottomLine {
	background-position: 0 -48px;
}

a.linkMainVisitMe {
	display: block;
	width: 79px;
	height: 48px;
	background: url("/images/link_main_visit_me.gif") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.linkMainVisitMe {
	background-position: 0 -48px;
}

a.linkMainTips {
	display: block;
	width: 79px;
	height: 48px;
	background: url("/images/link_main_tips.gif") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.linkMainTips {
	background-position: 0 -48px;
}

.tips_border {
	border-color: black;
	border-width: 1px;
	border-style: outset;
}


.white_side {
	color: #000;
}

li {
	text-align: left;
	margin-left: -20px;
}