/****************************************************/
/* Selector declarations of standard HTML tags      */
/****************************************************/

body {
	margin: 0px;
	align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	padding: 0px;
	border: 0px;
}

table {
	width: 100%;
	margin:0;
	padding: 0px;
	border: 0px;
}
table td { padding: 0; border-width: 0; vertical-align: top;

}
a:link {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}	/* controls links color     */

a:active {
	font-weight: bold;
	color: #CC6600;
}	/* controls active links color     */

a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #CC6600;
}	/* mouse -over color */

a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #666666;
}	/* active links     */

/***************************************************************************/
/* Selector declarations - for general usage (in alphabetical order)       */
/***************************************************************************/

}
	
.mainNavtable {
	width: 100%;
	height: 60px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	float: none;
	background-color: #990033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
}

.bodyTable {
	width: 100%;
	height: 250px;
}  /* controls look of main content area table */

.bottomTable {
	width: 100%;
}  /* controls look of bottom table */

td#bodyTableLftcol{
	width: 240px;
	background-color: #F1F1E3;
}	/* controls look of the left column in main table */

td#bodyTableRtcol{
	vertical-align: top;
	background-color: #F1F1E3;
	width: 100%;
}	/* controls look of the right column in main table */

td#mainNavrow1 {
	height: 15px;
	text-decoration: none;
	background-color: #990033;

}	/* controls look of the 1st row of main navigation table*/
	
td#mainNavrow2 {
	height: 20px;
	text-decoration: none;
	background-color: #CCCC99;
	vertical-align: middle;
	text-align: center;

} 	/* controls look of the 2nd row of main navigation table containing the navigation links */
	
td#mainNavrow3 {
	height: 15px;
	text-decoration: none;
	background-color: #990033;
} 	/* controls look of the 3rd row of main navigation table*/

td#bottomTableRow1 {
	height: 20px;
	background-color: #990033;

}	/* controls look of the 1st row of main navigation table*/

td#bottomTableRow2 {
	height: 25px;
	background-color: #CCCC99;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;


}	/* controls look of the 1st row of main navigation table*/

td#bottomTableRow3 {
	height: 25px;
	background-color: #990033;
	text-align: right;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC99;

}	/* controls look of the 1st row of main navigation table*/

.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9px;
	text-align: left;
	height: 20px;
	background-color: #990033;
	padding-left: 10px;
}
