* {font-family:"trebuchet ms", tahoma, arial, "sans serif"}

body {
	color:#000;
	font-size:80%;
	background:#003333;
	text-align:center;
	line-height:140%;
}

a {
	color:#CC3300;
	text-decoration:underline;
	font-weight:bold;
	background:#FFFFCC;
}
		a:hover{
			color:#336666;
			text-decoration:underline;
			font-weight:bold;
			background:#FFFFCC;
		}

input, textarea, select {
	color:#000;
	background-color:#FFCC99;
	border:1px solid #669966;
	font-size:100%;
}

a img {
	border:0;
}

h1 {
	color:#003333;
	text-align:center;
	font-weight:bold;
	font-size:200%;
	margin-top:0
}

h2 {
	color:#006666;
	font-size:140%;
	font-weight:bold;
	font-style:italic;
	border-bottom:1px solid #CC3300;
	width:400px;
}

h3 {font-size:120%;font-weight:bold;font-style:italic;}

blockquote {
	width:600px;
	margin:0 auto;
	background-color:#CCFFCC;
	padding:3px;
	border:1px solid #669966;
}

	blockquote p {padding:0;margin:auto 0 7px 0;}

table {
	width:90%;
	border-collapse:collapse;
	border:1px solid #669966;
	margin:0 auto;
}

tr, td, th {
	border:1px solid #669966;
	padding:2px;
}

	th {
		text-align:center;
		font-size:120%;
		background-color:#003333;
		color:#FFFFCC;
	}

#container {width:700px;margin:0 auto}

#header {background:url("h-firstglance.jpg") no-repeat center;height:300px}

#content {text-align:left;background-color:#FFFFCC;border:1px solid #000;margin-top:10px;padding:2px}


ul#nav {
	list-style-type:none;
	margin:10px 0 0 0;
	padding:0;
}

	ul#nav li {
		display:inline;
		padding:0 9px;
	}
	
	#nav a {
		text-decoration:none;
		padding:3px;
		color:#003333;
		background:#FFFFCC;
	}
	
	#nav a:hover {
		color:#FFFFCC;
		background:#CC3300;
	}


ul.list {
	margin:0;
	padding:0;
	list-style-type:none;
}