

/******************* HEADER **********************/
.headerTable
{
	width: 100%;
}
.headerRow1
{
	height: 46px;
	color: #ffffff;
}
.headerRow2
{
	height: 23px;
	background-color: #363534;
	color: #ffffff;
}
.headerRow1Cell1
{
	color: #ffffff;

}
.headerRow2Cell1
{
	color:#ffffff;
	font-size:10px;
	padding: 0px 0px 0px 10px;
	
}
.headerRow2Cell2
{
	text-align:right;
	color:#ffffff;
	font-size:10px;
	padding: 0px 5px 0px 10px;
}
.headerLink, .headerLink:visited
{
	color: #ffffff;
	text-decoration:none;
	padding: 0px 0px 5px 0px;
}
.headerLink:hover
{
	color:#f0ab00;
	text-decoration:underline;
	padding: 0px 0px 5px 0px;
}

/* ironpoint printer friendly link */
.ipb, .ipb:visited
{
	color: #ffffff;
	text-decoration:none;
}
.ipb:hover
{
	color:#f0ab00;
	text-decoration:underline;
}
.selectedheaderLink, .selectedheaderLink:visited
{
	color:#f0ab00;
	text-decoration:underline;
	font-weight:bold;
}
.selectedheaderLink:hover
{
	color:#ffffff;
	text-decoration:none;
}
/******************* END HEADER **********************/

/******************* BODY **********************/
body 
{
	margin:0; 
	padding:0;	
}

body,td,th
{
	font-family: Arial, Helvetica, sans-serif; font-size:12px;
}

p
{
	font-family: Arial, Helvetica, sans-serif; font-size:12px;
	margin-left: 26px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;

}

form
{
	margin-bottom: 0px; 
}

.sectionmenu
{
	width: 200px;
}
.bodyTable
{
	width: 100%;	
}


.bodyCell
{
	width: 100%;
	padding: 0px;
}

.advertise
{
	background-color: #ececec;
	background-image: url(bottom_gradient.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}



/******************* END BODY **********************/



/******************* FOOTER **********************/

.footerTable
{
	width: 100%;
}
.footerRow
{
	color: #ffffff;
	background-color: #363534;
}
.footerCell1
{
	width: 70%;
	color: #ffffff;
	font-size:10px;
	padding: 10px 10px 10px 10px;
	style
}

.footerCell2
{
	
	width: 30%;
	color: #ffffff;
	font-size:10px;
	text-align:right;
	padding: 10px 10px 10px 10px;
	vertical-align:bottom;
}
.footerCell3
{
	padding: 0px 0px 0px 0px;
}
/******************* END FOOTER **********************/

.ironpointEditIcons
{
	background-color:#FFFF99;
}

