body {
	text-align: center;
	font-size: 12px;
	font-family: arial, verdana, tahoma;
	color: #5a5a5a;
	margin: 0;
	padding: 0;
	line-height:17px;
}

#container {
	width: 970px;
	margin: 0 auto;
	position:relative;
	background-color: white;
}

#header {
	height: 230px;
	background-color: #FFFFFF;
	position: relative;
}

#footer {
	border-top: 1px solid #CCCCCC;
	height: 40px;
	color:#999999;
}

#footercontent {
	padding-top: 12px;
	text-align:left;
	margin-bottom: 10px;
}

#content {
	margin: 0;
	margin-left: 0px;
	margin-bottom: 30px;
	margin-right: 0px;
	margin-top: 0px;
	text-align: left;

}


td {
	font-size: 12px;
}

/* header */



#topoptions {
	top: 4px;
	left: 20px;
	position: absolute;
	color:#CCCCCC;
	z-index: 200;
}

#headerback {
	position:absolute;
	width: 970px;
	height: 230px;
	left:0px;
	top: 0px;
}

#hmenu {
	position: absolute;
	width: 478px;
	left: 50px;
	top: 206px;
	z-index:100;
}
#hmenu a:visited { color: #2c2c2c; font-weight: bold; text-decoration: none; }
#hmenu a:link { color: #2c2c2c; font-weight: bold; text-decoration: none; }
#hmenu a:hover { color: #cd0125; font-weight: bold; text-decoration: none; }


#dropmenudiv {
	position:absolute;
	border:1px solid #999999;
	border-bottom-width: 0;
	font-size: 12px;
	line-height:18px;
	z-index:100;
	text-align:left;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 4px;
	border-bottom: 1px solid #999999;
	padding: 4px 0;
	text-decoration: none;
	font-weight: bold;
	background-color:white;	
}

#dropmenudiv a:visited { color: #2c2c2c; font-weight: bold; text-decoration: none; }
#dropmenudiv a:link { color: #2c2c2c; font-weight: bold; text-decoration: none; }
#dropmenudiv a:hover { color: #cd0125; font-weight: bold; text-decoration: none; background-color:#F4F4F4;}


/* eof header */



a.greylink:visited {
	color: #999999; text-decoration: none;
}
a.greylink:link {
	color: #999999; text-decoration: none;
}
a.greylink:hover {
	color: #999999; text-decoration: underline;
}



/* eof listing - moreinfo */



.whitetext {
	color: #FFFFFF
}


a:visited {
	color: #cd0125; text-decoration: underline;
}
a:link {
	color: #cd0125; text-decoration: underline;
}
a:hover {
	color: #038AA7; text-decoration: underline;
}

a.footerlink:visited {
	font-size: 12px;
	color: #609abb; text-decoration: none;
}
a.footerlink:link {
	font-size: 12px;
	color: #609abb; text-decoration: none;
}
a.footerlink:hover {
	font-size: 12px;
	color: #609abb; text-decoration: underline;
}

a.whitelink:visited {
	color: white; text-decoration: none;
}
a.whitelink:link {
	color: white; text-decoration: none;
}
a.whitelink:hover {
	color: white; text-decoration: underline;
}

a.redlink:visited {
	font-size:12px;
	color: #cd0125; text-decoration: none;
}
a.redlink:link {
	font-size:12px;
	color: #cd0125; text-decoration: none;
}
a.redlink:hover {
	font-size:12px;
	color: #cd0125; text-decoration: underline;
}





.greybox {
	padding: 15px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	background-color:#f6f6f6;
}

.responsebox {
	padding: 15px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	background-color:#f6f6f6;
	text-align:center;
}



