/* CSS Document */
	body {
  	margin: 0px;
  	/*background-image: url(images/sunback.jpg);
  	background-repeat: repeat-x;*/
  	font-family: trebuchet ms, arial, helvetica, sans, sans-serif;
  } 
  
  #container {
  	position: relative;
		width: 975px;
		margin-left: auto;
		margin-right: auto;
  	background-image: url(images/shadeback.png);
  	background-repeat: no-repeat;
  	background-position: 50% 0px;
  }
  
  a:link, a:visited {
  	color: #000099;
  	text-decoration: none;
  }
  
  a:hover, a:active {
  	color: #000099;
  	text-decoration: underline;
  }
  
  #header {
  	height: 65px;
  	width: 975px;
  	margin-left: auto;
		margin-right: auto;
		/*background-image: url(images/header.jpg);*/
  	background-repeat: no-repeat;
  	background-position: 50% 0px;
  	font-size: 30px;
  	font-weight: bold;
  	text-indent: 50px;
  }

  #main {
  	width: 961px;
  	background-color: #ffffff;
  	margin-left: auto;
		margin-right: auto;
  	/*border-top: 2px #c0c0c0 solid;*/
  	height: 450px;
  	font-size: 12px;
  }
  
  p {
  	font-size:12px;
  }
  
  #left {
  	float: left;
  	width: 450px;
  	margin: 5px;
  }
  
  #right {
  	float: left;
  	width: 450px;
  	margin: 5px;
  }
  
  #leftrail {
  	float: left;
  	width: 200px;
  	margin: 5px;
  	border-top: 1px #e6e2e1 solid;
  	border-left: 2px #d6d7dc solid;
  	border-right: 2px #d6d7dc solid;
  	border-bottom: 2px #bcbdbf solid;
  }
  
  #rightbody {
  	float: left;
  	width: 700px;
  	margin: 10px;
  }
  
  .content {
  	padding: 5px;
  	border-top: 1px #e6e2e1 solid;
  	border-left: 2px #d6d7dc solid;
  	border-right: 2px #d6d7dc solid;
  	border-bottom: 2px #bcbdbf solid;
  	margin-bottom: 7px;
  	width: 440px;
  }
  
  .content2 {
  	margin-bottom: 7px;
  	width: 350px;
  }
  
  .content3 {
  	width: 100%;
  	padding: 5px;
  	/*
  	border-top: 1px #e6e2e1 solid;
  	border-left: 2px #d6d7dc solid;
  	border-right: 2px #d6d7dc solid;
  	border-bottom: 2px #bcbdbf solid;
  	*/
  	margin-bottom: 7px;
  }
  
  #topnav {
  	height: 30px;
  	background-color: #3030a9;
  	text-align: center;
  	/*border-bottom: 1px #2828b1 solid;*/
  	/*border-top: 1px #829fb1 solid;*/
  	border-bottom: 3px solid #ffffff;
  	font-weight: bold;
  	font-size: 8pt;
  	text-transform: uppercase;
  	color: #ffffff;
  	margin-bottom: 4px;
  	padding-left: 75px;
  }

	#topnav a {
		height: 12px;
		text-decoration: none;
  	padding-top: 8px;
  	padding-bottom: 8px;
  	padding-left: 20px;
  	padding-right: 20px;
  	text-align: center;
  	display: block;
  	float: left;
	}

	#topnav a:link, #topnav a:visited {
		color: #ffffff;
  	border-top: 3px solid #3030a9;
  	border-bottom: 3px solid #ffffff;
	}
  
  #topnav a:hover, #topnav a:active {
  	color: #F0CD47;
  	text-decoration: none;
  	border-top: 3px solid #3030a9;
  	background-color: #3030a9;
  	border-bottom: 3px solid #3030a9;
  }
  
  .spacer {
  	clear: both;
  }
  
  .shadeback {
	background-image: url('images/shadeback.png');
	background-repeat: no-repeat;
	width: 975px;
	margin-left: auto;
	margin-right: auto;
  }  
  
  h1, div.h1 {
  	margin: 0px;
  	border-bottom: #c0c0c0 1px solid;
  	color: #000099;
  	font-size: 22px;
  	margin-left: 0px;
  	margin-bottom: 0px;
		width: 100%;
		display: block;
		font-variant: small-caps;
		background-color: #eeeeee;
  }
  
  hr {
	border: 0px;
	border-top: 1px #c0c0c0 dashed;
	display: block;
	height: 1px;
	width: 100%;
	overflow: hidden;
  }
  
  #leftrail .image {
  	width: 120px;
  	height: 120px;
  	background-image: url(images/frame.jpg);
  	background-repeat: no-repeat;
  	background-position: 50% 50%;
  	text-align: center;
  	padding: 10px
  	margin: 10px;
  	margin-left: auto;
  	margin-right: auto;
  }
  
  #leftrail .image img {
  	width: 100px;
  	height: 90px;
  }
  
  #footer {
  	font-size: 10px;
  	text-align: center;
  }
  
  .gray {
		color: #3030a9;
		text-transform: uppercase;
	}
	
	.blue {
		color: #000099;
		text-transform: uppercase;
	}
	
	.small {
		font-size: 10px;
	}
	
	#header .small {
		position: relative;
		top: 20px;
		font-size: 14px;
	}
	
	#header .gray, #header .blue {
		position: relative;
		top: 20px;
	}
	
  #top {
  	background-image: url('images/topbar.jpg');
  	background-repeat: repeat-x;
  	height: 25px;
  }
  
  #body {
  
  }
  
  #body h2 {
  	color: #ff9900;
  	font-size: 14pt;
  	margin-left: 10px;
  }
  
  hr {
  	border: 0px;
	border-top: 1px #c0c0c0 dashed;
	display: block;
	height: 1px;
	width: 100%;
	overflow: hidden;
  }
  
  table.hostchart {
  	width: 100%;
  }
  
  .hostchart th, .hostchart td.rankcol {
  	color: #ffffff;
  	background-color: #3030a9;
  	font-weight: bold;
  	height: 40px;
  	text-align: center;
  	font-size: 12px;
  }
  
  .hostchart td {
  	border-bottom: #c0c0c0 solid 1px;
  	font-size: 13px;
  }
  
  .url:link, .url:visited {
  	color: #009900;
  	font-size: 9pt;
  	text-decoration: none;
  }
  
  .ad1 {
  	width: 728px;
  	height: 90px;
  	border: 1px solid #000000;
  	margin-left: auto;
  	margin-right: auto;
  }
  
  .ad2 {
  	width: 100px;
  	height: 468px;
  	border: 1px solid #000000;
  	float: left;
  }
