body {
	background-color: #AFA87F;
	text-align: center;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	overflow: scroll;
}

a {
	color: Black !important;
}

td, .selection-title, .podcast-header {
	font-family: Trebuchet MS, Helvetica, sans-serif;
}

#container {
	width: 748px;
	margin: 20px auto;
	text-align: left;
}

#sidebar {
	width: 162px;
	float: left;
	position: fixed;
}

#sidebar-top {
	height: 7px;
	background-image: url('images/sidebar_top.png');
	background-repeat: no-repeat;
	font-size: 1px;
	line-height: 1px;
}

#sidebar-content {
	background-color: #E6E4D3;
}

#sidebar-content ul {
	list-style-type: none;
	padding-left: 5px;
	margin: 25px 0px 0px 0px;
	font-size: 12px;
	line-height: 24px;
}

#sidebar-content li {
	padding-bottom: 5px;
}

#sidebar-content a.service:link, #sidebar-content a.service:visited {
	display: block;
	padding-left: 13px;
	line-height: 19px;
	width: 139px;
	font-weight: bold;
}

#sidebar-content a.service:hover, #sidebar-content a.service:active {
	background-image: url('images/button.png');
	color: white !important;
	text-decoration: none;
}

#sidebar-content p {
	padding-left: 18px;
	margin: 21px 0px;
}

#sidebar-bottom {
	height: 7px;
	background-image: url('images/sidebar_bottom.png');
	background-repeat: no-repeat;
	font-size: 1px;
	line-height: 1px;
}

#main {
	width: 584px;
	float: right;
}

#main-nav {
	margin: 0px 20px 5px 15px;
}

#main-nav ul, #main-nav ul li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display: inline;
}

#main-nav a:link, #main-nav a:visited {
	background-image: url('images/top_button.png');
	display: inline-block;
	font-weight: bold;
	text-align: center;
	line-height: 23px;
	width: 105px;
	color: White !important;
}

#main-nav a:hover, #main-nav a:active {
	background-image: url('images/top_button_hover.png');
	text-decoration: none;
	color: Black !important;
}

#main-top {
	height: 7px;
	width: 584px;
	background-image: url('images/main_top.png');
	background-repeat: no-repeat;
	font-size: 1px;
	line-height: 1px;
}

#main-top-home {
	height: 263px;
	width: 584px;
	overflow: visible;
}

#main-content {
	padding-left: 13px;
	background-color: White;
}

#main-content h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

#main-content h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

#main-content p {
	font-size: 12px;
}

#main-content-right {
	margin: 15px;
	width: 194px;
	float: right;
}

#main-footer {
	background-color: White;
	text-align: center;
}

#main-footer p {
	margin-bottom: 0px;
}

#main-bottom {
	height: 7px;
	background-image: url('images/main_bottom.png');
	background-repeat: no-repeat;
	font-size: 1px;
	line-height: 1px;
}

 .clear {
	height: 1px;
	clear:both;
 }
