* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #5c778d;
	text-align: justify;
}
#wrapper { 
 margin: 0 auto;
 width: 1000px;
}
#faux {
	margin-bottom: 0px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 1000px;
	background-color: #FFFFFF;
	background-image: url(images/filler.jpg);
	background-repeat: repeat-y;
}
#header {
 color: #333;
 width: 1000px;
 height: 148px;
}
#navigation {
 color: #333;
 background: #ABBEBE;
 height: 36px; 
}
#leftcolumn { 
 display: inline;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 195px;
 float: left;
}
#content {
	float: right;
	color: #000000;
	width: 950px;
	display: inline;
	position: relative;
	margin-right: 15px;
	margin-left: 15px;
	background-color: #CCCCCC;
	clear: both;
	padding-top: 10px;
}
p {
	margin-top: 5px;
	margin-bottom: 1px;
}

#topText {
	width: 930px;
	background-color: #b0bec9;
	margin: 0px;
	padding: 0px;
}
#topText2 {
	margin: 0px;
	padding: 0px;
	height: 22px;
	width: 930px;
}

#topTextArea {
	width: 900px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	background-color: #b0bec9;
}
#rightcolumn { 
 display: inline;
 position: relative;
 color: #333;
 margin: 10px 10px 10px 0px;
 padding: 0px;
 width: 195px;
 float: right;
}
#footer { 
 width: 1000px;
 clear: both;
 color: #333;
}
.clear { clear: both; background: none; }
a:link {
	color: #000099;
	font-weight: bold;
	text-decoration: none;	
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #0066CC;
}

a:visited {
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}
.blueHead {
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	font-weight: bold;
}
h1 {
	color: #003399;
}