@charset "UTF-8";
@import url("navigation.css");
@import url("links.css");
body {
	margin-top: 16px;
		margin: 0 auto;
		margin-left: 0px;
	margin-right: 0px;
	background-color:#8A1318;

}

/*#bar {
	
	background-image:url(images/nav-grad.gif);
	background-repeat:repeat-x;
	height:51px;
}*/

#backing {
	background-image:url(images/backing2.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	
	height:800px;
}

#wrapper {
		/*height:398px;*/

	width:100%;
	padding: 0em;
	margin: 0 auto;
	/*background-image:url(images/backing.gif);*/
	background-repeat:repeat;
}

#header {
	width:50em;
		padding: 0em;
	margin: 0 auto;

}

#nav {
	width:50em;

}


#contentwrap {
	width:50em;
		padding: 0em;
	margin: 0 auto;

}

.heading {
	
	font-family:Helvetica;
	font-size:1.5em;
	line-height:0em;
	color:#016699;
}

#title {
	
	margin-top:0em;
}

#contentleft {
	float:left;
	
	background-color:#fff;
	font-family:Helvetica;
	color:#7B7C7E;
	padding:1em;
	padding-left:1.5em;
	font-size:0.75em;
	line-height:1.5em;
	width:40em;
		height:384px;

}


#rightcol {
float:left;
	
	background-color:#fff;
	font-family:Helvetica;
	color:#7B7C7E;
	padding:1em;
	font-size:0.75em;
	width:20em;
	height:384px;
		line-height:2em;

	
	}


#footer {
	width:100%;
	border-top-width:thin;
	border-top-style:solid;
	border-top-color:#FFD741;
	background-color:#8A1318;
	font-family:Helvetica;
	color:#FFD741;
	font-size:0.7em;
	line-height:1.5em;
	padding-bottom:5px;
}

.fpul {
	line-height:2.2em;
	margin-left:0px;
}

.bluecopy {
	color:#016699;

}

.h1 { font-family:Helvetica;
font-size:2em;
color:#8A1318;
letter-spacing : -1px; 
}

.red {
	color:#F00;
	font-family:Arial, Helvetica, sans-serif;
}