/*--- UNIVERSAL SETTINGS --*/
body {
	background-color: #660000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

a:link {
	color: #dc3d10;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #dc3d10;
}
a:hover {
	text-decoration: underline;
	color: #e92600;
}
a:active {
	text-decoration: none;
	color: #e92600;
}

#container {
	margin-right: auto;
	margin-left: auto;
	width: 1071px;
	background-image: url(images/bkg_repeat_06.jpg);
	background-repeat: repeat-y;
}

#footer {
	background-image: url(images/btmfooter_08.jpg);
	background-repeat: no-repeat;
	height: 45px;
	clear: both;
	font-size: 10px;
	color: #FFFFFF;
	padding-right: 250px;
	text-align: right;
}
#rightcolumn {
	width: 693px;
	margin-left: 378px;
	min-height:718px;
    height:auto !important;
    height:718px; 
}

#rightcontent {
	width: 632px;
	background-color: #FFFFFF;
	background-image: url(images/whitefooter_06.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}
#topheader {
	background-image: url(images/header_03.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 250px;
}
#menubox {
	padding-top: 230px;
}
	
#leftcolumn {
	width: 378px;
	float: left;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
/*margin-left:10px;*/
	list-style: none;
	line-height: 1;
	background-color: #FFFFFF;
}
.rightline {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#nav a {
	display: block;
	width: 7em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
	}
#contentbox {
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	min-height:500px;
    height:auto !important;
    height:500px; 
}
	
	#nav a:hover {
	color: #FF9933;
}

#nav li { /* all list items */
	float: left;
	width: 7em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #c4370f;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	font-size: 11px;
	text-align: left;
	padding-left: 7px;
	width: 11em;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	background-color: #990000;
}


h2 {
	color: #660000;
	font-weight: bold;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9933;
	line-height: 24px;
}

h3 {
	color: #ff6600;
	font-weight: bold;
	padding-top: 12px;
	line-height: 2px;
}

.orangebold {
	color: #ff6600;
	font-weight: bold;
	
}

.timeheader {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	background-color: #FF6600;
	text-indent: 10px;
}

.redboldital {
	color: #660000;
	font-weight: bold;
	font-style: italic;
}
.tdborder {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	margin-right: 20px;
	padding-right: 20px;
}
