body {
	background-image: url(images/background_image.gif);
	background-repeat: repeat-x;
	background-color: #868685;
}

body, p, td, th, ul, ol, li, form, input, textarea, select, option {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

body, p, td, th, ul, ol, li {
	color: #ffffff;
}

a {
	color: #FFF22E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

td, th {
	vertical-align: top;
	padding: 5px;	
}

th {
	text-align: right;
}

td p {
	text-align: left;
	padding: 0;
	margin: 0;
}

#container {
	width: 750px;
	\width: 770px;
	w\idth: 750px;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
}

#header-top {
	height: 51px;
	background-image: url(images/header_back.gif);
	background-repeat: repeat-x;
}

#header-middle {
}

#header-bottom {
	background-image: url(images/photo_divider.gif);
	background-repeat: repeat-x;
	height: 21px;
}

#content {
	padding: 10px;
	background-color: #373f5b;
}

#footer {
	clear: both;
	padding: 5px;
	margin-top: 5px;
}

#menu {
	margin: 0;
	padding-left: 20px;
	padding-top: 20px;
	list-style-type: none;
}
	
#menu li {
	display: inline;
	padding-right: 20px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

#menu li a, li.empty {
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	font-family: arial-narrow, arial, helvetica, sans-serif;
}

#menu li a:hover {
	color: #373f5b;
	text-decoration: underline;
}

#home-feature {
	float: right;
}

#home-text {
	height: 200px;
}

#home-buttons {
	padding-left: 85px;
}

#trust-news {
	width: 200px;
}

#trust-news table {
	width: 300px;
}

#trust-news table tr td {
	margin: 0;
	padding: 5px 0 5px 5px;
}

#trust-content {
	width: 400px;
}

#trust-table {
	border: none;
	padding: 0;
	margin: 0;
}

.news-head {
	background-color: #6A8DBC;
}

.news-body {
	text-align: left;
}