
@import "global.css";

@import "home.css";
@import "content.css";

@import "forms.css";
@import "search.css";

body{
	padding: 0;
	font: 95%/1.4 Arial, Helvetica, sans-serif;
	color: #494949;
	background: #fff;
	min-width: 669px;
	text-align: left;
}

#header p, #flash, ul#nav, #columnb, ul#footer, 
ul#quicklinks li#login, ul#quicklinks li img, .searchform, ul#progress{
	display: none !important;
}

/* containers */

#bg{
	position: static;
	width: 669px;	
	margin: 0;
}

#container{
	float: none;
	width: 669px;
	padding: 0;
	background: none;
}

#containerbottom{
	float: none;
	width: 669px;
	padding: 0;
	background: none;		
}

#header{
	width: 589px;
	padding-bottom: 20px;
	border-bottom: 1px solid #494949;
}

#containerthree{
	width: 730px;
	margin: 0;
}

#threecol #content{
	float: none;
	width: 589px;
	background: none;
	padding: 20px 0 15px 0;
}

/* header */

#header h1{	
	margin-left: -30px;
}

#header h2{
	margin-top: 30px;
}

/* quick links in header */

ul#quicklinks{
	width: 160px;
	margin-top: 42px;
}

ul#quicklinks li{
	color: #494949;
}




