body {
	background-color: #333333;
	color: black;
	font-size: 11px;
	font-family: verdana;
}
#myheader {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	width: 850px;
	height: 95px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
}
#mainnav {
	position: absolute;
	list-style-type: none;
	margin-left: 230px;
	margin-top: 30px;
	padding: 0;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: black;
}
#mainnav a:link, a:visited {
	color: #9933cc;
	text-decoration: none;
}
#mainnav a:hover {
	color: black;
}
#mainnav li {
	display: inline;
	margin-left: 15px
}
#myfooter {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	height: 20px;
	width: 850px;
	border-top: 2px solid #cccccc;
	color: #cccccc;
	font-family: verdana;
	font-size: 10px;
}
#footertext {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footertext .left {
	float: left;
}
#footertext .right {
	float: right;
}
#title {
	font-size: 11px;
	font-weight: bold;
	color: white;
}
#title .wrapper {
	background: url(../images/wrapper.png) right top no-repeat #333333;
	padding: 2px 15px 0 15px;
}
#content {
	padding: 4px;
	border-top: solid 2px #333333;
	border-bottom: solid 1px #E0E0E0;
	border-right: solid 1px #E0E0E0;
	border-left: solid 1px #E0E0E0;
	width: 100%;
	background: #f7f7f7;
	height: 100%;
}
a.plainhref:link, a.plainhref:visited {
  color: #3B6AA0;
  text-decoration: none;
}
a.plainhref:hover {
  color: #666666;
  text-decoration: none;
}
#silhouette {
  background-image:url(../images/silhouette.gif);
  background-repeat:no-repeat;
  height: 300px;
  width:181px;
  position: relative;
  left:872px;
  top:50px
}
a.newslink:link, a.newslink:visited {
  color: #3B6AA0;
  text-decoration: none;
}
a.newslink:hover {
  color: #666666;
  text-decoration: none;
}