body {
	font-family: "Verdana", Arial;
	font-size: 12px;
	background-color: white;
}

#logo {
	width: 514px;
	height: 110px;
	background-repeat: no-repeat;
	margin-top: 35px;
}

#copyright {
	bottom: 0px;
	right: 5px;
	position: absolute;
	color: #C0C0C0;
}

a:link, a:visited, a:active {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}

.select {
	font: Verdana;
	background-color: #f9f9f9;
	border: solid 1px;
	border-color: #bbbbbb; 
	padding: 0.2em;
	margin-bottom: 0.3em;
}

.copyright a:link {
	text-decoration: none;
	color: #C0C0C0;
}
.copyright a:visited {
	text-decoration: none;
	color: #C0C0C0;
}
.copyright a:hover {
	text-decoration: none;
	color: #C0C0C0;
}

#networkbar {
	background-image: url(/images/network_bar_bg.gif);
	background-repeat: no-repeat;
	height: 35px;
}

#networklist {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #5282C8;
	font-weight: bold;
	margin: 4px 0 17px 7px;
}

#networkads {
	float: right;
	background: url(/images/network_bar_ad_bg.gif) no-repeat;
	height: 21px;
	width: 474px;
	margin: -55px 5px 0 0;
	padding: 3px 0 0 3px;
}

html > body #networkads {
	margin: -36px 10px 0 0;
	padding: 3px 0 0 3px;
}

h1 {
	background-image: url(/images/logo.gif);
	text-indent: -10000px;
	height: 104px;
	width: 300px;
	margin: 0;
	padding: 0;
}

#container {
	width: 755px;
	margin:0 auto;
	text-align:left;
}