body {
	background-color: #7779e6;
	margin-top: 10px;
	margin-bottom: 10px;	
	}

	
H1 {
	font-family: verdana;
	font-size: 10pt;
	font-weight: 800;
	color: #365666;
	margin-top: 10px;
	margin-bottom: 3px;
	margin-right: 10px;
	margin-left: 5px;
	text-align: left;
	}

.leftCellText {
	font-family: verdana;
	font-size: 8pt;
	font-weight: 100;
	color: #365666;
	margin-top: 5px;
	margin-bottom: 3px;
	margin-right: 0px;
	margin-left: 0px;	
	text-align: left;
	}
	
.intCellText {
	background-image:url(images/background.jpg);
	background-repeat:repeat-y;
	font-family: verdana;
	font-size: 8pt;
	font-weight: 100;
	color: #f7efdc;
	margin-top: 5px;
	margin-bottom: 3px;
	margin-right: 10px;
	margin-left: 10px;	
	text-align: left;
	}

	
td.bodyText {
	font-family: verdana;
	font-size: 8pt;
	font-weight: 400;
	color: #365666;
	line-height: 150%;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	}
	
td.photoText {
	font-family: verdana;
	font-size: 8pt;
	font-weight: 400;
	color: #365666;
	line-height: 150%;
	padding-top: 3px;
	text-align: center;
	}

p.photoHeader {
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #365666;
	line-height: 150%;
	padding-top: 3px;
	text-align: center;
}

td.photoHeader {
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #365666;
	line-height: 150%;
	padding-top: 3px;
	text-align: center;
}

</style>

p.boldText {
	font-family: verdana;
	font-size: 8pt;
	font-weight: 800;
	color: #365666;
	}

.feature {
	font-family: verdana;
	font-size: 10pt;
	font-weight: 800;
	font-style: italic;
	color: #365666;
	margin-top: 5px;
	margin-bottom: 3px;
	margin-right: 10px;
	margin-left: 5px;
	text-align: left;
	}
		
ul {
	font-family: verdana;
	font-size: 8pt;
	color: #365666;
	margin-top: 3px;
	margin-bottom: 3px;
	}
		
a:link, visited {
	color: #7895a4;
	font-style: bold;
	text-decoration: underline;
	}
	
.footerText {
	color: #f7efdc;
	font-family: verdana;
	font-size: 7pt;
	font-weight: 100;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
	}

a.footerText {
	color: #f7efdc;
	font-family: verdana;
	font-size: 7pt;
	font-weight: 100;
	text-align: center;
	
	}

a:hover {
	color: #7779e6;
	font-style: bold;
	text-decoration: underline;
	}
	
a.footerText:link, visited, hover {
	text-decoration: underline;
	color: #f7efdc;
	}



	
	
	
	
	ul#nav{
	margin: 7px 0 -13px 7px;
	padding: 0 0px 0px 0;
}

ul#nav li{
	display:block;
	float:left;
	background-color: #cdcdff;
	font-size:11px;

	
	}

ul#nav li a{
	display:block;
	text-align:center;
	color:#7779e6;
	font-weight: bold;
	padding:2px 3px;
	text-decoration:none;
	background-color: #cdcdff;
	border-bottom: thin #666666;


}

ul#nav li a:hover{
	text-decoration:none;
	background-color: #cdcdff;
	color:#7779e6;

}

/* second-level lists */
#nav li{
	height: 1%; /* IE7 Hack */
}

#nav ul{
	position: absolute;
	background-color: #cdcdff;
	width: 180px;
	padding:3px 0 0 0;
	margin:-2px 0 0 0;
	line-height: 1;
	left: -350; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul a{
	margin:0;
	padding:3px 10px;
	width:160px !important;
	text-align:left;
	color:#7779e6;	
	display:block;
	}

#nav li ul a:hover{
	background:#f7efdc;
	}

#nav li:hover ul ul, #nav li.sfhover ul ul{
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul{ /* lists nested under hovered list items */
	left: auto;
}

.blue{ 
	margin: -2px 0 -4px 0;
	}


	 .bold {
	font-weight: bold;
}
