@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/gaitEdge.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
#header {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 51px;
}
#content {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#homenav {
	float: left;
}
#homenav a {
	display: block;
	height: 66px;
	width: 125px;
	background-image: url(../images/home.jpg);
	background-position: top;
	text-indent: -9000px;
}
#homenav a:hover {
	background-position: bottom;
}
#studynav {
	float: left;
}
#studynav a {
	background-image: url(../images/study.jpg);
	background-position: top;
	display: block;
	height: 66px;
	width: 143px;
	text-indent: -9000px;
}
#studynav a:hover {
	background-position: bottom;
}
h1 {
	color: #B60929;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 25px;
}
h2 {
	font-size: 1.7em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #B60929;
}
a {
	color: #B60929;
}
a:visited {
	color: #87071D;
}
a:hover {
	font-weight: bold;
}
.spacer {
	clear: both;
}
.image {
	margin-right: 10px;
}
#redsection {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #B60929;
	margin-top: 15px;
	padding: 10px;
	margin-bottom: 30px;
}
#redsection p {
	margin: 0px 0px 10px;
	padding: 0px;
	font-size: 1.2em;
	line-height: 18px;
}

