/* style sheet */

body
{
	color: #000;
	background-color: #ddd;
}

h1
{
	font-style: italic;
	letter-spacing: 0.3em;
	font-size: 1.3em;
	margin: 15px 0 10px;
	border-bottom: 1px solid #ccc;
}

h2
{
	margin-bottom: 20px;
	font-size: 1.2em;
	font-style: italic;
}

div#osu-Navbar
{
	margin: 0 -10px;
}

div#content div#osu-Navbar p
{
	margin: 0;
}

div#content
{
	margin: 0 auto 10px;
	width: 1004px;
	padding: 0 10px;
	color: #000;
	background-color: #fff;
	border: 1px groove #ccc;
	overflow: none;
}

div#content p
{
	line-height: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 2em;
}

div#content a
{
	color: #cc0000;
	text-decoration: none;
}

div#content a:hover
{
	color: #ff0000;
	text-decoration: underline;
}

div#content img.banner
{
	margin: 0 -10px;
}

div#content blockquote
{
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	margin: 1.5em 50px;
	line-height: 1.4em;
	font-size: 0.9em;
}

div#footer
/* Site Footer */
{
	clear: both;
	margin: 5em -10px 0;
	padding: .8em 0;
	color: #aaa;
	background-color: #fff;
	border-top: 2px solid #e6e6e6;
	border-bottom: 1px solid #ccc;
	line-height: 1.3em;
	text-align: center;
	font-size: 0.79em;
}

div#footer a
/* Footer link */
{
	color: #ccc;
	background-color: transparent;
	border-bottom: 1px dotted #ccc;
}

div#footer a:hover
{
	color: #cc0000;
	background-color: transparent;
}
