body {
	font-size:10pt;
	font-family:sans-serif;
	padding-left:150px;
	color: #505050;
	background: white url(www3/images/nav/navbg-r255g64b64.jpg) no-repeat;
}
a:link, a:visited { 
	color: #6699CC; 
	text-decoration: none;
	font-family:sans-serif; 
	font-size:11pt; 
	font-weight:300;
}
a:hover { 
	text-decoration:none; 
	color: #003366; 
}
h1, h2, h3 {
	color:#0077aa;
}
h1 { 
	font-size:110%;
	letter-spacing: 0.2em;
}   
h2 {
	font-size:107%
	letter-spacing: 0.1em;
}
h3 {
	font-size:103.5%
}
h4 {
}
p {
	width:600px;
}

ul {
	list-style-type:none;
	margin-left: -1.5em;
	width: 100em;
	font-family: sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}     
/* NAVIGATION BAR */	
ul.navbar {
	list-style-type:none;
	padding:0;
	margin:0;
	position: absolute;
	top: 150px;
	left:1em;
	width: 8em;
	font-size:10pt;
	font-weight:600;
	color:white;
}
ul.navbar li {
	background: transparent;
	margin: 0.5em;
	width: 100px;
}
ul.navbar a {
	text-decoration: none;
	font-size: 10pt;
	color: white;
	font-weight:bolder;
}
ul.navbar a:hover {
	text-decoration: none;
	color: #003366;
}
ul.navbar a:active {
	font-weight:bolder;
}
.navname {
	color:#FFFFFF;
	letter-spacing:0.25em;
	font-size:10pt;
	font-style:italic;
	position:absolute;
	top:90px;
}
div.navlogo {
	position:absolute;
	left:1em; top:1em;
	width:111px;
}
div.navlogo img {
	width:111px;
	height:82px;
	border:none;
	display:block;
}
div.navlogo a:link {
	font-size:16px;
	letter-spacing:0.18em;
	color:white;
}
.navcurrent { 
  text-decoration: none
  font-weight: 600;
  font-size: 10pt;
  color: #003366;
  } 

.footer {
	position:
	absolute;
	bottom:1.5em;
	right:1.5em;
	color:black;
	font-size: 9pt;
	font-family: futura,
	sans-serif;
	letter-spacing: 0.2em;
	background-color: transparent;
	float: right;
}

/* emphasizers */

.gwred {
	color:red;
	font-style:italic;
	background:transparent;
}
.gwred-wide {
	color:red;
	letter-spacing:1em;
	font-style:italic;
	background:transparent;
}
.gwblack {
	color:black;
	font-style: italic;
	background: transparent;
}
.blacktext {
	color:black
}
.ital {
	font-style:italic;
}
.boldtext {
	font-weight:bold;
}
.underlinetext {
	text-decoration:underline;
}
.news-im { /* make news images float to the left */
	float:left;
	padding-right:1em;
}
.newsdiv {
	background-color:silver;
	margin-top:1em;
}
.newsheading { /*provides white space above each new heading*/
	padding-top:110px
}
.emphasis {
	color:red;
	font-style:italic;
	font-family:sans-serif;
	letter-spacing:0.5em;
	background-color:transparent;
}
.boldunderline {
	text-decoration:underline;
	font-weight:bold;
}
