@charset "ISO-8859-1";

/* 
////////// page typography //////////
*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	background-color: #7F4A2D;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
a:link, a:visited  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 10px;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #dace95;
	font-weight: normal;
	line-height: 10px;
}
#contentCell {
	background-image: url(sr_05.jpg);
	background-repeat: no-repeat;
	padding-right: 30px;
	padding-left: 40px;
}
.accolades{
	text-indent: -8px;
	padding-left: 8px;
}
.bold   {
	font-weight: bold;
}
.yellowBold {
	color: #dace95;
	font-weight: bold;
}
.smallItalic {
	font-style: italic;
	font-size: 10px;
}
.Italic {
	font-style: italic;
}
#footer {
	height: 50px;
	padding-top: 35px;
	
}
#footer  p {
	font-size: 10px;
	line-height: 10px;
	text-align: center;
}
