p {
	font-family: “Trebuchet MS”, sans-serif;
	font-size:10px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	color:#666;
	margin-right:48pt;
}
#about {
	margin-top:32pt;
	margin-left:32pt;
	margin-right:48pt;
}
h1 {
	color: #fff;
	font-family: Georgia, serif;
	font-size: 15pt;
	font-style: italic;
	font-weight: 800;
	line-height: 4pt;
	margin-left: 12pt;
}
h2 {
	color:#172934;
	font-family: Georgia, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-left: 32pt;
	line-height:14pt;
}
a {
	font-family: “Trebuchet MS”, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #000;
	text-decoration: underline;
}
a:hover {
	font-family: “Trebuchet MS”, sans-serif;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
}
#something {
	margin-left: 32pt;
	margin-right: 32pt;
}
#aboutlist {
	font-family: “Trebuchet MS”, sans-serif;
	font-size:10px;
	color:#666;
	display: inline;
	background-color:#fff;
	top:-8pt;
	left:32pt;
}
/*drop down menu*/

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	position: relative;
}
ul li {
	position: relative;
}
li ul {
	background-color:#03C;
	position: absolute;
	z-index: 1;
	left: 80px;
	top: 13px;
	display: none;
	/* for IE */
  filter:alpha(opacity=85);
	/* CSS3 standard */
  opacity:0.85;
}
li ul a {
	background-color:#666;
}
ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 6px;
	border-bottom: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
ul li a:hover {
	color: #666;
	background: #E8D3A2;
}
li:hover ul {
	display: block;
}
a.aboutlist:link {
	color: #000;
	display:inline;
}
a.aboutlist:hover {
	color: #666;
	background: #E8D3A2;
}

