body {
background-image: url(/images/backgrounds/background1.gif);
}

#container {
	background-color:#FFFACD;
	border-right:2px solid #000;
	border-left:2px solid #000;
	line-height:normal;
	width:90%;
	border-bottom:2px solid #000;
	border-top-color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0 auto;
	font-size: 1em;
	font-weight: normal;
}

#header {
	background-color:#000;
	height:80px;
	width:90%;
	background-image:url(/images/backgrounds/headerblack.jpg);
	border-top:9px solid #000;
	border-right:2px solid #000;
	border-left:2px solid #000;
	border-bottom:10px solid #000;
	min-width:660px;
	margin:0 auto;
	font-size: .9em;
}

#rightColumn {
float:left;
width:125px;
text-align:center;
background:#FFFACD;

margin:0;
padding:1em;
}

#content {
	text-align:left;
	font-weight:lighter;
	padding-top:2em;
	padding-left:2em;
	padding-right:2em;
	overflow: auto;
	font-size: .9em;
	
}

.leftfloat {
float:left;
margin-right:15px;
margin-top:5px;
margin-bottom:5px;
}

.rightfloat {
float:right;
margin-top:5px;
margin-left:5px;
margin-bottom:5px;
}

h1 {
text-align:left;
font-weight:900;
font-size:1.6em;
font-style:normal;
font-family:"Tempus Sans ITC", Georgia, "Times New Roman";
line-height:1.5em;
}

h2 {
text-align:left;
color:#030;
font-family:"Tempus Sans ITC", Georgia, "Times New Roman";
font-size:1.6em;
font-weight:900;
line-height:1.8em;
}

h3 {
text-align:left;
font-size:1.5em;
color:#000;
font-weight:400;
line-height:1.4em;
}

h4 {
text-align:center;
font-size:1em;
color:#036;
font-weight:700;
}

h5 {
text-align:left;
color:#000;
font-size:0.8em;
}

h6 {
	text-align:left;
	color:#000;
	font-size:1.1em;
	font-weight:700;
	border-left: 15px solid #6699CC;
	padding-left: 5px;
}

#navcontainer ul, #navcontainerbottom ul {
text-align:center;
background:#000;
color:#FFC;
width:100%;
line-height:25px;
font-size:.9em;
margin:0;
padding:0;
}
#navcontainerindex #navlist3 a {
	font-size: .8em;
	display: inline;
}

#navcontainerindex ul li a:hover {
background:#FFC;
color:#006;
}


#navcontainer ul li,#navcontainerbottom ul li {
display:inline;
padding-right:4px;
padding-left:4px;
color:#FFC;
}

#navcontainer ul li a,#navcontainerbottom ul li a {
color:#FFC;
text-decoration:none;
margin:7px;
padding:7px;
}

#navcontainer #active,#navcontainerbottom #active {
margin:0;
padding:0;
}



#navcontainer ul li a:hover,#navcontainerbottom ul li a:hover {
background:#FFC;
color:#006;
}

#navcontainer a:visited,#navcontainerbottom a:visited,#rtnavlist a:visited {
color:#69C;
}


a:link {
	color:#900;
	text-decoration:none;
	font-weight:900;
	font-style:normal;
	
}

a:visited {
color:#69C;
text-decoration:none;
font-weight:900;
}

a:hover {
color:#c00;
text-decoration:none;
font-weight:900;
}

a:active {
color:#009;
font-weight:900;
}

a img {
border:0;
}


#rtnavlist {
font-size:0.7em;
vertical-align:top;
position:relative;
padding:10px;
}

#rtnavlist ul {
	list-style:none;
	margin:0;
	padding:0;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#rtnavlist a {
	display:block;
	width:95px;
	padding:3px 1px;
	border: 1px solid #000000;
}

#rtnavlist a:link {
color:#000;
text-decoration:none;
}

#rtnavlist a:hover {
	background:#FFFFFF;
	color:#0033FF;
	border: 1px solid #6699CC;
}



table {
	width: 85%;
	background: #FFFACD;
}
tr.altRow td {
	background: #FFFDE4;
}
th, td {
	vertical-align: top;
}
table, th, td {
	border: 3px solid #E9D598;
	border-collapse: collapse;
	padding: 6px;
	text-align: center;
}
