
body {
	background: #fff;
	margin: 0;
	padding: 0;
	font: normal 12px trebuchet ms, arial, sans-serif;
	border: 1px solid #fdbb72;
    border-width: 0 3px;
	background: url(i/curve.gif) repeat-x top left;
	line-height: 17px;
}
a { color: #036; }
a: hover { color: #c00; }

td {
	vertical-align: top;
}

th {
	background-color: #036;
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding: 4px;
}

form { margin: 0; padding: 0; }

.table { border: 1px solid #666; padding: 0; margin: 0; position: relative; z-index: 1; }
.table td { padding: 4px; }
.listing-table {
	border: 1px solid #666;
	border-collapse: collapse;
}
.listing-table td { border-bottom: 1px solid #666; padding: 4px; }

#wrapper1 {
	position: relative;
	text-align: left;
	width: 100%;
}
#wrapper2 {
	position: relative;
	text-align: left;
	width: 100%;
	background: url("i/white_bar.gif") repeat-y top left;
}

#header {
	height: 150px;
	vertical-align: top;
	padding: 0px;
	margin: 0;
	color: #fff;
}

#topNav {
	text-align: center;
	color: #005496;
	font-weight: bold;
	padding: 10px 0;
	border-top: 1px solid #005496;
	width: 85%;
}

#topNav a {
	color: #005496;
	font-weight: inherit;
	text-decoration: none;
}

#topNav a:hover {
	color: #99d389;
	text-decoration: underline;
}

#homeCopy {
	float: right;
	width: 600px;
	text-align: left;
	padding: 2px 0 0 0;
	line-height: 18px;
}

#sponsors {
	width: 330px;
	padding: 10px;
}

#navButtonContainer {
	padding-top: 2px;
	float: left;
}

.navButton {
	margin: 3px;
	background: url(i/blank_button.gif) no-repeat;
	width: 120px;
	height: 25px;
	font-weight: bold;
	padding-top: 2px;
	font-size: 14px;
	text-align: left;
	padding-left: 30px;
}

.navButton a {
	color: #fff;
	text-decoration: none;
}

.navButton a:hover {
	color: #fdc688;
	text-decoration: underline;
}

.headline {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding: 0 5px;
}


.homeStandout {
	font-family: georgia, times, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #005496;
}

#maincol {
	position: relative;
	margin: 0;
	padding: 10px;
}
#leftcol { 
	position: relative;
	top: -10px;
	left: -10px;
	float: left;
	width: 150px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 130px; /* actual value */
	margin: 0 0 -10px 0;
	padding: 10px;
	background: #fff;
	z-index: 100;
	border: 0px solid green;
}
#rightcol {
	position: relative;
	top: -10px;
	right: -10px;
	float: right;
	width: 220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 200px; /* actual value */
	margin:0 5px -10px 0;
	padding:10px;
	background: #fedfbc;
	/*z-index: 99;*/
	text-align: center;
	border: 0px solid red;
}
#rightcol img {
	margin-bottom: 10px;
}

#centercol {
	padding: 0 240px 0 180px;
	margin-top: 0;
	border: 0px solid blue;
}
#centercol a {
	color: #666;
}
#centercol a:hover {
	border-bottom: 1px solid;
	color: #c00;
}
#footer {
	position: relative;
	top: 10px;
	background: #fff;
	width: 97%;
	clear: both;
	margin: 50px auto;
	padding: 1% 0;
	border-top: 1px solid #fedfbc;
	font-size: 11px;
	line-height: 16px;
	color: #666;
}

.formLeft {
	width: 100px;
	text-align: right;
	float: left;
	padding: 5px;
	margin: 5px;
	border: 0px solid red;
	vertical-align: top;
}

.formRight {
	float: right;
	width: 200px;
	padding: 5px;
	margin: 5px;
	border: 0px solid blue;
	vertical-align: top;
}

#formContainer {
	width: 340px;
	padding: 5px;
	border: 0px solid green;
}

.textbox {
    border: 1px solid #000;
	background-color: #fff;
    font-size: 11px;
}

.button {
	border: 2px outset #ccc;
    border-top-width: 2px;
    border-left-width: 2px;
	background-color: #fdbb72;
    font-size: 11px;
	font-weight: bold;
	padding: 1px;
    color: #333;
}

.clear { clear: both; }

.msgBox {
	background-color: #efefef; padding: 3px; border: 1px solid #666; margin: 3px;
}

.small { font-size: 10px; }

.classEntry {
	border-top: 1px solid #fdbb72;
	border-bottom: 1px solid #fdbb72;
	padding: 8px 0;
}

.classTitle {
	font-size: 14px; 
	font-weight: bold;
}

.red {
	color: #c00;
}

.listingTypeActive { font-size: 15px; font-weight: bold; color: #f60; }
