@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin-top: 20px;
}
#content-bg {
	width: 684px;
	margin: 0 auto;
	background-image: url(images/body.gif);
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 189px;
}
#wrap {
	width: 684px;
	margin: 0 auto;
}
#nav {
	padding-left: 5px;
}
#content {
	padding: 15px;
}
#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 73px;
	padding-left: 15px;
}
#sponsor {
	float: right;
	padding-right: 5px;
}
a:link {
	color: #0080BF;
	text-decoration: none;
}
h1 {
	font-size: 18px;
	color: #206BBF;
}

a:visited {
	text-decoration: none;
	color: #0080BF;
}
a:hover {
	text-decoration: underline;
	color: #A6CBE5;
}
a:active {
	text-decoration: none;
	color: #0080BF;
}
a.footer:link {
	color: #FFF;
	text-decoration: none;
}
a.footer:visited {
	text-decoration: none;
	color: #FFF;
}
a.footer:hover {
	text-decoration: underline;
	color: #FFF;
}
a.footer:active {
	text-decoration: none;
	color: #FFF;
}

