﻿
html, body 
{
	margin: 0px;
}

body 
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	min-width: 780px;
	font-size: small;
	background-color: white;
}

/* adjustment for IE5 */

body
{
	font-size: x-small; /* IE5 Win */
	voice-family: "\"}\""; 
	voice-family: inherit;
	font-size: small;
}

html>body 
{ /* be nice to Opera */
	font-size: small;
}

input, select, textarea 
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: small;
}

#page 
{
	position: relative;
	background-color: White;
	font-size: 90%;
	width: 996px;
	margin: 0 auto;
}

a {
	color: #515791;
}

img {
	border: none;
}


#sidebar {
	float: left;
	width: 233px;
	margin-left: 20px;
	_margin-left: 10px;
}

#sidebar div.top {
	background: url(/images/sidebar_top.gif) no-repeat left top;
	height: 9px;
	width: 233px;
	overflow: hidden;
}

#sidebar div.middle {
	background: url(/images/sidebar_bg.gif) repeat-y left top;
	width: 223px;
	padding: 0 5px 1px 5px;
	margin-top: 0;
}

#sidebar div.bottom {
	background: url(/images/sidebar_bottom.gif) no-repeat left top;
	height: 11px;
	width: 233px;
}

#sidebar h2 {
	margin: 0 0 0 0!important;
	font-size: 100%;
	background-color: #515791;
	color: white;
	padding: 2px 6px;
}

#sidebar p {
	margin: 4px 8px;
	color: #555555;
	font-size: 90%;
}

div.quicklinks {
	margin-bottom: 10px;
}

div.quicklinks a {
	display: block;
	background: url(/images/grid_bullet.gif) no-repeat -8px 1px;
	padding: 0 0 3px 8px;
	font-size: 110%;
}

      td.pct0   { background-color: #ff5050; }
      td.pct10  { background-color: #ff694e; }
      td.pct20  { background-color: #ff824b; }
      td.pct30  { background-color: #ff9b49; }
      td.pct40  { background-color: #ffb447; }
      td.pct50  { background-color: #ffcd45; }
      td.pct60  { background-color: #ffe642; }
      td.pct70  { background-color: #ffff40; }
	td.pct80	{ background-color: #c8ff50; }
	td.pct90	{ background-color: #a0ff60; }
	td.pct100	{ background-color: #60ff60; }
	td.pctna	{ background-color: #FFFFF; }