body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 760px;
	background-color: #ECE9FE;
	margin: 5px auto;
	padding: 0;
	}
table {
	width: 100%;
	margin: 0 auto;
	}
table td {
	padding: 0;
	border-width: 0;
	vertical-align:top;
	}
td#header {
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	}
td#subhead	{
	background-color:#9999F3;
	border-top: thin solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	padding: 3px 0 3px 0;
	}
td#leftside {
	width: 140px;
	background-color:#999999;
	padding: 10px 10px 3px 10px;
	vertical-align: top;
	}
#navcontainer {
	width: 140px;
	margin: 0 0 0 5px;
	}
#navlist {margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
}
#navlist a, #navlist a:visited {
	display: block;
	padding: 5px 10px 5px 30px;
	color:#FFFFFF;
	font-size:66%;
	font-weight: bold;
	text-decoration: none;
	border-right: 2px solid #33FF99;
	border-bottom: 1px solid #33FF99;
	}
#navlist a:hover {
	padding: 5px 10px 5px 30px;
	color:#000000;
	background-image: url(../images/navon_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	font-weight: bold;
}
#navlist .uberlink {
	background-image:url(../images/uberlink_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #000000 !important;
	font-weight: bold;
	cursor: default;	
	}
td#content	{
	background-color:#000000;
	color:#C4C4FF;
	font-size: 90%;
	padding: 20px 20px 20px 20px;
	}
td#content a, td#content a:visited	{
	color: #C4C4FF;
	font-weight: normal;
	text-decoration:underline;
	}
td#content a:hover	{
	color: #C4C4FF;
	font-weight: normal;
	text-decoration: none;
	}
.left	{
	text-align: left;
	clear: both;
	}
.leftimg	{
	float: left;
	clear: both;
	margin: 10px 0 0 0;
	padding: 3px;
	border: 1px solid #CCCCCC;
	background-color: #000000;
	vertical-align: middle;
	}
.right	{
	text-align: right;
	clear: both;
	margin: 10px 0 0 0;
	}	
.rightimg	{
	float: right;
	clear: both;
	margin: 10px 0 0 0;
	padding: 3px;
	border: 1px solid #CCCCCC;
	background-color: #000000;
	vertical-align: middle; 
	}
.footer	{
	background-color:#D6CEFD;
	padding: 3px;
	font-size: 66%;
	width: 250px;
	vertical-align:middle;
	border-top: thick solid #9999FC;
	border-right: none;
	border-bottom: none;
	border-left: none;
	}
.footer a, a:visited	{
	color:#000000;
	text-decoration: underline;
	}
.footer a:hover	{
	color:#000000;
	text-decoration:none;
	}	
h1	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 175%;
	font-weight: bold;
	color: #FFFFFF;
	}
