a:link
{
	color: rgb(0,51,204); 
}
a:visited
{
	color: rgb(51,153,102); 
} 
a:active 
{
	color: rgb(255,153,0);
}

a.ImageLink:link, a.ImageLink:active, a.ImageLink:visited
{
	text-decoration: none;
}

body
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background-color: #FFFFFF;
	color: #003572;
}

h1
{
	font-size:14;
	margin-bottom:2;
	margin-top:1;
	vertical-align: top;
}
h2
{
	font-size:12;
	margin-bottom:1;
	margin-top:1;
	vertical-align: top;
	font-weight: bold;
}
h3
{
	color: rgb(51,153,102); 
}
h4
{
	color: rgb(102,51,153);
}
h5
{
	color: rgb(255,102,153);
}
h6
{
	color: rgb(51,153,102);
}
p, td
{	
	font-size:10;
	vertical-align: top;
	margin-bottom: 0;
}

ul, li
{
	vertical-align: center;
	margin-bottom: 0;
}

.tagline
{
	color: rgb(200,200,200);
	font-size:11;
}
.banner
{
	background-color: #003572;
}

.sitebutton
{
	color: #000000;
	font-size:10;
}

.navbar
{
	background-color: rgb(38,131,169);
	color: rgb(192,192,192);
	font-size:10;
	vertical-align:top;
}
a.navbar:link
{
	color: #99CCFF; 
}
a.navbar:visited
{
	color: rgb(51,153,102); 
} 
a.navbar:active 
{
	color: rgb(255,153,0);
}
.sectionheader
{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #003572;
}
a.sectionheader:link, a.sectionheader:active, a.sectionheader:visited
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.subsectionheader
{
	color: #003572;
	font-weight: bold;	
	background-color: #99CCFF;
}
.menu1, .menu1_selected
{
	background-color: #99CCFF;
	color: #003572;
}
.menu1_selected
{
	font-weight: bold;
}
a.menu1:link, a.menu1:active, a.menu1:visited
{
	color: #003572;
	text-decoration: none;
}
a.menu2:link, a.menu2:active, a.menu2:visited
{
	color: #003572;
	text-decoration: none;
}

.menu2
{
	background-color: #FFFFFF;
}

.menu2_selected
{
	background-color: #FFFFFF;
	font-weight: 800;
}

.InfoBox
{
	background-color: #CCCCCC;
}