/* html tag styles */ 
body {
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 740px;
	background-color: #FFFFCC;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 1.166;	
	}
	
#container {
	text-align: left;
	width:740px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fdf8f2;
	color: Black;
	padding: 2%;
}

a:link, a:hover {
	color: #006699;
	text-decoration: none;
}

a:visited
{
	color: #000099;
	/*color: #B266B2;*/
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

h1 {
	font-size: 175%;
	padding-right: 1%;
	padding-left: 1%;
	font-weight: normal;
	color: white;
	}


h2 {
	color: #555555;
	font-weight: normal;
	font-size: 120%;
	margin-top: 1%;
	margin-bottom: 1%;
	padding: 1%;
}

h3 {
	margin: 0 0 1% 0;
	font-size: 100%;
	color: Fuchsia;
	font-weight: bold;
	padding: 1% 0 1% 0;
}

td, dt, dd	{
	font-size: 90%;
	font-weight: normal;
}

hr {
	color: #FFCC66;
}
.separatorInvisible {
	height: 30%;
	}

/* layout divs */

#masthead {
	height: 110px;
	background-color: navy;
	border-bottom-width: 1%;
	border-bottom-color: navy;
	border-bottom: solid;
	padding-right: 1em;
}
#masthead h1 {
	float: left;
	padding-left: 1%;
	margin-top: 1%;
}

#navigation {
	height: 30px;
	width: 100%;
}
	
#navigation ul 
	{list-style: none; 
	margin: 0;
	padding: 0;}
	
#navigation li
	{float: left;
	display: inline;
	margin: 0;
	padding: 0;
	background: url(rollover.gif) no-repeat left top;
	border-bottom: 5px solid #777777;
	width: 20%;
	}
	
#navigation ul a:link, #navigation ul a:visited {display: block;}

/* menu styles*/
html>navigation a {
	height: 30px;
	width: 20%;
}

#navigation a:link, #navigation a:visited {
	text-decoration: none;
	background-color: #fdf8f2;
	color: white;
	}

#navigation a:hover {
	background: url(rollover.gif) 0px -40px;
	background-color: #green;
}
#navigation a:active {
	background: url(rollover.gif) 0px -80px;
	}
#content {
	background-color: white;
	border: 1% solid #f0f0f0;
	padding: 0;
	font-size: 100%;
	float: right;
	width: 72%;
	margin-left: 1%;
	}

content.li {
	font-size: 90%;
	font-weight: normal;
	list-style: square;
}
#sidenav {
	float: left;
	width: 20%;
	background: #fc6;
	}
	
#sidenav li {
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
	background: url(rollover.gif) no-repeat left top;
	border-bottom: 2px solid #777777;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	padding-right: 3px
} 

#sidenav a
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	display: block;
	text-decoration: none;
	padding: 3px 1px 3px 0px;
	}/* Component divs */
	
/*********** #navigation link styles ***********/


	
.home  {
	background-color: #990033;
	color: White;
}
.hometext  {
	color: #990033;
}
.programs  {
	background-color: #FF9966;
}
.programstext  {
	color: #FF9966;
}

.seniors {
	background-color: Maroon;
}
.seniorstext {
	color: Maroon;
}

.aboutus {
	background-color: #9c3;;
}
.aboutustext {
	color: #9c3;;
}
.contactus {
	background-color: #FFCC00;
}
.contactustext {
	color: #FFCC00;
}
.partners {
	background-color: #669900;
}
.partnerstext {
	color: #669900;
}
.contact {
	background-color: #7D0099;
}
.contacttext {
	color: #7D0099;
}


.navlinks a
	
#content ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	list-style: circle;
}
#content li
{
	font-size: 80%;
}
#content h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight: bold;
	color: #000099;
	}

#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: White;
	background-color: #990033;
}
#content h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	color: green;
	}
#content p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.4em;
	margin-top: 0;
	margin-bottom: 1em;
}
	
#siteinfo {
	font-size: 70%;
	text-align: center;
	color: black;
}

#siteinfo a:hover {
	color: #red;
	}

#siteinfo a:active {
	color: red;
	background: url(rollover.gif) 0px -30px;
	}

#footer {
clear: both;
text-align: right;
padding: 3% 0 2% 0;
}
#footer a {
	color: Black;
}

