a:active {  color: #000099}
a:hover {  color: #FC9D03}
a:link {  color: #000099}
a:visited {  color: #006666}

body {
	background-color: #000066;
	font-family: Arial, Helvetica, sans-serif;
}

.backgroundColor {
	background-color: #000066;
}

#mainTable {
	background-color: #FFFFFF;
	width: 796px;
	border-color:#000066;
	border-style: solid;
	border-width: 2 0 0 0px;
	height: 95%;
}

#mainTable td {
}

#mainTableCenterCell {
	padding: 15 30 10 10px;
	width: 540pt;
	height: 100%;
	text-align: left;
}

#mainTableLeftCell {
	padding: 15 8 8 8px;
	height: 100%;
	width: 150px;
}

#mainTableRightCell {
	padding: 15 8 8 8px;
	height: 100%;
}

#cookieCrumb {
	font-size: xx-small;
}


/* SUB NAV (LEFT NAV) */

#subNav {
	padding: 10 0 0 4pt;
	width: 150px;
}

#subNav ul {
	padding: 0 0 0 0pt;
	margin: 0 0 0 0pt;
	list-style: none;
}
#subNav li {
	list-style: none;
	padding: 0 0 0 0pt;
	margin: 0 0 0 0px;
	font-size: 14pt;
}
#subNav a {
	display: block;
	padding: 2 2 2 2pt;
	margin: 0 0 0 0pt;
	text-decoration: none;
	width: 100%;
	color: #7C725A;
	font-size: 10pt;	
	border-bottom: 1pt solid #000066;
	color: #000066;
}

#subNav a:visited {
	color: #000066;
}

#subNav a:hover {
	font-weight: bold;
	background-color: #000066;
	color: #ffffff;

	/* text-decoration: underline overline; */
}
#subNav p {
	font-size: 10pt;
	padding: 0 0 4 0px;
	margin: 0;
}
