@charset "UTF-8";
/* CSS Document */

/* Specify blanket rules for all elements */
	body {
		margin: 10px; 
		font: 12px Verdana, Arial, Sans-serif;
		color:#000;
		line-height:130%;
		align:center;
		background:#FFF;
	}
	
	hr {
		width:200px;
		align:center;
	}
	
	table {
		border-collapse:collapse;
	}
	
	img {
		border:0;
	}
	
	.highlight {
		margin:0 300px 0 300px;
		padding:5px;
		font-weight:bold;
		background-color:#CCCCCC;
		border-left:3px solid #000;
		border-right:3px solid #000;
	}
	
	.exclusive {
		color:#FF0000;
		font-weight:bold;
	}
		
	h1 {
		font-size: 14px;
		color: #000066;
		font-weight: bold;
		line-height:150%;
		padding:3px;
		background-color:#CCC;
		border-right:7px solid #777;
		border-bottom:1px solid #000;
	}
	
	h2 {
		font-size: 12px;
		color: #FFF;
		font-weight:normal;
		line-height:150%;
		margin:0 0px 0 0px;
		padding:3px;
		background-color:#ca2722;
	}
	
	h3 {
		clear:left;
		padding-top:20px;
		font-size: 14px;
		color: #000066;
		font-weight: bold;
	}
	
/* tables */

	.form td, tr {
		padding:6px;
	}
	
	.form td {
		border-bottom:1px solid #777;
	}

	.forums td, tr {
		padding:10px;
	}
	
	.forums td {
		border-top:1px solid #777;
		border-right:1px solid #000;
		border-bottom:1px solid #000;
		border-left:1px solid #777;
	}
	
	.forums_a {
		background-color:#F0D578;
	}
	
	.forums_b {
		background-color:#F0B978;
	}

/* links and mousovers */	
	a {
		font-size: 12px;
		color: #0066CC;
		font-weight: bold;
	}
	a:link {
		text-decoration: none;
	
	}
	a:visited {
		text-decoration: none;
		color: #0099FF;
	}
	a:hover {
		text-decoration: none;
		color: #000099;
	}
	a:active {
		text-decoration: none;
		color: #0066CC;
	}
	
/* links and mousovers for main menu */	

	#menu a {
		font-size: 12px;
		color: #FFF;
		font-weight: bold;
	}
	#menu a:link {
		text-decoration: none;
	}
	#menu a:visited {
		text-decoration: none;
		color: #CCC;
	}
	#menu a:hover {
		text-decoration: none;
		color: #aabd26;
	}
	#menu a:active {
		text-decoration: none;
		color: #aabd26;
	}
	
/* lists */

	ul {
		margin:5px;
		padding:10px 0 0 25px;
		list-style-image: url(../images/tpan_bullet.gif);
		line-height:150%;
	}
	
	li {
		padding:5px 0 5px 0;
	}

/* alignment */

	#alignment {
		padding:0 25px 0 25px;
	}
	
	#alignment_sidebar {
		width:150px;
		background-color:#FFF;
		padding:10px 10px 10px 10px;
	}
	

/* masthead */
	
	#masthead {
		height:130px;
		margin:0 0 0 0;
		padding:0;
	}
	
/* navigation menu */

	#nav {
		padding:0;
		margin:0 0 10px 0;
	}
	
	#nav li {
		display:inline;
		margin:0px 0px 0px 0px;
		padding: 0px 25px 10px 5px;
	}
	
	#nav a {
		font-size: 12px;
		color: #898989;
		font-weight: normal;
	}
	#nav a:link {
		text-decoration: none;
	}
	#nav a:visited {
		text-decoration: none;
		color: #898989;
	}
	#nav a:hover {
		text-decoration: none;
		color: #223289;
	}
	#nav a:active {
		text-decoration: none;
		color: #898989;
	}
	
/* center */

	#center {
		align:center;
		width:1000px;
		margin:0 0 0 0;
	}
	
/* sidebar */

	#sidebar {
		float:left;
		width:339px;
		margin-bottom:10px;
	}
	
/* sidebar navigation */

	.sidebar_top {
		width:339px;
		margin-bottom:10px;
		border-right:1px solid #a6a6a6;
	}

	.sidebar_bottom {
		width:339px;
		margin-bottom:10px;
	}
	
/* content */

	#content {
		float:right;
		width:650px;
		border-right:1px solid #a6a6a6;
	}
	
/* footer */

	#footer {
		clear:both;
		padding:10px;
	}
	
/* image positioning */
	.float_left {
		float:left;
		margin:0 10px 10px 0;
	}
	
	.float_right {
		float:right;
		margin:0 0px 10px 10px;
	}
	
	.spacer {
		clear:left;
	}
	
	.spacer_right {
		clear:right;
	}
	
/* searchbox */

	.searchbox {
		width:220px;
		margin:15px;
	}
	
	.searchbox legend {
		border:1px solid #777;
		padding:3px;
		background-color:#CCC;
	}