body   {
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #292f32;
	margin: 20px 0 0;
	padding: 0
	}

#wrapper  {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 760px;
	}

#header  {
	background-image: url(../graphics/header-bradford.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	height: 187px	
	}

#header h1	{
	color: #e5bc75;
	float: right;
	margin: 140px 20px 0 0;
	font-size: 2em;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	padding: 0;
	line-height: 2em;
	}

#logo  {
	position: absolute;
	top: 150px;
	right: 0
	}

#content     {
	color: #ccc;
	font-size: 1em;
	margin: 0 0 20px 189px;
	padding: 20px 0 0 20px;
	border-top: 1px solid #292f32;
	border-left: 1px solid #7a7a7a
	}


p   {
	margin-top: 0;
	margin-bottom: 2px;
	padding-bottom: 2px;
	font-size: 1em;
	line-height: 1.4em;
	}


#content h3, #content h3 a    {
	color: #839eb6;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0
	}

h3 a:hover	{
	text-decoration: underline;
	color: white
	}


#content h2, #content h2 a    {
	color: #ccc;
	font-style: normal;
	letter-spacing: 0.3em;
	border-bottom: 1px dotted #999;
	text-transform: lowercase;
	}

#content a  {
	color: white;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0
	}


#content a:hover {
	text-decoration: underline;
	color: #e5bc75
	}

#top-menu{
	position: absolute;
	top: 187px;
	left: 0;
}

#top-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#top-menu li {
	margin: 0;
	padding: 0;
	width: 189px;
	height: 33px;
	border-bottom: 2px solid #292f32;
	}

#top-menu li a {
	background-image: url(../graphics/button-bg.gif);
	background-repeat: no-repeat;
	display: block;
	height: 23px;
	padding: 5px 25px 5px 5px;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #839eb6;
	text-decoration: none;
	text-align: right;
	}
	
#top-menu li a:hover	{
	background-image: url(../graphics/button-bg-over.gif);
	color: #3a4f62;
	}


.hide {
	display: none
	}
.small    {
	color: #999;
	font-size: 0.8em;
	text-align: justify;
	margin-top: 4em;
	width: 188px
	}



a img {
	border-width: 0
	}

h4  {
	font-size: 1em;
	font-weight: bold;
	margin: 1.5em 0 0
	}

ol {
	margin-top: 0;
	margin-bottom: 1em
	}

#sub-menu {
	background-color: #9ba4a8;
	position: absolute;
	left: 189px;
	top: 188px; 
	height: 25px;
	width: 571px; 
	margin: 0;
	padding: 0
	}
#sub-menu ul	{
	margin: 0;
	padding: 0 0 0 10px;
	list-style-type: none;
	}

#sub-menu li	{
	display: inline;
	height: 25px;
	margin: 0;
	padding: 0;
	}

#sub-menu li a { 
	height: 25px;
	line-height: 25px;
	font-size: 1em;
	color: #292f32;
	margin: 0;
	padding: 0 10px;
	border-right: 1px dotted #292f32;
	text-decoration: none;
	background-color: #9ba4a8;
	}
#sub-menu li a:hover	{
	color: white
	}	

.arrow {
	background-image: url(../graphics/arrows.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0;
	padding-left: 15px
	}

#header img {
	position: absolute;
	top: 0;
	left: 0
	}
table {
	margin: 0;
	padding: 0;
	border-width: 0;
	outline-width: 0
	}
#footer   {
	color: gray;
	font-size: 0.8em;
	text-align: center;
	margin-left: 189px
	}



#footer img {
	display: block;
	margin: 0.5em auto
	}

#footer a	{
	color: white;
	}
backbutton {
	float: right
	}

