* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 100%;
}
body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
/*	color: #333;				*/
	color: #666;
}

#container {
	text-align: left;
}

#header {
	display: none;
}
#header div#logo {
	text-align: right;	
}
#header div#menu {
	height: 46px;
}
#header div#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	height: 46px;
}
#header div#menu ul li {
	margin: 0;
	padding: 0;
	float: left;
	height: 46px;
}

#header div#banner {
	
}

#contentArea {
	
}
.colLeft {
	float: left;
	width: 55%;
}
.colRight {
	float: right;
	width: 40%;
}

#footer {

}
#footer p#footerMenu {
	padding: 15px 0 15px 0;
	border-top: 1px solid #000;
}
#footer p#footerMenu a {
	font-weight: bold;
}
#footer p#webheads {
	font: 11px Arial, Helvetica, sans-serif;
}
#footer p#webheads a {
	color: #5a5758;	
	text-decoration: none;
}
#footer p#webheads a:hover {
	text-decoration: underline;	
}


/* common styles */

.clear, .clearFloats {
	clear: both;
}
html>body .clear {
	height: 1px;
	display: block;
}
.floatLeft {
	float: left;
	margin: 0 15px 0 0;
}
.floatRight {
	float: right;
	margin: 0 0 0 15px;
}
.floatLeftTight {
	float: left;
}
.floatRightTight {
	float: right;
}
.printOnly {
	display: none;
}

/* general tags */

h1 {
	font-size: 26px;
	padding: 0 0 15px 0;
	font-weight: normal;
}
h2 {
	font-size: 14px;
	padding: 0 0 15px 0;
}
h3 {
	font-size: 12px;
	padding: 0 0 15px 0;
}
h4 {
	font-size: 11px;
	padding: 0 0 15px 0;
}
ul {
	margin: 0 0 0 15px;
}
ul li {
	padding: 0 0 5px 0;
}
p {
	padding: 0 0 14px 0;
	line-height: 160%;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
