body {
	background: #d1d5ab url(images/background.png) repeat-x;
	margin: 20px;
	font-size:1em;
	font-family:arial,san serif;
	line-height:1.3em;
}

a:link {color:#9D1001}      /* unvisited link */
a:visited {color:#9D1001}  /* visited link */
a:hover {color:#8E9D01}  /* mouse over link */
a:active {color:#8E9D01}  /* selected link */

h2 {
	font-family:trebuchet ms,arial;
	color: #9D1001;
	font-size:2em;
	font-weight:normal;
	border-bottom:1px solid #8E9D01;
	line-height:1em;

}

h1.sitename {
	font-family:trebuchet ms,arial;
	color: #fff;
	font-size:3em;
	font-weight:normal;
	border:0px;
	line-height:1em;
	padding:50px 0px 0px 80px;

}

h3 {
	font-family:trebuchet ms,arial;
	color: #9D1001;
	font-size:1.4em;
	font-weight:normal;

}

#container
{
	margin: 0 auto;
	width: 940px;
	/*background: #fff;*/
	position:relative;
}

#header
{
	background: url(images/header1.jpg);
	padding: 0px;
	height: 125px;
}

#header h2 { margin: 0; }


#content-container
{
	float: left;
	width: 940px;
	background: #efefee;
}

#section-navigation
{
	float: left;
	width: 170px;
	padding: 0px 0;
	margin: 0 0px;
	display: inline;
}

#section-navigation ul
{
	margin: 0;
	padding: 20px 10px 0px 20px;
}

#section-navigation ul li
{
	margin: 0 0 .5em;
	padding: 0;
	list-style-type: none;
	font-family:trebuchet ms,arial;
	font-size: .8em;
	color: #9D1001;

}

#section-navigation ul li a
{
	text-decoration:none;

}


#content
{
	float: left;
	width: 530px;
	padding: 8px 20px 20px 20px;
	background: #fff;
	font-size:.85em;
	min-height:400px;
}

#content h2 { margin: 0; }

#content-wide
{
	float: left;
	width: 730px;
	padding: 8px 20px 20px 20px;
	background: #fff;
	font-size:.85em;
	min-height:400px;
}

#content-wide h2 { margin: 0; }

#right-col
{
	float: right;
	width: 200px;
	padding: 0;
	margin: 0 5 0 5px;
	display: inline;
}

#right-col h3 { margin: 0; }

#right-col-content {

	padding: 20px;
	font-size:.9em;
}


#topsubnav {
	padding:4px 12px 4px 12px;
	font-size:.75em;
	text-align:right;
	position:absolute;
	top:0px;
	right:0px;
	z-index:50;
	background:#fff;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	border:1px solid #9D1001;
}

#topsubnav a:link {color:#9D1001; text-decoration:none;}      /* unvisited link */
#topsubnav a:visited {color:#9D1001; text-decoration:none;}  /* visited link */
#topsubnav a:hover {color:#9D1001; text-decoration:underline;}  /* mouse over link */
#topsubnav a:active {color:#9D1001; text-decoration:underline;}  /* selected link */

.pipe {
margin:0px 8px 0px 8px;
color:#9D1001;
}

.B_crumbBox {
padding:0px;
margin:0px;
font-size:.7em;
}

#footer
{
	clear: left;
	text-align: center;
	padding: 4px;
	height: 1%;
	background: #d1d5ab;
	font-size:.8em;

}
#footer ul
{
	padding:0px 0px 0px 160px;	
}

#footer ul li
{
	list-style-type: none;
	display: inline;
}

#footer li a
{
	display: block;
	float: left;
	padding: 0px 15px;
	color: #fff;
	text-decoration: none;
	/*border-right: 1px solid #fff;*/
}
#footer a:link {color:#000; text-decoration:none;}      /* unvisited link */
#footer a:visited {color:#000; text-decoration:none;}  /* visited link */
#footer a:hover {color:#9D1001; text-decoration:underline;}  /* mouse over link */
#footer a:active {color:#9D1001; text-decoration:underline;}  /* selected link */
