/* == General Appearance  == */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #333;
	background-color: #660000;
	text-align: center; /*ie5PC fix to center*/
	margin: 0px auto;
}
	
a:link {
	color: #0000FF;
}

a:visited {
	color: #0000FF;
}

a:hover {
	color: #CC0000;
}

a:active {
	color: #CC0000;
}


H1, H2, H3, H4, H5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	font-size: 1.1em;
	margin: 24px 0px 4px 0px;
	padding: 0px;
	}
	
H1 {
	font-size: 1.5em;
	}	
H2 {
	font-size: 1.4em;
	}	
H3 {
	font-size: 1.3em;
	}
H4 {
	font-size: 1.2em;
	}
	
/*p {
	margin: 6px;
	}*/

/* == IDs == */

#mainContainer {
	background: #FFFFCC;
	text-align: left; /*ie5PC fix to center*/
	margin: 0px auto;
	width: 740px;
	z-index:1;
	}

#header {
	margin: 0px auto;
	width: 740px;
	position: relative;
	top: 0px;
}
	
/* == pageName styles == */

#pageName {
	padding: 4px 20px 0px 20px;
	margin: 0px;
	text-align: center;
	background: #FFFFCC;
	border-bottom: solid #666633 2px; 
}

#pageName h1 {
	font: bold 1.5em Arial,sans-serif;
	color: #333;
	margin: 0px 2px 0px 2px;
	padding: 0px;
}

#nav {
	margin-top: 0px;
	margin-left: 2px;
	margin-right:auto;
	width: 738px;
	position: relative;
	top: 0px; 
}

#nav td {
	background: #330000;
	text-align: center;
	}

/* ==== Contents Related IDs Appear Below ====== */

#contentContainer {
/*	background: url(Images/back740greenRight.gif);*/
	position: relative;
	width: 740px;
	left: 0px;
	top: 0px;
	margin-top: 0px;
	padding: 0px;
	background: #FFFFCC;
}

/* == Classes == */


/********* form and related tag styles *********/
.clearBoth{
	clear: both; 
	height: 0px;
}

/* ======= Footer Related IDs Appear Below ======== */

/* === Note the Negative Top Margin to close float gap === */

#footerWrapper {
	margin: 0px auto;
	clear: both;
	color: #EEE;
	background: #FFFFCC;
	width: 740px;
	position: relative;
	left: 0px;
	border-top: solid #666 4px;
	font-size:90%;
}

#credits {
	color:  #EEE;
	width: 698px;
	padding: 5px;
	text-align: center;
}

#siteMapLink {
	text-align: center;
	padding: 5px 0px 5px 0px;
	border-bottom: solid #CCC 1px;
}
img
{  border-style: none;
}