body {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	color: #000000;
}

h1 {
	font-size: 130%;
	text-align: left;
	vertical-align: top;
}

h2 {
	font-size: 120%;
	text-align: left;
}

h3 {
	font-size: 100%;
	text-align: left;
	font-weight: bold;
	line-height: 1.2em;
}

a:link {
	color: #000066;
}
a:visited {
	color: #003399;
}
a:hover {
	color: #0066CC;
}
a:active {
	color: #666666;
}

.style1 {
	font-size: 120%;
	color: #007294;
	font-weight: bold;
}

.style2 {font-size: 80%}

#bar {
	background-color: #000099;
	background-image: url(images/bgbar.gif);
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	height: 33px;
}
	
#mainTable {
	line-height: 1.5em;
	width: 80%;
	border: 1px solid #CC0000;
 }
 
#mainTable td {
 }
 
#maincontent {
	font-size: 90%;
	padding: 10px;
	text-align: justify;
	background-position: top;
 }

 #sidebar {
	width: 20%;
	font-size: 80%;
	vertical-align: top;
	background-color: #FFFFFF;
	padding: 10px;
	font-weight: bold;
	background-image: url(images/greybg.jpg);
	background-repeat: repeat-x;
 }
 
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1em;
	text-align: center;
}

#sidebar li {
	margin: 0;
	width: 160px;
}

#sidebar a {
	display: block;
	padding: 2px 2px 2px 15px;
	background-color: #999999;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border: 1px solid #CC0000;
	margin: 8px 2px;
	text-align: left;
	background-image: url(images/button_down.jpg);
}

#sidebar a:link, #sidebar a:visited {
color: #CC0000;
text-decoration: none;
}

#sidebar a:hover, #sidebar a:active {
background-color: #000099;
background-image:   url(images/button_over.gif);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #FFFFFF;
}

#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
background-color: #6D9CCE;
background-image:   url(images/button_over.gif);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #FFFFFF;
}
 
#header {
 }
 
#footer {
	text-align: center;
	font-size: 80%;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #6D9CCE;
	background-image: url(images/bgfooter.gif);
 }

 td, p, ul {
 	font-family: Tahoma, Verdana, Arial;
 }
 
 h1:first-child {margin-top: 0;}/*starts first h1 in TD flush top*/
 h2:first-child {margin-top: 0;}/*starts first h2 in TD flush top*/
 
