/* STYLE SHEET base.css */


body {
	font: 80%/1.5em "Trebuchet MS", Arial, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}


#wrapper {
	width: 90%;
	min-width:820px;
	max-width:1100px;
	margin:0 auto;
	overflow: auto;
	}
body {
	background: url(../images/body-bg.jpg) repeat;
	}
/***************************************************************************************************
*
*			HEADER STYLES
*
***************************************************************************************************/
#header {
	height: 164px;
	background: url(../images/header-bg.jpg) left repeat-x;
	}
h1 {
	padding: 0;
	font-size: .9em; /* make text smaller to fit behind replacement image (IE6)*/
	margin: 0 auto;
	position: relative;
	height: 164px;
	width: 820px;
	}		
h1 span {
	background: url(../images/header.jpg) no-repeat;
	position: absolute;
	top: 0px;  /* fools Internet Explorer */
	width: 100%;
	height: 100%;
	}
h3	{
	font-size: medium;
	text-align: center;
	}
	
/***************************************************************************************************
*
*			NAVIGATION STYLES
*
***************************************************************************************************/

#navWrapper {
	height: 31px;
	background: url(../images/navBanner-bg.jpg) left repeat-x;
	}
#navigation {
	width: 820px;
	margin:0 auto;
	overflow: auto;
	}
#navigation ul {
	padding: 0;
	margin: 0px 0 0 20px;
	}
#navigation li {
	display: block;
	float: left;
	background: url(../images/tabBox2.gif) left top no-repeat;
	padding: 0 0 0 17px;
	margin: 0 0px 0 0;
	}
#navigation li span{
	background: url(../images/tabBox2.gif) right top no-repeat;
	display: block;
	padding: 5px 17px 6px 0px;
	}
#navigation li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	text-decoration: none;
	color: #555555;
	}
#navigation li a:hover {
	color: #CC0033;
	}
#current span a{
	color: #CC0033;
	}
#current {
	border-bottom: solid 1px #FFFFCC;
	}
.other {
	border-bottom: solid 1px #000;
	}
/***************************************************************************************************
*
*			CONTENT WRAPPER STYLES
*
***************************************************************************************************/
#contentWrapper {
	margin: 0;
	padding: 0px 30px;
	min-width: 760px;
	background-color: #FFFFCC;
	}
#content-bg {
		background-color: #FFF;
	}


/***************************************************************************************************
*
*			FOOTER STYLES
*
***************************************************************************************************/	
#footer {
	clear: both;
	}
#footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-align: center;
	}

div#footer ul {
	text-align: center;
	padding: 0 0 30px 0;
	}

div#footer li {
	display: inline;
	list-style-type: none;
	background: url(../images/dot.gif) no-repeat 0 60%;
	Padding: 0 0 0 12px;
}
div#footer li.left {
	background: none;
}

div#footer li a {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
div#footer a:hover {
	color: #CC0033;
	}
