/*CSS Document*/
/*style.css = Main Style sheet for Michigan Hands and Voices website*/
/*Made by Adam R Clegg*/

/*styles for the overall page*/
body {
	color: #000000;
	font: 1em Arial, Helvetica, sans-serif;
	background: #FFFFFF url(background.gif) repeat-x;
}

#banner {
	background: url(banner.png) no-repeat;
}
#nav {
	background: #FFFFFF url(boxback.gif) repeat-x;
	padding: 9px 3px 3px;
	font: 0.9em Georgia, "Times New Roman", Times, serif;
}
#nav a:link
{
	color:#0000FF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
#nav a:visited
{
color:#6600CC;
}
#nav a:hover
{
color: #669999;
text-decoration:underline;
}
#nav ul{
	list-style: url(none) none;
	margin: 0px;
	padding: 0px;
}
.subnav
{
	font-size:0.8em;
	margin-left: 10px;
}

#content {
	background: #FFFFFF url(boxback.gif) repeat-x;
	margin: 0px;
	padding: 9px 5px 5px;
	font-size: 0.9em;
}
img {
	margin: 2px;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0000FF;
	text-decoration: none;
}
a:visited{
color: #6600CC;
}
a:hover{
color:#669999;
text-decoration:underline;
}
h1 {
	font: 16pt Georgia, "Times New Roman", Times, serif;
	color: #003399;
}
h2 {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	color: #003399;
	border-top: 1px #003399;
	border-right: 1px #003399;
	border-bottom: 1px solid #003399;
	border-left: 1px #003399;
}
p.bold{
	font-weight:bold;
	font-size: 0.9em;
}
h2 a, h2 visited {
	font: 14px Georgia, "Times New Roman", Times, serif;
}
