a:link {color: blue;  }
a:active {color: blue;  }
a:visited {color: blue; }
a:hover {color: blue;  }
h1 { width: 739px; margin: 0 auto; position: relative; left: -3px; line-height: 100%; text-align: center;padding: 0px 5px 0px 5px; font-size: 16px;}
h2 { width: 739px; margin: 0 auto; position: relative; left: -3px;padding: 0px 5px 0px 5px; font-weight: bold; font: 16px Arial, Helvetica, sans-serif; font-size: 14px;}
h3 { color: black; width: 739px; margin: 0 auto; position: relative; left: -3px;font-size: 10pt;  padding: 0px 5px 0px 5px; font-size: 12px;}
h4 { font: 14px Arial, Helvetica, sans-serif; font-weight: bold;position: relative; left: -3px;}

img {vertical-align: bottom;} 
body {
	margin: 0;
	padding: 0;
	background-color: #e1e1e1;
	font: 12px Arial, Helvetica, sans-serif;

}
.time {
	margin: 0 auto;
	padding: 5px 0px 5px 0px;
	text-align: right;
	background-color: #000;
	color: white;
	width: 100%;
	min-width: 754px;
}

.logo {
	background-color: white;
	width: 100%;
	min-width: 754px;
	text-align: center;
	border-bottom: 1px solid black;
}



.topmenu {
	height: 27px; 
	text-align: center;
	width: 100%;
	margin: 0 auto;
	background-color: #8dafee;
	border-bottom: 1px solid black;
}
.topmenu ul {
	list-style: none;
	padding: 0;
	text-align: center;
	width: 350px;
	margin: 0 auto;
}
.topmenu li {
        display: inline;
        padding: 0px 0px 0px 0px;
        float:left;
        height: 25px;
        width: 107px;
        background-color: #8dafee;
        text-align: center;

}
.topmenu li:hover {
	border-bottom: 2px solid red;
}

.topmenu li a, .topmenu li a:link, .topmenu li a:active, .topmenu li a:visited { color: black; text-decoration: none; font-weight: bold;} 
.topmenu li a:hover { color: white; }

.contentwrapper {
	margin: 0 auto;
	padding: 10px 40px 10px 30px;
	width: 730px;
	font-size: 12px;
	line-height: 1.4;
	min-height: 600px;
	background-color: white;
}
.disclaimer {
	background-color: #8dafee;
	border: 1px solid black;
	border-top: 0px;
	margin: 0 auto;
	clear:both;
        text-align: center;
        font-weight: bold;
        width: 760px;
}

.footwrapper {
	margin: 0 auto;
	clear: both;
	text-align: center;
	font-weight: bold;
	border: 1px solid black;
	border-bottom: 0px;
	width: 760px;
	background-color: #8dafee;
}



listings {
        width: 575px;
        margin: auto;
        border-top: solid 8px #DDD;
        border-bottom: solid 8px #DDD;
        background-color:#EFEFEF;
}
#listings table {
        width: 100%;
        background-color: #EEE;
        cursor: pointer;
        border-collapse: collapse;
}
#listings td {
        font-size: 10px;
        border-bottom: solid 1px #DDD;
}
#listings tr:hover {
        background-color: orange;
}

.footer {
        padding: 10px;
        border: 1px dotted black;
        width: 670px;
        text-align:center;
        margin: 0 auto;
        background-color: white;
        color: black;
        font: 12px Arial, Helvetica, sans-serif;
}

.footer ul li {
        float:left;
        width: 180px;
        list-style: none;
        padding: 0px 10px 0px 10px;
        height: 100px;
        text-align: left;
}
.footer ul li ol li {
        height: 20px;
        display: block;
        width: 120px;
        border-left: 1px solid red;
	clear:both;
}
.footer a, .footer a:hover, .footer a:visited, footer a:active {
        color: blue;
        text-decoration: none;
}

