body, p, ul, #contentbox, td
{
	color: #000;
	font : 12pt/16pt "Times New Roman", Times, serif;
	text-align : left;
}

#contentbox	img
{
	padding : 0px 5pt 5pt 5pt;
}

/* -------------------
For the Time/Date stamp to appear on the bottom
of printed pages
-------------*/

.timedatestamp
{
	font-weight: bold;
	display: block;
}

/*---- LINKS ----*/

a { text-decoration:none; color:#0360CB; }
a:visited { color:#0155B6; }
a:hover { text-decoration:underline; color:#C85426; }

strong, b {
	font-weight: bold;
	}


/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. UPDATE: this has turned out to be very rare. my current recommendation is IGNORE this warning. at the moment i'm leaving it in only in case the issue turns up again. possibly the original bug in march 2001 was caused by an unusual combination of factors, although this solved it at the time.*/

h1 {
	color: #000;
	font : bold 18pt/16pt "Times New Roman", Times, serif;
	letter-spacing : 1px;
}
h2 {
	color: #000;
	font : bold 12pt/16pt Arial, Helvetica, sans-serif;
	letter-spacing : 1px;
	text-transform : capitalize;
}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	letter-spacing : 1px;
}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
	
img {
	border: 0;
	}

.nav,.legal, #left, #pagetools, #header, #printer, #portal, #adrotator, #navtop, #pic, #navleft, #colorbox, #footer, .border, .left, .right
{
	display : none;
}
	
.button { font-size:10px; font-family: Verdana, Geneva, Tahoma, Arial; color:#595959; }
	
#right {
text-align : left;
	}

#container
{
text-align : left;
}

#threeleft	{
					margin: 0 10px 0 0;
					padding: 0px;
					width: 30%;
					float: left;
				}

#threemiddle 
				{
					float: left;
					margin: 0 10px 0 0;
					padding: 0;
					width: 30%;
					display: inline;
					position: relative;
				}

#threeright {
					display: inline;
					position: relative;
					margin: 0;
					padding: 0;
					width: 30%;
					float: right;
				}
