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

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFC;
	background-image: url(images/bggrad.png);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2, p {
	padding-bottom: 10px;
	text-align: left;
	color:#243570;	
}

#wrapper { /*wraps the entire page*/
	width: 800px;
	margin: 0 auto;
}
	#wrapper a { /*links*/
		text-decoration:none;
	}

#header {
	width:100%;
	background-color:#ffe3c7;
	float:left;
	margin-top:10px;
}
#logo {
	text-align:center;
	float:left;
	width: 331px;
	padding: 10px;
}

#nav {
	float:right;
	width:331px;
	padding-top:20px;
	padding-right:10px;
	text-align: right;
	vertical-align:bottom;

}
	#nav a {
		color:#a68232;		
		text-decoration:none;
	}
	
	#nav a:hover {
		color: #1f567;
		font-weight:bold;
	}

#main {
	width:100%;
	border: 1px white solid;
	margin-top:10px;
	float:left;
}
	#mainleft {
		width: 500px;
		float: left;
	}
	#mainright {
		width: 278px;
		height: 375px;
		padding: 10px;
		float:right;
		background-color:#fff;
		color:#243570;
	}
	
	.sub {
		background-color:#f4f0ec;
		padding:10px;
		font-size:0.9em;
		color:#243570;		
	}

	li.main {
		margin-left:20px;
		padding-bottom:0px;
		color:#243570;		
	}
	li.nobullet {
	margin-left:20px;
	padding-bottom:0px;
	list-style-image: none;
	list-style-type: none;
	}	
#footer {
	width: 400px;
	margin: 0 auto;
	font-size: 0.8em;
	position:relative;
	color:#547076;	
	text-align:center;
}

	#footerleft {
		width: 74px;
		height:150px;
		float: left;
	}
	
	#footerright {
		width: 306px;
		padding-left:84px;
		height: 50px;
		position:absolute;
		margin-top:30px;

	}
	
#clear {
	clear:both;
}

a.about {
	text-decoration:none;
}

a.about:hover {
	text-decoration:underline;
}
#wrapper #main #tabs #help table tr td {
	text-align: center;
}
.red {
	color:#900;
	font-weight:bold;
}

