@charset "utf-8";
/* CSS Document */

/* commented backslash hack \*/ 
html, body{height:100%;margin:0;padding:0;background-color: #F1EEE4;} 
/* end hack */
html,body {margin:0;padding:0;background-color: #F1EEE4;font-family: sans-serif !important; font-size: 12pt !important; color: #555;	}

#outer{min-height:100%;height:auto;}
* html #outer{height:100%;}/* ie6 and under*/

div#outerbanner {	
	margin: 0px;
	background-image:url(../images/stripes.png);
	height: 84px;
	width: 100%;
	text-align: center;
}
div#outer {
	width: 984px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

.outer_inner {
	width: 984px;
	background-color:#FFFFFF;
	padding: 0px;
	border-left: thin solid #b4ae95;
	border-right: thin solid #b4ae95;
	border-bottom: thin solid #b4ae95;
	float:left;
}


div#outer_admin {
	background-color:#FFFFFF;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border-left: thin solid #b4ae95;
	border-right: thin solid #b4ae95;
	border-bottom: thin solid #b4ae95;
	min-width:984px
}

div#nav {
	width: 25%;
	padding: 0px;
	margin-top: 0px;
	/*float: left;*/
	height: 100%;
	font-weight:500;
	letter-spacing:1px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}



div#main {
	margin-left: 30%;
	margin-top: 0px;
	padding: 0px;
	height: 100%;
}
div#footer {
	padding: 15px;
	margin: 0px;
	border-top: thin solid #000000;
}
div#outerfooter{
	height: 60px;		
	width: 984px;
	margin-top:0;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}




html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	/*font-size: 100%;*/
	font-size:12px;
	/*line-height:18px;
	vertical-align: baseline;*/
	background: transparent;
}

ul
{

}
a,
a:visited,
a:active {
	color: #3399cc;
	text-decoration: none;
	font-weight: 500;
}

a:hover { 
	color: #003260;
	text-decoration: none;
}

h2 {
	background: url(../images/arrow-red.png) left no-repeat;
	border-bottom: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	letter-spacing: -.2px;
	margin: 10px 0 10px 0;
	padding: 6px 0 5px 10px;
}

a.red-arrow {
	background:url("../images/content-navigation-red-arrow.png") right no-repeat !important;
	_background:url("../images/content-navigation-red-arrow.gif") right no-repeat;
	padding-right:14px;
}

a.red-active {
	background: url("../images/red-active.gif") -10px 0px no-repeat !important;
	width: 175px !important; /* FORMERLY 195PX BUT CHANGED TO 175PX */
	_width: 185px;
	height: 20px !important;
	padding-top: 3px !important;
	display: block !important;
	margin: 0 0 0 -5px;
	padding-left: 35px;
	overflow: hidden;
	color: #fff !important;
}

a.red-active:hover {
	color: #fff !important;
}

