@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	border:0;
}

body,td,th {
	font-size: 12px;
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	background-color: #FFF;
}
a:link {
	color: #300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #36C;
}
a:hover {
	text-decoration: none;
	color: #309;
}
a:active {
	text-decoration: none;
	color: #39F;
}

#container {
	width:802px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
}

#header {
	width:802px;
	height:220px;
}

#repeater {
	background:url(Images/Repeater.jpg);
	background-repeat:repeat-y;
	width:538px;
	height:auto;
	float:left;
	padding-left:20px;
	padding-top:30px;
}

#sponsorads {
	width:264px;
	height:auto;
	float:right;
}

#bottom {
	background:url(Images/Bottom.jpg);
	background-repeat:no-repeat;
	width:538px;
	height:52px;
	float:left;
}

.copyright {
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	font-style:italic;
	text-indent:40px;
	padding-top:30px;
	}

.copyright a {
	color:#333;
	}
	
.header {
	color:#300;
	font-size:14px;
}

.headerbold {
	color:#600;
	font-size:14px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
}

.headerboldcenter {
	color:#600;
	font-size:14px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
}

.headerboldcentersmaller {
	color:#600;
	font-size:11px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
}

.headerredcenter {
	color:#F00;
	font-size:16px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
}

.center {
	text-align:center;
}

.bluelarge {
	color:#33C;
	font-size:16px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bolder;
	letter-spacing:.25em;
	font-variant:small-caps;
}

.bluemed {
	color:#33C;
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	letter-spacing:.07em;
}

.paypal {
	color:#600;
	font-size:16px;
	text-align:center;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
}

