body,td,th {
	font-family: Franklin Gothic Book, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003333;
	text-align: left;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url();
}
#divWrapper {
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
a:link {
	color: #003333;
	text-decoration: none;
	font-variant: small-caps;
}
a {
	font-family: Franklin Gothic Book, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #006262;
}
a:visited {
	text-decoration: none;
	color: #003333;
	font-variant: small-caps;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
	font-variant: small-caps;
}
a:active {
	text-decoration: none;
	color: #003333;
	font-variant: small-caps;
}
.copy {
	font-family: Franklin Gothic Book, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	line-height: 9px;
}
h3 {
	font-size: 20px;
	color: #FF9900;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Franklin Gothic Book, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}
h4 {
	font-size: 16px;
	font-variant: small-caps;
}
.proj_text {
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
h5 {
	font-size: 14px;
	color: #FF9900;
}
.strong {
	font-weight: bold;
	text-transform: uppercase;
}

.projbackground {
	background-color: #003333;
	padding: 5px;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
}


ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 1px solid #ccc;
}
	
ul li {
	position: relative;
	z-index: 1;
}
	
li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
	z-index: 10;
}
	
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	background-color: #FFFFFF;
	
}
 /* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */


li:hover ul {
	display: block;
	background-color: #FFFFFF;
}

li:hover ul, li.over ul { 
	display: block; 
}
.navImage img {
	padding-top: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 0px;
}
