html, body  { 
	font-size: 10pt; 
	font-family: Verdana, Arial, san-serif; 
	background-color: white;
}
p {}
h1, h2, h3, h4 {
	font-family: Helvetica, san-serif;
	font-weight: bold;
}

h1 {
	font-size: 2.1em;
}
h2  {
	font-size: 1.8em;
	margin-top: 0.5em;
	margin-bottom: 0.25em }
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.25em;
}
td {
	font-size: 10pt; 
	font-family: Verdana, Arial, san-serif;
}
hr {
	background-color: #0066ff;
	height: 5px;
}
blockquote    {
	font-weight: bold;
	text-align: center;
	margin: 10px;
	padding: 5px;
	border: solid 2pt #0099ff;
}
div {
	margin: 0; 
	padding: 0; 
	display: block;
}

a:link {
	color: #0099ff; 
	text-decoration: underline;
}
a:visited {
	color: #0000ff;
	text-decoration: underline }
a:hover {
	color: #ff0000; 
	text-decoration: none;
}

a:active {
	color: #ff0000; 
	text-decoration: underline;
}
#nav ul { text-align: center; list-style-type: none; margin: 1em; padding: 0 }
#nav ul li { list-style-type: none; margin: 0; padding: 0 0 0.5em }
#nav a:link, #nav a:visited { color: black; font-weight: bold }
#nav a:hover, #nav a:active { text-decoration: none; }


#container {
	background-color: #FFFFFF; 
	margin: 0 auto 0 auto; 
	padding:0; 
	width: 760px;
}

#header  { background-image: url("banner.gif"); background-repeat: no-repeat; background-position: center; width: 760px; height: 82px }
#title { position: absolute; left: -9999px; height: 55px }
#subtitle { text-align: center; padding-top: 50px; padding-left: 20px; position: absolute; left: -9999px }
#sidebar { width: 140px; float: left; }
#nav { }
#customsidebar { }
#content    {
	margin-left: 140px;
	padding-left: 10px;
	width: 600px;
	min-height: 400px;
	border-left: 2pt solid red;
}
#footer  {
	font-size: 75%;
	font-family: Arial;
	text-align: center;
	margin-top: 3em;
	clear: both }
.centered {
	text-align: center;
	margin: 0 auto }
.cool {
	color: #0033ff }
.hot {
	color: #ff0000 }
.imgBlk   {
	display: inline;
	margin: 5px;
	padding: 5px;
	float: left;
	border: solid 1pt #0099ff }
.imgBlk img  {
	border-style: none }
.imgBlk p  {
	font-size: 0.75em;
	font-style: italic;
	text-align: center;
	margin: 0 auto }
.imgBlkRight {
	margin: 8px;
	padding-right: 10px;
	float: right }
.imgBlkRight img  {
	display: block;
	border-style: none }
.imgBlkRight p {
	font-size: 0.75em;
	font-style: italic;
	text-align: center }
.listSpread  {
	line-height: 2em;
	text-indent: 0;
	list-style-type: square;
	font-weight: bold;
}
.listSpread li  {
	text-indent: 0 }
.box  {
	font-size: 0.75em;
	font-style: italic;
	text-align: center;
	margin: 5px;
	padding: 50px 5px 5px;
	min-height: 100px;
	border: solid 2pt red;
}

.articleContentHide {
	margin: 0;
	padding: 0;
	text-indent: -9999em;
	font-size: 1px;
}

.articleContentHide p, .articleContentHide h3{
	margin: 0;
	padding: 0;
}
.compare td {
	border: solid 1px #000000;
	padding: 2px;
}
