body{
	font-family: sans-serif;
	font-size: large;
	background-color: teal;
	color: white;
}

/*hsc_v1.css*/

#wrap{
	background-color: teal;
	color: white;
}

#header{
	background-color: white;
	background-image: url('http://www.highlandseniorcenter.com/images/stock/hsc_bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	color: teal;
}

#header,#footer{
}

#nav,#features{
	background-color: teal;
	color: white;
}

#nav{
	font-weight: bold;
}

#features{
}

#content{
	background-color: white;
	color: black;
}

#footer{
	font-size: small;
	font-weight: bold;
}

#nav ul a{
	font-weight: bold;
	text-decoration: none;
	width: 100%;
}

#nav ul a:link{
	color: white;
}

#nav ul a:visited{
	color: lightgrey;
}

#nav ul a:hover{
	color: black;
}

#nav ul a:active{
	color: red;
}

#nav li:hover{
	background-color: #00a0a0;
}

#nav li{
	border: 1px dashed white;
}

#content ul{
	color: green;
}

hr{
	width: 90%;
	background-color: white;
	color: white;
}

#content hr{
	background-color: black;
	color: black;
}

.admin{
	text-align: right;
	color: teal;
}

.vom{
	
}

.featured_class{
	text-align: left;
}

#content .homeContent ul{
	color: black;
}

.bold{
	font-weight: bold;
}

pre {
	font-family: sans-serif;
}

.error{
	color: red;
}

.ok{
	color: green;
	font-weight: bold;
}

.pageTitle{
	color: black;
	background-color: #c3d3d3;
	border-bottom: 1px solid black;
	font-weight: bold;
}

.pageSection{
	color: black;
	background-color: white;
}

.pageForm{
	color: black;
	border-top: 1px solid black;
	background-color: #c3d3d3;
	text-align: right;
}

.sectionContainer{
	border: 1px solid black;
}

.bordered{
	border: 1px solid black;
}

.email{
	text-decoration: none;
}

