/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; /*ie5PC fix to center*/

}

#wrapper {
	width: 95%;
	margin-top: 10px;
	text-align: left;
	padding-left: .1px; /*prevents moz from exiting stage left border-right: 0;*/
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#logo {
	display:none;
}

#program {
	position: relative;
	left:auto;
	top: 5px;
	margin:0px 0px 10px 0px;
	width:625px;
/*	letter-spacing:.15em;*/
}

#content {
	position: absolute;
	width:auto;
	top: 110px;
}

#contentTop {
	dispaly:none;
}

#contentBottom {
	dispaly:none;
}

.feature {
	position:relative;
	left:auto;
	width:90%;
	padding:10px;
	font-size:100%;
	background-color:#FFFFFF;
	margin-top:5px;	
}

.feature img {
	display:block;
	float:right;
}

.feature p{
}

#navBar {
	display:none;
}


#navBar a:link, #navBar  a:visited {
	text-decoration: none;
	color:#000000;
	background-image:url(../images/link-light-yellow.gif);
	background-repeat:no-repeat;
	padding: 3px 0px 6px 24px;
	display:block;	
	width:100px;
}

#navBar a:hover {
	text-decoration: none;
	background-image:url(../images/link-light-green.gif);
	background-repeat:no-repeat;
	/*
border-top:inset #000000 1px;
	border-bottom:inset #999 1px;
*/
	color:#FFF;
	 padding: 3px 0px 6px 24px;/* */
}

#navBar>#current{
/* 	position: inherit; */
	background-image:url(../images/link-light-green.gif);
	background-repeat:no-repeat;
	color: #FFF;
	 padding: 3px 0px 6px 24px;/* */
}


/*
#navBar>#current>a:hover{
	text-decoration: none;
	padding: 3px 0px 6px 24px;
	border-top: none;
	border-bottom: none;
}
*/


#footer {
	display:none;
}

#footer a:link, #footer  a:visited {
	text-decoration:none;
	color:#000;

}

#footer li {
	display:inline;
	list-style:none;
}

#footer a:hover {
	text-decoration:underline;
	color:#FFF;
}


#printhead {
	position: absolute;
	left:auto;
	top: 10px;
	font-size:80%;
}

#printhead img{
	float:left;
	margin-right:10px;
}

