body {
	font-family: Arial;
	font-size: 12px;
	background-color: #FFFFFF;
}

.relative {
	position: relative;
	top: -25px;
	left: -15px;
	z-index: 500;
}

.absolute {
	position:absolute;
}

.relativeSlogan {
	position: relative;
	top: 98px;
	left: 3px;
	z-index: 600;
}

.absoluteSlogan {
	position:absolute;
}

#border {
	border-top: 1px solid #008000;
	border-right: 1px solid #008000;
	border-bottom: 1px solid #008000;
	border-left: none;
}

#borderLeftNav {
	border-top: 1px solid #008000;
	border-right: none;
	border-bottom: none;
	border-left: none;
}


#slogan a{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#slogan a:hover{
	text-decoration: none;
}

.title {
	font-family: Arial;
	font-size: 22px;
	color: #000000;
	font-weight: bold;
}

.Question {
	font-family: Arial;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

.Answer {
	font-family: Arial;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

hr {
	color: #008000;
}

#menu_nav {
	font-family: Arial;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

#menu_nav a{
	font-family: Arial;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

#menu_nav a:hover{
	color: #FFFFFF;
}

#content-left {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

#content {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-align: left;
}

#content a{
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}

#content a:hover{
	color: #666666;
	text-decoration: underline;
}

#footer_nav {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

#footer_nav a{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

#footer_nav a:hover{
	color: #666666;
	text-decoration: underline;
}