@charset "UTF-8";
/* CSS Document */

<style type="text/css">
	html,body,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,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 90%;
	line-height: 1.1em;
	font-family: inherit;
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}

body,
html {
	margin:0;
	padding:0;
	background:#999999;
	background:url(images/bgfade2.jpg);
	font-size:90%;
	line-height:1.2em;
	font-family:arial;
	color:#666666;
}
.clear { clear:both;}

	#wrap {
		width:900px;
		margin:0 auto;
		background:#ffffff;
	}
	#subfooterwrap {
		width:900px;
		margin:0 auto;
	}
	#header {
    	padding:0px 0px;
		background:#ffffff;
	}
	h1 {font-size:150%; line-height:1.2em; font-family:arial; color:#195a97; margin:0 0 6px 0; font-weight:bold;}
	h2 {font-size:90%; line-height:1.1em; font-family:arial; color:#333333; margin:0 0 6px 0; font-weight:bold;}
	p {margin:0 0 10px 0}
	a {color:#195a97;}
	hr	{color:#cccccc; background-color:#999999;}
	li {margin:0px 20px 1px 2px;}
	ul {list-style-type:square; padding-left:20px; font-size:12px;}
	h1 {
	    margin:0;
    }
	#newscallout { font-size:85%; }
	#nav {
		padding:5px 10px;
		background:#ffffff;
	}
	div.hr {
  height: 5px;
  background: #fff url(hr1.gif) no-repeat scroll center;
}
div.hr hr {
  display: none;
}
	
	#nav ul {
		margin:0;
		padding:0;
		list-style:none;
	}
	#nav li {
		display:inline;
		margin:0;
		padding:0;
	}
	#topmain {
		float:left;
		width:650px;
		padding:0px;
		background:#ffffff;
		text-align: left;
	}
	#bottommain {
		float:left;
		width:630px;
		padding:10px;
		background:#ffffff;
		text-align: left;
	}
	
	h2 {
		margin:0 0 1em;
	}
	#topsidebar {
		float:right;
		width:250px;
		height:301px;
		padding:0px;
		background:#cccccc;
		background:url(images/topgreybackground.jpg);
		text-align: left;
	}
	#topsidebar p {
		padding:15px;
	}
	#bottomsidebar {
		float:right;
		width:250px;
		padding:0px;
		background:#999999;
		background:url(images/bottomgreybackground.jpg);
		text-align: left;
	}
	#bottomsidebar p {
		padding:15px;
		color:#eeeeee;
	}
	#bottomsidebar hr {
		color:#990000;
	}
	#sidebar h2 {
		color:#333333;
		background:#cccccc;
		padding:4px;
	}
	#footer {
		clear:both;
		background:#cccccc;
	}
	#footer p {
		margin:0;
		font-size:75%;
		
    }
	#subfooterleft {
		float:left;
		width:630px;
		padding:10px;
	}
	#subfooterright {
		float:right;
		width:250px;
		padding:0px;
	}
	* html #footer {
		height:1px;
	}
	</style>
