/* 
	MN8 Multimedia - www.mn8multimedia.com
	Copyright © 2008 - All Rights Reserved.
	Revision 1.0 by Josh Vogelgesang
	Revision 1.5 MN8
*/
body { 
	background: #890000 url(images/sjb_backdrop.jpg) top; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #3C3C3C;
	margin: 0px;
	padding: 0px;
}
a {
	color: #FE3931;
	text-decoration: none;
}
a:hover {
	color:  #FE3931;
	text-decoration: underline;
}
#frame {
	width: 995px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background: #FFFFFF;
}
#topmenu {
	padding: 0px;
	background: #FFFFFF;
}
#splash {
	padding: 0px;
}
#sidebar {
	float: left;
	width: 270px;
	padding: 2px;
}
#sidebarpad {
	float: left;
	width: 270px;
	padding: 10px;
}
#content {
	margin-left: 271px;
	padding: 20px;
}
#content h1 {
	font-size: 2.5em;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	color: #095176;
	font-weight: bold;
	letter-spacing: -2px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
#content p {
	line-height: 1.65em;
	text-align: justify;
}
#footer {
	clear: both;
	padding: 0px;
	background: url(images/footer9.jpg) repeat-x top;
	font-size: .8em;
	text-align: center;
	color: #F5F5F5;
}
#footer a {
	color: #FF0000;
}
.style15 {
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
}
.style16 {
	color: #FF0000;
	font-weight: bold;
}
.style17 {
	color: #ff0000;
	font-weight: bold;
}
.style20 {font-size: 12px}
.style25 {font-size: 1.2em}
.rightcontent
{
	/* adjust as needed for wrapping */
	width: 250px;
	height: 145px;

	text-align: center;

	/*
	make it at the far right
	of the *containing* area,
	in this case, the #content div
	*/
	float: right;
	/* margin format is: top right bottom left */
	margin: 20px 0px 0px 10px;
}
.rightflashcontent
{
	/* adjust as needed for wrapping */
	width: 320px;
	height: 240px;

	text-align: center;

	/*
	make it at the far right
	of the *containing* area,
	in this case, the #content div
	*/
	float: right;
	/* margin format is: top right bottom left */
	margin: 20px 0px 0px 10px;
}
#tray {
	margin-top: 10px;
}
#tray .redbox {
	float: left;
	width: 190px;
	_height: 250px;
	min-height: 250px;
	margin-left: 20px;
	padding-top: 10px;
	padding-left: 12px;
	padding-right: 12px;
	color: #3C3C3C;
}
#tray .first {
	margin-left: 0px;
}
#tray p {
	margin-top: 1em;
	margin-bottom: 1.4em;
	padding-left: 2px;
}