/*----------- core HTML tags --------------*/

body
{
	position: absolute;
	margin: 0;
}

body, td, input, select, button
{ 
	font: 12px arial, verdana, helvetica, sans-serif;
	color: #000;
}
h1
{ font-size: 13px;}

table, form, img
{ padding: 0; margin: 0; border: none; border-collapse: separate;}

label, legend
{ 
	color: #333;
	font-weight: bold;
}

hr
{
	height: 1px;
	border: none;
	border-top: 1px solid #ccc;
}

a, a:visited
{ 
	color: #00d;
	text-decoration: none;
}

a:hover
{ 
	color: #00f;
	text-decoration: underline;
}


/*----------- form  field sizes ------*/
.short
{ width: 50px;}
.mediuma
{ width: 75px;}
.mediumb
{ width: 150px;}
.wide
{ width: 375px;}
.warning
{ color: #f00; font-weight: bold}
/*----------- tables ------------------*/

table.formtable td
{
	padding: 3px 10px 3px 0;
	white-space: nowrap;
	vertical-align: baseline;
}

table.listtable td
{
	padding: 3px;
	vertical-align: baseline;

}

table.listtable thead, table.listtable tr.tableheader td
{
	color: #000;
	font-weight: bold;
	padding: 3px;
	background: #ccc;
	white-space: nowrap;
}

table.listtable tr.altrow td
{
	background: #ddd;
}

/*----------- menu area --------------*/

div#menu
{
	top: 130px; 
	width: 100%;
	padding-top: 0;
	height: 24px;
	background: #999;
}
div#menu select
{font-size: 11px;}
div#menu div
{ height: 24px;
	
}	
div#menu a, div#menu span, .button
{
	color: #000;
	height: 12px;
}

div#menu span
{	
	color: #000;
	background: #fff;
}
/*----------- banner area --------------*/
div#banner
{display: none;}

img#logo
{
	display: none;
}
img#logoprint
{
	position: absolute;
	top: 0; left: 0;
	display: block;
}
#customa
{
	display: none;
}

img#customb
{
		display: none;

}

/*----------- main content area --------------*/
div#wrapper
{ margin: 0; width: 7.75in; position: relative;}

div#contentblock, div#contentblockwide
{
	top: 155px;
	width: 7.75in;
	background: none;

}


/*----------- left column --------------*/

div#a
{
	display: inline;
	float: left;
	width: 1.25in;
	background: none;
	
}
div#submenu
{

	padding: 12px 0;
	font-size: 11px;


}

div#submenu a, div#submenu a:visited, div#submenu span
{
	padding: 3px 0;
	color: #333;
}
div#submenu span
{
	color: #000;
	background:  none;
}
div#submenu span.subheader
{
	margin-bottom: 3px;
	padding-top: 5px; padding-bottom: 6px;
	color: #000;
	background: #999;

}


/*----------- right column --------------*/

div#b, div#bwide
{

	padding: .1in;
	width: 4in;
	height: expression('500px');
	min-height: 500px;
	border-left: 1px solid #333;


}
div#bwide, div#contentblockwide div#b
{
	width: 5.5in;
	background: none;
}


/*----------- right column --------------*/

div#c 
{
	position: absolute; left: 5.67in; top: 0;
	width: 1.5in;
	overflow: hidden;
	background: none;
	
}

div#c div,div#c p
{
	padding: 3px .05in; margin: 0;
	color: #000;
	
}
div#c label {color: #000;}

div#c td
{
	width: 80px;
	color: #000;
}
div#c td b, div#c td a
{	color: #f00; text-decoration: underline;}


/*----------- footer area --------------*/

div#footerblock
{
	clear: both;
	background: none;
	border-top: 1px solid #000;
	color: #000;
	width: 100%;

}
div#footerblock a, div#footerblock a:visited
{ display: none;}

/*----------- generic divs --------------*/
div#generic1, div#generic2
{
	display: none;
}

#e2elogo
{
display: none;
}

#logo-print
{	display: block;}
.hide
{ display: block;}
