/* --- CSS For Surbrook's Studies HCC Project -- */
body
{
	font-family: Arial, sans-serif;
	color: #666666;
	background: gainsboro;
}

#title
{
	background: #696969;
	height: 75px;
	width: 100%;
	padding-left: 25px;
	padding-Bottom: 10px;
	margin: 5px;
}

#document_wrapper {
	width: 75%;
	max-width: 1024px;
	margin: 0 auto;
}

h1
{
	font-family: Verdana;
	color: gold;
	font-size: 400%;
	text-align: left;
}

img
{
	float: right;
	margin: 5px;
}

p { margin-left: 25px; }

.bold {font-weight: bold;}

.italic {font-style: italic;}

#definition-wrapper dt
{
	font-family: Verdana;
	color: #F0E68C;
	background: #696969;
	width: 50%;
	margin-left: 15px;
	padding: 5px;
}

#definition-wrapper dt a:link

{
	font-family: Verdana;
	color: #F0E68C;
}

ul { list-style-type: none; }

#email { margin-left: 25px; }

a:link
{
	color: #666666;
	text-decoration: none;
}

a:visited { color: #008080 text-decoration: none; }

a:hover
{
	color: #B0C4DE;
	text-decoration: underline;
}

a:active { text-decoration: underline; }
