body {
	margin: 20px 0 0 0;
	padding: 0;
	font-family:  Georgia, "Times New Roman", Times, serif;
	color: #F1F1F1;
	background-color: #444444;
	background-image: url(../shared/background.gif);
	}
div, p {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding-top: 0;
    }
img {
	border: 0;
	}
a {
	text-decoration: none;
	color: #F1F1F1;
	outline: none;
	background-color: transparent;
	}
a:link	{
	color: #F1F1F1;
	background-color: transparent;
	}
a:visited	{
	color:	#888888;
	background-color: transparent;
	}
a:active	{
	color:	#FF6600;
	background-color: transparent;
	}
a:hover	{
	color:	#FF6600;
	background-color: transparent;
	text-decoration:	underline;
	}
.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
p {
	line-height: 150%;
	margin-top: 3px;
	margin-bottom: 15px;
	}
/* 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.*/

pre {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
h1 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: #FFFFFF;
	}
h4 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: #FFFFFF;
	}
h5 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	font-style: italic;
	color: #032850;
	}
h6 {
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
img {
	margin: 0;
	padding: 0;
	border: 0;
	}
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.tiny {
	font-size: 9px;
	line-height: 14px;
	margin-top: 15px;
	margin-bottom: 5px;
	color: #999999;
	}
#container {
	width: 800px;
	\width: 820px;
	w\idth: 800px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #444444;
	background-image: url(../shared/grayblock2.gif);
	background-repeat: repeat-y;
	}
#banner {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #363636;
	}
#content {
	padding: 40px 20px 20px 20px;
	margin-left: 175px;
	background-color: #444444;
	}
#sidebar-a {
	float: left;
	width: 175px;
	\width: 175px;
	w\idth: 175px;
	margin-top: 0;
	margin-right: 0;
	padding: 0;
	}
#footer {
	clear: both;
	padding: 5px 5px 5px 175px;
	margin-top: 10px;
	}
#navcontainer {
	width: 175px;
	} 
#navcontainer ul {
	margin: 0; 
	padding: 0;
	list-style-type: none; 
	}
#navlist a {
	display: block; 
	padding: 6px 0 3px 30px; 
	width: 145px;
	border-bottom: 1px solid #444444; 
	}
#navlist a:link, #navlist a:visited {
	color: #FFF; 
	text-decoration: none; 
	}
#navlist a:hover {
	background-color: #C84812; 
	color: #fff; 
	}
#navlist a:visited {
	color: #ECE6E6;
	text-decoration: none; 
	}
#subnav a {
	display: block; 
	padding: 6px 0 3px 40px; 
	width: 135px;
	border-bottom: 1px solid #444444; 
	}
#subnav a:link, #subnav a:visited {
	color: #ECE6E6; 
	text-decoration: none; 
	}
#subnav a:hover {
	background-color: #C84812; 
	color: #fff; 
	}
#navlist a:visited {
	color: #ECE6E6;
	text-decoration: none; 
	}
#navlist2 a {
	display: block; 
	padding: 6px 0 3px 30px; 
	width: 145px;
	border-bottom: 1px solid #444444; 
	}
#navlist2 a:link, #navlist a:visited {
	color: #FFF; 
	text-decoration: none; 
	}
#navlist2 a:hover {
	background-color: #C84812; 
	color: #fff; 
	}
#navlist2 a:visited {
	color: #ECE6E6;
	text-decoration: none; 
	}
#active {
	font-weight: bold;
	text-transform: uppercase;
	background-color: #444444;
	}
#last {
	float: right;
	}