@charset "utf-8";
/* CSS Document */

body {
	text-align: 	center;
	margin:			0;
	padding:		0px 0px 20px 0px;
	font-family:	Arial, Helvetica, sans-serif;
	color:			#333;
	font-size:		14px;
	}
a, a:link, a:hover, a:active {
	color:			#FFFFFF;
	text-decoration:none;
	}
a:hover {
	border-bottom:	solid 1px #333;
	}

#main {
	width: 			800px;
	text-align:		left;
	margin:			auto;
	padding-top:	20px;
	padding-left: 10px;
	}
	
#topdiv {
	width: 			800px;
	text-align:		left;
	margin:			auto;
	padding-top: 14px;
	}
	
#bluemid {
	text-align:		left;
	margin:			auto;
	background-image: url(images/blue.gif);
	background-repeat: repeat-x;
	
	}
#bottom {
	height:			60px;
	margin-top:		20px;
	padding-top:	10px;
	font-size:		14px;
	background-image: url(images/bottom.gif);
	color: #FFFFFF;

	}
	#copyright {
	float:			none;
	color: #FFFFFF;
	font-size: 11px;
	}

/* SPK: The below is copied from the old stylesheet for compatibility */
div.rowtight {
  clear: both;
  padding-top: 1px;
  }
  
#signtop {
	padding-left: 20px;
	}
