/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	color:#6eccf1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
}
#mnTable {
	background-color:#000000;
	background-image:url(../img/selects.bkgrd.gif);
	background-repeat:repeat-y;
}
.bkgrd {
	background-image:url(../img/selects.topbkgrd.gif);
	background-repeat:repeat-x;
	background-position:top;
}
a.thumbimg:link img,a.thumbimg:visited img {
	border: 1px solid #6eccf1;
	margin:17px 0 7px 0;
}
a.thumbimg:hover img,a.thumbimg:visited:hover img {
	border: 1px solid #fff;
	margin:17px 0 7px 0;
}
.holdThumb td {
	vertical-align:top;
}
a:link,a:visited {
	color:#6eccf1;
	text-decoration:none;
	font-weight:bold;
}
a:hover,a:visited:hover {
	color:#fff;
	text-decoration:underline;
	font-weight:bold;
}

/* new css */
#container {
	background-color:#000000;
	background-image:url(../img/selects.bkgrd.gif);
	background-repeat:repeat-y;
	height:750px;
}

#top {
	float:left;
	background-color:#2E2E2E;
	width:100%;
	height:30px;
	background-image:url(../img/selects.topbkgrd.gif);
	background-repeat:repeat-x;
	background-position:top;
}
#topimg {
	width:#356;
	float:left;
}

#datefield {
	float:left;
	width:254px;
	height:23px;
	padding:0;
	margin:0 0 0 382px;
	text-align:right;
}

#topselects {
	float:left;
	width:100%;
	margin:0;
	padding:0;
}
.select {
	float:left;
	width:224px;
	margin:0 10px 0 17px;
}
#centernav {
	float:left;
	display:block;
	width:100%;
	height:38px;
	background-color:#2E2E2E;
	padding:21px 0 0 10px;
}
#copyright {
	position:absolute;
	left:1021px;
	top:487px;
	width:131px;
	height:40px;
	z-index:2;
}