
body {
	margin : 0px 0px 0px 0px;
	background-color: White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
}
td {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
}
A:ACTIVE, A:LINK, A:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
 	font-weight : normal;
	color : #336699;
	text-decoration : none;
}


ul {
	list-style: disc;
	margin : 0px 0px 0px 0px;
	padding-left: 15px;
}
#screenhead {
	position : absolute;
	left : 0px;
	top : 0px;
	visibility : visible;
	z-index : 0;
}

#pageheader 
{
	position : absolute;
	left : 0px;
	top : 0px;
	width : 790px;
	height : 84px;
	visibility : visible;
	z-index : 0;
	background-image : url(../images/bgheader.gif);
}

#moduletitle
{
	position : absolute;
	left : 28px;
	top : 60px;
	z-index: 100;
	font-size : 15px;
	color : #0066CC;
	font-weight : bold;
	width: 350px;
}

#sectiontitle
{
	position : absolute;
	top : 60px;
	left : 150px;
	width: 480px;
	text-align : right;
	color : #0066CC;
	font-size : 15px;
	font-weight : bold;
}

#labelhead {
	position : absolute;
	left : 10px;
	top : 56px;
	visibility : visible;
	z-index : 1;
}
#pagetitle {
	position : absolute;
	left : 28px;
	top : 88px;
	visibility : visible;
	font-size : 15px;
	font-weight : bold;
	width: 350px;
}
#headtext {
	position : absolute;
	left : 28px;
	top : 110px;
	width: 730px;
	visibility : visible;
	z-index : 2;
}
#contentmain {
	position : absolute;
	left : 28px;
	top : 142px;
	visibility : visible;
	z-index : 10;
}
#navinstructions {
	position : absolute;
	left : 97px;
	top : 480px;
	visibility : visible;
	width: 600px;
	font-size : 11px;
	text-align : right;
	z-index : 2;
	display:none;
}
#navbar 
{
	position : absolute;
	left : 0px;
	top : 500px;
	width : 790px;
	height : 42px;
	display:none;
}	
#navbarleftfiller 
{
	position : absolute;
	left : 0px;
	top : 0px;
	width : 15px;
	height : 42px;
	background-image : url(../images/nav/fillerblock_left.gif);
	display:none;
}	
#navbarexitbutton 
{
	position : absolute;
	left : 15px;
	top : 0px;
	width : 104px;
	height : 42px;
	background-image : url(../images/nav/exit_off.gif);
	display:none;
}
a:hover#navbarexitbutton
{
	background-image : url(../images/nav/exit_hov.gif);
	display:none;
}	
#navbarmenubutton
{
	position : absolute;
	left : 119px;
	top : 0px;
	width : 104px;
	height : 42px;
	background-image : url(../images/nav/menu_off.gif);
	display:none;
}
a:hover#navbarmenubutton
{
	background-image : url(../images/nav/menu_hov.gif);
	display:none;
}	
#navbarextrasbutton 
{
	position : absolute;
	left : 223px;
	top : 0px;
	width : 101px;
	height : 42px;
	background-image : url(../images/nav/extras_off.gif); 
	display:none;
}
a:hover#navbarextrasbutton
{
	background-image : url(../images/nav/extras_hov.gif);
	display:none;
}	
#navbarhelpbutton
{
	position : absolute;
	left : 324px;
	top : 0px;
	width : 101px;
	height : 42px;
	background-image : url(../images/nav/help_off.gif);
	display:none;
}
a:hover#navbarhelpbutton
{
	background-image : url(../images/nav/help_hov.gif);
	display:none;
}	
#navbarprintbutton
{
	position : absolute;
	left : 425px;
	top : 0px;
	width : 101px;
	height : 42px;
	background-image : url(../images/nav/print_off.gif); 
	display:none;
}
a:hover#navbarprintbutton
{
	background-image : url(../images/nav/print_hov.gif);
	display:none;
}
#navbarbackbutton
{
	position : absolute;
	left : 526px;
	top : 0px;
	width : 90px;
	height : 42px;
	background-image : url(../images/nav/back_dis.gif);
	display:none;
}
a#navbarbackbutton
{
	background-image : url(../images/nav/back_off.gif);
	display:none;
}
a:hover#navbarbackbutton
{
	background-image : url(../images/nav/back_hov.gif);
	display:none;
}
	
#navbarnumberpanel
{
	position : absolute;
	left : 616px;
	top : 0px;
	width : 58px;
	height : 42px;
	padding: 13px 0px 0px 2px;
	font-size: 13px;
	text-align: center;
	background-image : url(../images/nav/number_panel.gif); 
	display:none;
}
	
#navbarnextbutton
{
	position : absolute;
	left : 674px;
	top : 0px;
	width : 95px;
	height : 42px;
	background-image : url(../images/nav/next_dis.gif);
	display:none;
}
a#navbarnextbutton
{
	background-image : url(../images/nav/next_off.gif);
	display:none;
}
a:hover#navbarnextbutton
{
	background-image : url(../images/nav/next_hov.gif);
	display:none;
}
	
#navbarrightfiller
{
	position : absolute;
	left : 769px;
	top : 0px;
	width : 20px;
	height : 42px;
	background-image : url(../images/nav/fillerblock_right.gif);
	display:none;
}	
.LabelHeader {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : bold;
	color : #0066CC;
}
.headstyle {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : bold;
	color : #333333;
}
.navinst {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : #333333;
	text-align : right;	
}


#toptext {
	position: absolute;
	left: 28px;
	width: 730px;
	top: 110px;
}





