body {
	background: #FFF;
	background-image:url('img/body-bg.png');
	background-position: top left;
	background-repeat: repeat-x;
}
#content {
	margin-top: 100px;
	min-height:300px;
}
	#content h1 {
		color:#004b91;
	color: #ec000b;
	}
	a {
		color:#004b91;
	}

#content pre {
	font-family: Courier New,Courier,monospace;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
}
#header{
	position:absolute;
	top:0px;
	height:60px;
}
	#header ul {
		margin:0px;
		margin-top:30px;
		padding:0px;
		list-style:none;
	}
	#header li a {
		float:left;
		display:block;
		padding:5px;
		text-decoration:none;
		font-weight:bold;
		color: #333;
		text-transform:uppercase;
	}
	#header li a:hover {
		background:#ddd;
	}
	#header li a:active {
		margin-top:1px;
		background:#CCC;
	}
		
#logo {
}
#logo img {
	height:60px;
	float:left;
}
#signature {
	float:left;
	margin-top:18px;
	margin-left:5px;
	color: #ec000b;
	font-size:1em;
	font-weight:bold;
}
#searchbar{
	position:absolute;
	top:60px;
	height:40px;
	background:
}
	#searchbar form {
		margin:0px;
		padding:0px;
	}
	#searchbar form fieldset {
		margin:0px;
		padding:0px;
		border:0px;
	}

	#searchbar p {
		float:left;
		display:inline;
		float:left;
		display:inline;
	}
	#searchbar ul {
		margin:0px;
		padding:0px;
		list-style:none;
		
	}
	#searchbar ul li a {
		float:left;
		display:block;
		padding:5px;
	}
	#searchbar ul li a:hover {
		background:#ccc;
		
	}
	
#footer {
	color: #cecece;
}
	#footer a {
		color: #666;
	}
	#footer a:hover {
		color: #333;

	}

tr.Row {
	background:#eee;
}
tr.AltRow {
}

tr.Row:hover, tr.AltRow:hover {
	background: #CCC;
}
div.lightcol {
	color: #666;
}


	div.lightcol h3,
	div.lightcol h2 {
		color: #666;
	}

	div.lightcol ol {
		margin:0px;
	}

	div.lightcol ul {
		list-style:none;
		padding:0px;
	}
