body 
{
	font-family: "Helvetica Neue", Helvetica, Arial, SunSans-Regular, sans-serif; 
	font-size: medium;
}
a:link
{
	color: "#aa0000";
} 
a:visited
{
	color: #7e0000;
} 
p
{
	font-family: "Hoefler Text", Garamond, "Times New Roman", serif;
}
@media (max-width: 699px)
{
	h1
	{
		color: #a00; 
		font-size:x-large; 
	}
	h2
	{
		color: #a00; 
		font-size: larger;
		line-height: 140%;
	}
	h3
	{
		color: #a00; 
		font-size: large;
		line-height: 140%;
	}
	p { 
		color: black; 
		font-size:medium; 
		font-weight: normal;
	}
}
@media (min-width:700px)
{
	h1
	{
		color: #a00; 
		font-size:3rem; 
	}
	h2
	{
		color: #a00; 
		font-size: 2rem;
		line-height: 140%;
	}
	h3
	{
		color: #a00; 
		font-size: 1.5rem;
		line-height: 140%;
	}
	p { 
		color: black; 
		font-size: 1.1rem; 
		line-height: 1.4rem;
		font-weight: normal;
	}
}
#contain
{
	width:100%;
	max-width: 100%;
	background-color: white;

}
#content
{
	width: 100%;
	max-width: 100%;
	background-color: white;
	text-align: left;
}
#beigeband
{
	width: 100%;
	background-color: #f7f3ea;
	font-size: larger; 
	padding: 20px;
	clear:left;
}
#beigeband p
{
	color: black;
}
#beigeband h1
{
	font-weight: bold;
}
#highlight a
{
	color: #ddd;
}
.left
{
	float: left;
	padding: 8px;
	clear:left;
}
.right
{
	float: right;
	padding: 2px;
	clear:right;
}

#menu
{
	min-width: 200px;
	background-color: white;
	padding: 20px;

}
#menu .button
{
	width: 200px;
	line-height: 22px;
	font-size: 16px;
	font-weight: bold;
	background-color: white;
	color: #5c0001;
	padding: 2px;
	text-decoration: none;
	float: right;
	clear:right;
	
}
#menu .button:hover
{
	text-decoration: underline;
	color: #5c0001;
}
.banner img
{
	width:100%;
	max-width: 600px;
	max-height: 209px;
	float:left;
	border: none;
}
