/* MASTER STYLE SHEET FOR SITE LAYOUT */

body {
	margin: 10px 0px 15px 0px;
	padding: 0px;
	color: #000000;
	background-color: #530203;
	text-align: center;	 /*	BEGIN IE HACK		(centering main wrapper)	*/
}

form {
	display: inline;
}

table {
	font-size: 100%; /* Fixes IE5 inheritance bug */
}

ul, ol {
	margin-bottom: 15px;
}

p {
	margin-top: 0px;
	margin-bottom: 15px;
}

#wrapper-main {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 960px;
	background-color: #eeeeee;
	border-left: 1px solid #aaaaaa;
	border-right: 0px;
	text-align: left;			/* END IE HACK		(centering main wrapper)		*/
}

#wrapper-navigation {
	margin: 0px;
	padding: 0px 8px 0px 11px;
	width: 215px;
	border: 0px;
	background-color: #eeeeee;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	line-height: 16.5px;
	text-align: left;
	float: left;
	min-height: 440px;
	height: auto;			/*	BEGIN IE HACK		(minimum height of navigation DIV)	*/
	_height: 440px;		/*	END IE HACK		(minimum height of navigation DIV)	*/
}

#wrapper-content {
	margin: 0px;
	padding: 0px;
	width: 720px;
	float: right;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	background-color: #ffffff;
	overflow-x: auto;
	min-height: 440px;
	height: auto;			/*	BEGIN IE HACK		(minimum height of content DIV)	*/
	_height: 440px;		/*	END IE HACK		(minimum height of content DIV)	*/
}

#header {
	margin: 0px;
	padding: 0px;
	height: 130px;
	background: url("../graphics/general/header.gif") no-repeat;
	color: #000000;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	border-left: 0px;
	border-right: 1px solid #aaaaaa;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
    text-align: left;
}

#content-spacerbar {
	margin: 0px;
	height: 15px;
	line-height: 15px;
	background-color: #eeeeee;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 1px solid #aaaaaa;
	padding: 0px;
   	font-size: 5px;
}

#content-main {
	background-color: #ffffff;
	color: #000000;
	margin: 0px;
	padding: 5px 10px 10px 10px;
	border: 0px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	line-height: 16.5px;
	text-align: left;
	overflow: visible;		/*	IE HACK				(fixes italics rendering bug)	*/
}

#content-main a:link, #content-main a:active, #content-main a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #530203; 
}
 
#content-main a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #863536; 
} 

.content-titlebar {
	color: #530203;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	height: 28px;
	line-height: 28px;
	font-size: 20px;
	text-align: right;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
	padding: 2px 10px 5px 0px;
	border-top: 0px;
	border-bottom: 1px solid #a85758;
	border-left: 0px;
	border-right: 1px solid #a85758;
}

.titlebarLite {
	color: #530203;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	height: 28px;
	line-height: 28px;
	font-size: 20px;
	text-align: left;
	font-weight: bold;
	margin: 5px 0px 10px 0px;
	padding: 2px 0px 5px 0px;
	border-top: 0px;
	border-bottom: 1px solid #a85758;
	border-left: 0px;
	border-right: 0px;
}

.content-introduction {
	text-align: left;
	margin: 0px;
	padding: 10px;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 1px solid #a85758;
	border-right: 0px;
}

.content-include {
	text-align: left;
	margin: 0px;
	padding: 15px 10px 15px 10px;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
}

.content-spacer-bottom {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	height: 10px;
	line-height: 10px;
	font-size: 5px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-top: 1px solid #a85758;
}

.divSubHeader {
	font-size: 14px; 
	font-weight: bold;
	clear: both;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	color: #530203;
}

#footer {
	clear: both;
	margin: 0px;
	padding: 0px 5px 0px 0px;
	background-color: #eeeeee;
	color: #000000;
	border-top: 0px;
	border-bottom: 1px solid #aaaaaa;
	border-left: 0px;
	border-right: 1px solid #aaaaaa;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	text-align: right;
	height: 28px;
	line-height: 28px;
}