body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

.container {
	border: 1px solid #5172A9;
	margin: 10px;
	width: 980px;
}
.header-bg {
	background-image: url(images/header-bg.gif);
	background-repeat: repeat-x;
}
.header-image {
	background-image: url(images/header-bgimage.jpg);
	background-repeat: no-repeat;
	background-position: right;
}


.menu-top {
	background-color: #EDE6DF;
	background-image: url(images/menu-shadowtop.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.content-top {
	background-image: url(images/content-shadowtop.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.content-left {
	background-image: url(images/content-shadowleft.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 15px;
}
h1 {
	font-size: 18px;
	color: #5172A8;
}
h2 {
	font-size: 15px;
	color: #5172A8;
}
h3 {
	font-size: 15px;
	color: #8D6F50;
	margin-bottom: 5px;
}
ul {
	list-style-image: url(images/bullet.gif);
}
li {
	margin-bottom: 6px;
}
.navigation {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #5172A9;
}

.navigation a, .navigation a:visited {
	text-indent: 10px;
	display: block;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.navigation a:hover, .navigation a:visited:hover {
	background-color: #C4AC95;
	color: #000000;
}
.subnavigation a 
{
	text-indent: 20px;

}
p {
	margin-top: 0px;
}
.footer {
	font-size: 10px;
	color: #5172A8;
	text-align: center;
}
.footer a, .footer a:visited{
	color: #5172A8;
}
.footer a:hover, .footer a:visited:hover{
	color: #7893BE;
}

.box {
	background-color: #D6E5EC;
	border: 1px solid #5172A8;
	padding: 10px;
	font-size: 11px;
}
.boxWpic {
	background-color: #D6E5EC;
	border: 1px solid #5172A8;
	padding: 10px;
	font-size: 11px;
	background-image: url(images/questions.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.highlight {
	font-weight: bold;
	color: #5172A8;
}
.members
{
	font-size: 10px;
}
.members td
{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom:solid 1px #CCCCCC;
}
.members p{
	margin-bottom: 5px;
}
.members h2
{
	font-size: 15px;
	color:#666666;
	margin-bottom:5px;
}
.members-list td{
	font-size: 10px;
	padding-top: 4px;
	padding-bottom: 12px;
}
.members-list p{
	padding-bottom: 0px;
}
.address td
{
	padding-top: 10px;
	padding-bottom: 15px;
	padding-right:20px;
	border-bottom:none;
}
.sidebar {
	padding: 10px;
	width: 170px;
	background-color: #D6E5EC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5172A8;
	border-bottom-color: #5172A8;
	border-left-color: #5172A8;
	text-align: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.sidebar h1{
	margin-top: 0px;
	color: #666666;
	font-size:15px;
	margin-bottom:7px;
}
.sidebar li{
	font-size: 11px;
	font-weight:bold;
	color:#5172A8;
	padding-bottom:5px;
}
.sidebar .code{
	font-size: 11px;
}
.sidebar .quote{
	font-size: 11px;
	line-height: 18px;
}
.sidebar .name {
	font-size: 10px;
	text-align: left;
	margin-top: 10px;
	margin-left: 30px;
	color:#5172A8;
	font-weight:bold;
}
.bustype{
	font-size: 10px;
	line-height: 15px;
}
a, a:visited{
	color: #5172A9;
}
a:hover, a:visited:hover{
	color: #7893BE
}
	
img {
	border: none;
}
