a:link { color: #CC3333; font-weight: bold; text-decoration: none}
a:hover { color: #CC3333; font-weight: bold; text-decoration: underline} 
a:active { color: #CC3333; font-weight: bold; text-decoration: underline} 
a:visited { color: #666666; font-weight: bold; text-decoration: underline} 

/* Block-level Positioning */

#banner {
	position:absolute;
	left: 0px;
	top: 0px;
	width: 760px;
	height: 90px;
}
#logo {
	position:relative;
	width: 460px;
	height: 68px;
}
#navbar {
	position:absolute;
	top: 68px;
	height: 17px;
	width: 500px;
}
#mainBody {
	position:absolute;
	left: 0px;
	top: 100px;
	width: 760px;
	padding: 0px 0px 0px 5px; /* top right bottom left */
}
#backTo {
	position:relative;
	margin: 0px 0px -5px 0px; /* top right bottom left */
}
#section160R {
	position:relative;
	float:right;
	width: 160px;
	margin: 0px 5px 10px 5px; /* top right bottom left */
	background-image:url(/format/bkg160.gif);
	background-repeat:no-repeat;
}
#section200R {
	position: relative;
	float: right;
	width: 200px;
	margin: 0px 5px 10px 5px; /* top right bottom left */
	background-image:url(/format/bkg200.gif);
	background-repeat:no-repeat;
}
#section300R {
	position: relative;
	float: right;
	margin: 0px 5px 10px 5px; /* top right bottom left */
	width: 300px;
	height: 600px;
}
#section595 {
	position:relative;
	top: 10px;
	width: 595px;
	background-image:url(/format/bkg595.gif);
	background-repeat:no-repeat;
}

/* Standard Tags */

body {
	margin-top: 0px;
	background-image:url(/format/background.gif);
	background-repeat:no-repeat;
}
p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
h1 {
	font-size: 1.8em;
	color: #333333;
	font-weight: bold;
	font-style:italic;
	margin-bottom: -10px;
}
h2 {
	font-size: 1.4em;
	color: #333333;
	font-weight: bold;
	font-style:italic;
	margin-bottom: -10px;
}
h3 {
	font-size: 1.2em;
	color: #333333;
	font-weight: bold;
	font-style: italic;
	margin-bottom: -10px;
} 
h4 {
	font-size: 1.2em;
	color: #333333;
	font-weight: bold;
	font-style: italic;
	background-image: url(/format/greylines16.gif);
	margin-bottom: -10px;
}
.bodytext {
	text-indent: 5ex;
}
.fineprint {
	font-size: 10px;
}
.extrabold {
	font-size: 120%;
	font-weight: bold;
}
.indent5 {
	text-indent: 5px; 
}
.indent10 {
	text-indent: 10px; 
}
.subheading {
	font-size: 75%;
}
