/**

The Alliance for Senior Services
Rockland Web Design
www.RocklandWebDesign.com

**/



body {
	margin: 0px;
	padding: 0px;
	background-color: rgb(200,215,255);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-image: url(images/bannerbackground2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
}

#wholepage {	
	background-color: rgb(255,255,255);
	background-image: url(images/contentbackground.gif);
	background-repeat: repeat-y;
	margin: 0px auto 0px auto;
	width: 760px;
	border: none;
	position: relative;
}

#header {
	width: 760px;
	height: 143px;
	background-image: url(images/banner.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

h1 { 
color: rgb(0,51,102); 
font-family : Arial, Helvetica, sans-serif, cursive; 
font-size : 1.5em; 
text-decoration: none; 
clear: both; 
} 

h2 { 
color: rgb(0,0,0); 
font-family : Arial, Helvetica, sans-serif, cursive; 
font-size : 1.3em; 
text-decoration: none; 
clear: both; 
} 

h3 { 
color: rgb(0,0,0); 
font-family : Arial, Helvetica, sans-serif, cursive; 
font-size : 1.1em; 
text-decoration: none; 
clear: both; 
} 

a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	color: #003366;
	text-decoration: none;
}

a:hover {
	color: #F09100;
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

#navbar {
	width: 760px;
	height: 30px;
	background-image: url(images/navbar.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#nav {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 126px;
	height: 30px;
	padding: 8px 0px 0px 0px;
	color: rgb(0,0,0);
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}

#nav a:visited {
	color: rgb(0,0,0);
}

#nav a:hover {
	color: rgb(255,255,255);
}

#nav li {
	float: left;
	width: 126px;
	padding: 0px;
	margin: 0px;
	position:relative;
}

#main {
	width: 760px;
	text-align: left;
}

#slogan {
	width: 760px;
	background-color: rgb(253,246,226);
	color: rgb(51,51,51);
	Xcolor: rgb(199,173,132);
	font-size: 20px;
	text-align: center;
}

#content {
	width: 720px;
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 20px 0px;
}

#footer {
	width: 760px;
	height: 20px;
	background-image: url(images/footerbackground.png);
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
	color: rgb(255,255,255);
}

#footertext {
	padding: 5px 0px 0px 0px;
}

#footerlink {
	color: rgb(255,255,255);
	text-decoration: none;
}

#footerlink:visited {
	color: rgb(0,0,0);
}