
body	
{ 
	background-color: #0019A8; 
	font-size: 12px;
}

a.contentlink:link	  { font-family: Verdana; font-size: 14px; color: #CC0000; }
a.contentlink:active  { font-family: Verdana; font-size: 14px; color: #CC0000; }
a.contentlink:visited { font-family: Verdana; font-size: 14px; color: #FF9999; }

a:link
{
	background-color: transparent;
	font-family: Verdana;
	color: blue;
	text-decoration: underline;
	font-size: 12px;
}
a:visited
{
	background-color: transparent;
	font-family: Verdana;
	color: blue;
	text-decoration: underline;
	font-size: 12px;
}
a:hover 
{
	background-color: transparent;
	font-family: Verdana;
	color: #cc0000;
	text-decoration: underline;
	font-size: 12px;
}

div#background
{
	position: absolute; 
	z-index: 1; 
	left: 0px; 
	top: 0px;
	border: 0px solid #FF0000;
}

div#mainnavbg
{
	position: absolute;
	width: 770;
	height: 31;
	z-index: 2;
	top: 150px;
	left: 15px;
	border: 0px solid #00FF00;
}

div#mainnav
{
	position: absolute; 
	width: 770; 
	height: 31; 
	z-index: 3; 
	left: 15px; 
	top: 158px;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

a#nav
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
a#nav:hover
{
	background-color: transparent;
	color: #CC0000;
	text-decoration: underline;
}

div#largenav2
{
	position: absolute;
	width: 770px;
	top: 210px;
	left: 15px;
	z-index: 3;
	background-color: #42B4E6;
	padding-top:  5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px; 
}

div#largenav
{
	position: absolute;
	width: 770px;
	top: 181px;
	left: 15px;
	z-index: 3;
	background-color: #42B4E6;
	padding-top:  5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 16px; 
}

div#smallnav
{
	position: absolute;
	width: 770px;
	top: 181px;
	left: 15px;
	z-index: 3;
	background-color: #42B4E6;
	padding: 5px;
}

div#indexcontentwindow
{
	position: absolute;
	width: 770px;
	top: 360px;
	left: 15px;
	z-index: 3;
}

div#subpagecontentwindow
{
	position: absolute;
	width: 770px;
	top: 220px;
	left: 15px;
	z-index: 3;
}

div#indexcontent
{
	position: relative;
	width: 770px;
	z-index: 3;
	border: solid 5px #42B4E6;
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	padding: 10px;
}

div#date
{
	font-family: Verdana;
	font-size: 12px;
	color: #CCCCCC;
}

div#fineprint
{
	position: relative;
	top: 5px;
	width: 770px;
	z-index: 2;
	font-size: 9px;
	font-family: Verdana;
	color: #CCCCCC;
}

div#subpagecontentarea
{
	position: relative;
	width: 770;
	z-index: 3;
	border-left:   solid 5px #42B4E6;
	border-right:  solid 5px #42B4E6;
	border-bottom: solid 5px #42B4E6;
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	padding: 10px;
}

div#transcriptcontentarea
{
	position: relative;
	width: 770;
	z-index: 3;
	border-left:   solid 5px #42B4E6;
	border-right:  solid 5px #42B4E6;
	border-bottom: solid 5px #42B4E6;
	background-color: #F0F0F0;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	padding: 10px;
}