
body {
	background: #FFFFCC url(../css-img/header.gif) repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	margin:0;*/
	height:100%;
	min-width : 950px;
	margin-left:auto;
	margin-right:auto;
	
}

#logo a img{
	text-decoration:none;
	border:none;
	margin:20px 10px;
	}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 15px auto -125px; /* the bottom margin is the negative value of the footer's height */
}

#section { 
	margin:5px 10px 0 220px;
	width:75%;
	}

#nav {
	margin:0px 15px 0 0;
	float:left;
	padding-bottom:20px;

	}
	
table {
	width:100%;
	border:#666 solid thin;
	padding:0;
		
	}
	
td {
	border:#666 solid thin;
	empty-cells:show;
	font-size:14px;
	}

th {
	font-size:16px;
	font-weight:700;
	color: #fff;
	background: url(../css-img/header.gif) repeat-x;
	}
	
.image {width:90px;}	


.gallery {
	float:none;
	cursor: pointer;
	border:1px #666 solid;
	font-size:9px;
	
	
}

h3 a{
	text-decoration:none;
	color:#0000FF;
	}
	
h3 a:hover {
	text-decoration:none;
	color:#0000FF;
	}

.highlight {
	background-color: #CCCCCC;
}

.space {
	background-color:#000;
	empty-cell: show;
	border:none;
	}


/**************************ACCORDIAN MENU*****************/

.navmenu{
	width: 180px; /*width of accordion menu*/

}

.navmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px Arial;
	color: #FFF;
	background:  url(../css-img/titlebar.png) repeat-x center left;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
}

.navmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(../css-img/titlebar-active.png);
	color:#000;
}

.navmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.navmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.navmenu ul li a{
	color: #A70303;
	background: url(../css-img/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
}

.navmenu ul li a:visited{
	color: #A70303;
}

.navmenu ul li a:hover{ /*hover state CSS*/
	color: #A70303;
	background-color: #F3F3F3;
}

/************************FOOTER****************************/
.push {
	height: 125px;; /* .push must be the same height as .footer */
}

.footer {
	background: url(../css-img/noise-gold.gif) repeat;
	font-variant:small-caps;
	color:#666;
	height:125px;

	}
	
.footer p {
	text-align: center;
	font-weight:700;
	font-size:120%;
	color:#666;
	padding-top:30px;
	
	}	
	
