body, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

body {
	background-color: #3399CC;
	background-image: url(/images/interface/bkg.jpg);
	background-repeat: repeat-x;
	margin: 16px;
	padding: 0px;
}

a:link {
	color: #003399;
}

a:visited {
	color: #003399;
}

a:hover {
	color: #0066CC;
}

a:active {
	color: #CC0000;
}

p {
	padding-top: 0px;
	margin-top: 0px;
}

#header {
	position: relative;
	width: 713px;
	height: 101px;
	left: 0px;
	top: 0px;
}

#nav {
	position: relative;
	width: 713px;
	height: 28px;
	left: 0px;
	top: 0px;
}

#main {
	position: relative;
	width: 683px;
	height: auto;
	left: 0px;
	top: 0px;
	padding: 15px;
	line-height: 18px;
	background-color: #FFFFFF;
}

#main h1 {
	padding-top: 0px;
	margin-top: 0px;
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
}

#main h2 {
	padding-top: 0px;
	margin-top: 0px;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
}

#main h3 {
	padding-top: 0px;
	margin-top: 0px;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
}

#main h4 {
	padding-top: 0px;
	margin-top: 0px;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
}

#main h5 {
	padding-top: 0px;
	margin-top: 0px;
	font-size: 11px;
	font-weight: bold;
	line-height: normal;
}

#main h6 {
	padding-top: 0px;
	margin-top: 0px;
	font-size: 10px;
	font-weight: bold;
	line-height: normal;
}

#sidebar {
	position: relative;
	float: right;
	font-size: 11px;
	width: 160px;
	height: auto;
	margin-left: 15px;
	margin-bottom: 10px;
	padding: 8px;
	clear: both;
	background-color: #A6D8BE;
	line-height: normal;
}

#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

#sidebar p {
	margin-top: 0px;
	margin-bottom: 0px;
}

#subnav {
	position: relative;
	font-size: 11px;
	width: 171px;
	height: auto;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	line-height: 16px;
	background: url(/images/interface/sub_bkg.gif);
}

#subnav ul {
	margin: 5px 12px 5px 32px;
	padding: 0px;
	font-weight: normal;
	list-style-image: url(/images/interface/sub_bullet.gif);
	list-style-type: none;
}

#subnav a:link {
	color: #003399;
	text-decoration: none;
}

#subnav a:visited {
	color: #003399;
	text-decoration: none;
}

#subnav a:hover {
	color: #003399;
	text-decoration: none;
	background-color: #ABC1E6;
}

#subnav a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #003399;
}

#footer {
	position: relative;
	width: 697px;
	height: 14px;
	padding: 8px;
	color: #333333;
	font-size: 10px;
	background-color: #FFFFFF;
	background-image: url(/images/interface/bkg_footer.jpg);
	background-repeat: no-repeat;
}

#sermon-audio {
	margin: 0px 0px 0px 10px;
	float: right;
	width: 125px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
}

#sermon-audio div {
	padding: 0px 0px 2px 0px;
	margin: 0px;
	background-color: #000000;
}

#sermon-audio b {
	margin: 0px 0px 0px 3px;
	font-weight: bold;
	color: #FFFFFF;
}

#sermon-audio ul {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #333333;
	font-weight: normal;
	list-style-type: none;
}

#sermon-audio li {
	border-bottom: 1px solid #CCCCCC;
	padding: 3px 0px 2px 0px;
}

#sermon-audio a:link {
	color: #333333;
	text-decoration: none;
}

#sermon-audio a:visited {
	color: #333333;
	text-decoration: none;
}

#sermon-audio a:hover {
	color: #666666;
	text-decoration: none;
}

#table-data {
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
}

#table-data td {
	background-color: #E1EAF7;
}

#table-data th {
	background-color: #92ACD5;
	font-weight: bold;
	text-align: left;
}

#table-data a:link {
	text-decoration: none;
}

#table-data a:visited {
	text-decoration: none;
}

#table-data a:hover {
	text-decoration: none;
}

.float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.float-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

