<!-- Stylesheet for Region 7 Area Agency on Aging, www.region7aaa.org -->

body {
	background-color: #f6f6f6;
} 

#menu {
	float: left; 
	background-color: darkblue;
	text-align: center;
	border: 2px silver inset;
	margin: 20px 40px 12000px 0;
	font-size: 0.8em;
}

#main {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 720px;
	padding: 10px 40px 40px 40px;
}

.footer {
	font: 1em black Verdana, Arial,  sans-serif;
	text-align: center;
}

h1 {
	font: 1.5em Georgia, Times, serif;
	color: #008;
	font-weight: bold;
	line-height: 0.9em
}

h2 {
	font: 1.4em Georgia, Times, serif;
	font-weight: bold;
	font-variant: small-caps;
	color: #008;
	text-align: center;
}

h3 {
	font: 1.3em Georgia, Times, serif;
	color: #008;
	font-weight: bold;
}

h4 {
	font: 1.2em Georgia, Times, serif;
	color: black;
	font-weight: bold;		
}

h5 {
	font: 1.1em Georgia, Times, serif;
	color: black;
	font-weight: bold;			
}

h6 {
	font: 1em Verdana, Arial, sans-serif;
	font-weight: bold;
	color: black;
	font-style: italic;
	white-space: nowrap;
}

p, td, li {
	font: 1em Verdana, Arial, sans-serif;
	color: black;
	text-align: left;
}

ul {
	text-indent: 40px;
	list-style: none;
}

a.button:link {
	width: 110px;
	display: block;
	background-color: darkblue;
	border: 4px silver ridge;
	font: 0.9em  "Verdana", Arial, sans-serif;
	color: white;
	text-decoration: none;
	font-weight: bold;
	padding: 4px;
}

a.button:visited {
	width: 110px;
	display: block;
	background-color: darkblue;
	border: 4px silver ridge;
	font: 0.9em "Verdana", Arial, sans-serif;
	color: white;
	text-decoration: none;
	font-weight: bold;
	padding: 4px;
}

a.button:hover {
	width: 110px;
	display: block;
	background-color: blue;
	font: 0.9em "Verdana", Arial, sans-serif;	
	color: yellow;
	border: 4px silver outset;
	text-decoration: none;
	font-weight: bold;
	padding: 4px;
}

a.button:active {
	width: 110px;
	display: block;
	background-color: darkblue;
	border: 4px silver inset;
	font: 0.9em "Verdana", Arial, sans-serif;	
	text-decoration: none;
	font-weight: bold;
	color: red;
	padding: 4px;
}

a:link {
	font-weight: bold;
	color: blue;
}

a:visited {
	font-weight: bold;
	color: purple;	
}

a:hover {
	font-weight: bold;
	color: red;
}

a:active {
	font-weight: bold;
	color: blue;
}

table {
	border: 1px darkblue ridge; 
}

th {
	width: 100%; 
	border: 1px darkblue ridge; padding: 8px; 
	font-weight: bold; 
	font-variant: small-caps; 
	text-align: center;
}

td {
	width: 49%; 
	border: 1px darkblue ridge; 
	padding: 8px; 
	vertical-align: top;
	font-size: 0.9em;
}

.caption {
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
}