.blackSmall {
	color: #666666;
	font-family: verdana, arial;
	font-size: 8pt;
	letter-spacing: 1;
}

.blackSmall2 {
	color: #666666;
	font-family: verdana, arial;
	font-size: 8pt;
}

.black {
	color: #666666;
	font-family: verdana, arial;
	font-size: 10pt;
}


.blacksmall3 {
	color: #000000;
	font-family: verdana, arial;
	font-size: 8pt;
}


.goldbold {
	color: #9e9056;
	font-family: verdana, arial;
	font-size: 8pt;
	font-weight: bold;
}

.grey {
	color: #999999;
	font-family: verdana, arial;
	font-size: 10pt;
}

.greySmall {
	color: #999999;
	font-family: verdana, arial;
	font-size: 8pt;
}

.greyLarge {
	color: #666666;
	font-family: verdana, arial;
	font-size: 16pt;
}

.white {
	color: #FFFFFF;
	font-family: verdana, arial;
	font-size: 10pt;
}

.whiteLarge {
	color: #FFFFFF;
	font-family: verdana, arial;
	font-size: 16pt;
}

.blueSmall {
	color: #D8E8F2;
	font-family: verdana, arial;
	font-size: 8pt;
	height: 16;
}
.darkBlueSmall {
	color: #6190AC;
	font-family: verdana, arial;
	font-size: 8pt;
	height: 16;
}

.form {
	font-size: 8pt;
	font-family: verdana, arial;
}

.dropdown {
	font-size: 8pt;
	font-family: verdana, arial;
	background-color: #F97912;
	/*background-color: #A8BAC4;*/
	/*font-weight: bold;*/
}

a.smalllink:link {
	font-family: verdana;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	letter-spacing: 1;
}

a.smalllink:visited {
	font-family: verdana;
	font-size: 8pt;
	color: #000000;
	text-decoration:none;
	letter-spacing: 1;
}

a.smalllink:hover {
	font-family: verdana;
	font-size: 8pt;
	color: #000000;
	text-decoration:underline;
	letter-spacing: 1;
}

a.navlink:link {
	font-family: verdana;
	font-size: 8pt;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

a.navlink:visited {
	font-family: verdana;
	font-size: 8pt;
	color: #666666;
	text-decoration:none;
	font-weight: bold;
}

a.navlink:hover {
	font-family: verdana;
	font-size: 8pt;
	color: #666666;
	text-decoration:underline;
	font-weight: bold;
}

a.greylink:link {
	font-family: verdana;
	font-size: 7pt;
	color: #999999;
	text-decoration: none;
}

a.greylink:visited {
	font-family: verdana;
	font-size: 7pt;
	color: #999999;
	text-decoration:none;
}

a.greylink:hover {
	font-family: verdana;
	font-size: 7pt;
	color: #999999;
	text-decoration:underline;
}

a.greylink2:link {
	font-family: verdana;
	font-size: 10pt;
	color: #999999;
	text-decoration: none;
}

a.greylink2:visited {
	font-family: verdana;
	font-size: 10pt;
	color: #999999;
	text-decoration:none;
}

a.greylink2:hover {
	font-family: verdana;
	font-size: 10pt;
	color: #999999;
	text-decoration:underline;
}

a.greylink3:link {
	font-family: verdana;
	font-size: 10pt;
	color: #666666;
	text-decoration: underline;
}

a.greylink3:visited {
	font-family: verdana;
	font-size: 10pt;
	color: #666666;
	text-decoration:underline;
}

a.greylink3:hover {
	font-family: verdana;
	font-size: 10pt;
	color: #666666;
	text-decoration:none;
}

a.smalllink2:link {
	font-family: verdana;
	font-size: 7pt;
	color: #000000;
	text-decoration: none;
}

a.smalllink2:visited {
	font-family: verdana;
	font-size: 7pt;
	color: #000000;
	text-decoration:none;
}

a.smalllink2:hover {
	font-family: verdana;
	font-size: 7pt;
	color: #000000;
	text-decoration:underline;
}

a.whitelink:link {
	font-family: verdana;
	font-size: 8pt;
	height: 16;
	color: #6190AC;
	text-decoration: none;
	
}

a.whitelink:visited {
	font-family: verdana;
	font-size: 8pt;
	height: 16;
	color: #6190AC;
	text-decoration:none;
	
}

a.whitelink:hover {
	font-family: verdana;
	font-size: 8pt;
	height: 16;
	color: #D8E8F2;
	text-decoration:none;
	
}


/* CSS Menu Nav */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	background-color:#5f90b0;
	color:#ffffff;
	font-family:helvetica;
	font-size:12px;
	letter-spacing: 0.25px;
	text-decoration:none;
	padding:3px 3px 3px 0px;
	text-align:center;
}

#subnav a {
	display: block;
	text-align: left;
	color:#5f90b0;
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
	padding:2px;
	margin:-1px 0px 0px;
	background-color:#d6e8f4;
	border-width:1px;
	border-style:solid;
	border-color:#ffffff;
}

#nav li { /* all list items */
	float: left;
	width: 150px; /* width needed or else Opera goes nuts */
}

#nav li:hover, #nav li:sfhover { 
	position: relative; 
	z-index: 1; 
	width: 150px;
	background-color: #5f90b0;
	color: #ffffff;
} 

#nav ul a:hover {
	background: #6190AC;
	color: #D6E8F4;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width:150px;
	border-width:1px;
	border-style:solid;
	border-color:#5f90b0;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	background-color: #5f90b0;
}

#content {
	clear: left;
	color: #ccc;
}

.navTable {
	background-color: #5f90b0;
}
