.listing img {float: right; display: block; margin: 0 0 10px 10px;}
.listing p.add {margin: 0;}

body {
	background-color: #98A36E;
	padding: 0;
	margin: 0;
}
body, td, table
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	}

a {font-weight: bold;}
a:link {color: #000; text-decoration: underline;}
a:visited {color: #4a5d00; text-decoration: underline;}
a:hover {color: #fada14; text-decoration: none;}
a:active {color: #000; text-decoration: underline;}

h1 
{
font-size: 16px;
font-weight: bold;
margin: 20px 0 6px 0;
}

h2 
{
font-size: 16px;
font-weight: bold;
color: #d81809;
margin: 7px 0 6px 0;
text-align: left;
}

h3 
{
font-size: 14px;
font-weight: bold;
color: #fada14;
text-align: center;
margin-top: 0;}



/* top nav */
.nav
{
background-color: #4A5D00;
padding: 2px 0 0 0px;
text-align: center;
}
.nav a {margin: 0 10px 0 10px;}
.nav a:link {color: #fada14;}
.nav a:visited {color: #98A36E;}
.nav a:hover {color: #fff;}
.nav a:active {color: #fada14;}

.navtopleft
{
	width: 155px;
	height: auto;
	position: absolute;
	left: 0px;
	top: 75px;
	text-align: right;
	}

a.twoline  {display: block; padding: 5 10px 0 0;}
a.threeline {display: block; padding: 5 25px 0 0;}

/* left page nav */
.navleft
{
	background-image: url(assets/nav_vertical/bg.gif);
	background-repeat: repeat-y;
}

.navitems
{
margin: 0;
background-color: #fada14;
text-align: right;
}

.navitems a {font-weight: normal;}

a:hover {color: white;}

.undernav
{
padding: 0 0 0 22px;}

/* page stuff */
.content
{
	background-image: url(assets/bg_question.gif);
	background-repeat: no-repeat;
}

.fun
{
	width: 189px;
	height: auto;
	position: relavtive;
	float: right;
	margin: 0 10px 0 20px;
}


.bottom
{
width: 750;
text-align: center;
font-size: 11px;
margin-top: 20px;
}

/* copyright line  */
.copy
{
	font-size: 10px;
	text-align: center;
	width: 750px;
	color: #000000;
	margin: 15px 0 5px 0;
}
.copy a:link { color: #666; text-decoration: underline; }
.copy a:visited { color: #666; text-decoration: underline; }
.copy a:active { color: #666;  text-decoration: underline;}
.copy a:hover { color: #000; }

.copyright
{
	font-size: 10px;
	color: #333333;
}

