/* set background image and main body text */

html, body {
	background: #35499e url(/images/star_bg.gif) center top no-repeat;
	color: #000000;
	margin: 0;
	padding: 0;
	font-family: trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:14px;
	}
	
a {
	color: #c1353c;
	}
	
a:hover {
	text-decoration:none;
	}
	
h3 {
	font-size:16px;
	font-style:italic;
	color:#003366;
	}
	
/* set width of wrapper, no top or bottom margin, center in all browsers */

#container {
	width: 800px;
	margin: 0 auto;
	background: #FFFFFF;
	padding: 2px;
	}
	
/* header */
	
#header {
	color: #35499e;
	}
	
#header a {
	text-decoration: none;
	font-weight: normal;
	font-size:12px;
	color: #35499e;
	}
	
#header a:hover {
	text-decoration: underline;
	}
	
/* top navigation */

#topNav {
	background: url(/images/topNav_bg.jpg);
	background-repeat:repeat-x;
	height:31px;
	margin:0 auto;
	}

ul.menu {
	margin:0;
	padding:0;
	}

ul.menu li {
	display:inline;
	margin:0;
	padding:0;
	color: #ffffff;
	}

ul.menu li a, ul.menu li a:visited {
	display:block;
	text-decoration:none;
	height:31px;
	padding:0;
	padding-left:18px;
	padding-right:18px;
	border-left:1px #df9599 solid;
	margin:0;
	float:left;
	color: #ffffff;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:30px;
	font-weight:bold;
	}

ul.menu li a:hover {
	text-decoration:underline;
	}
	
/* flash banner */
	
#flash {
	margin-top:5px;
	height:185px;
	}
	
/* sitepal banner */
	
#sitepal {
	margin-top:5px;
	margin-bottom:3px;
	height:185px;
	text-align:center;
	}
	
/* color blocks on home page */
	
#blocks {
	color: #ffffff;
	font-size:13px;
	}
	
#blocks p {
	padding: 10px;
	}
	
#blocks h2 {
	font-size: 15px;
	padding: 5px;
	}
	
#blocks a {
	color:#ffffff;
	}
	
#blocks a:hover {
	text-decoration:none;
	}

/* homepage wide column */

#homeContent {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 5px;
	margin-left: 5px;
	}
	
#homeContent h2 {
	font-size: 18px;
	}
	
/* internal pages wide column */
	
#wideContent {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
	}
	
/* internal pages narrow column */
	
#inContent {

	}
	
/* sidebar for internal pages */
	
#sideNav {

	}
	
/* footer */

#footer {
	padding-bottom: 10px;
	padding-top: 5px;
	clear: both;
	font: trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	border-top: solid 5px #c1353c;
	}
	
#footer a {
	color:#35499e;
	text-decoration:underline;
	}

#footer a:hover {
	text-decoration:none;
	}
	
/* quotes */
	
.quotebox {
	border: 1px dashed #c1353c;
	padding: 5px;
	margin: 0 auto;
	font-style:italic;
	color:#003366;
}
