body {behavior: url(csshover.htc);}

/*** layout ***/
html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, div, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	.row, .subnav, .footer {
		border: 0;
		font-family: inherit;
		font-style: inherit;
		font-weight: inherit;
		margin: 0;
		outline: 0;
		padding: 0;
		vertical-align: baseline;
	}
	
	ol, ul {
		list-style: none;
	}
	
	table {
		border-collapse: separate;
		border-spacing: 0;
	}
	
	caption, th {
		font-weight: normal;
		text-align: left;
	}

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 150%;
}

.small {
	font-size: 10px;
}

div.banner {
	width: 800px;
	height: 20px;
	background-color: #D1E2EC;
	text-align: left;
	font-family: verdana, sans-serif;
	font-size: 14px;
	color: #003366;
}

div.mainmenu {
	background-color:  #D1E2EC;
	float: left;
	width: 150px;
	height: 1000px;
	padding-top: 0px;
	padding-left: 0px;
}

div.mainmenu ul {
	padding-left: 5px;
	padding-bottom: 10px
}


div.mainmenu h3 {
	background-color:  #003366;
	color: white;
	font-size: 12px;
	text-align: center;
	margin-top: 0px;
}

div.content {
	float: left;
	padding: 10px;
	padding-top: 5px;
	width: 470px;
}

div.contentlarge {
	padding: 10px;
	padding-top: 5px;
	width: 600px;
	float: right;
}

div.contentheader {
	overflow: hidden;
	zoom: 1;
}

div.textleft {
	padding: 10px;
	text-align: center;
}

div.textright {
	padding: 10px;
	text-align: center;
}

div.imgright {
  margin-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  height: auto;
  width: auto;
  float: right;
  text-align: center;
}

div.imgleft {
  margin-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}

div.rightcontent {
	background-color:  #D1E2EC;
	float: left;
	padding: 5px;
	padding-top: 0px;
	width: 150px;
	height: 1000px;
	text-align: center;
}

.sermons tr {
	font-size: 10px;
	background-color:  transparent;
	line-height: 120%;
}

div.header {
	width: 800px;
	height: 90px;
	background-image:url('img/3152015.jpg')
}

h3 {
	color: #003366;
	font: 18px "futura condensed", verdana, sans-serif;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 15px;
	text-align: center;
}

h4 {
	color: #003366;
	font: 14px "futura condensed", verdana, sans-serif;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 5px;
	text-align: center;
	float: center;
}

h5 {
	color: #003366;
	font: 12px "futura condensed", verdana, sans-serif;
	font-weight: normal;
	margin-bottom: 3px;
	margin-top: 3px;
	text-align: center;
}

p {
	color: black;
	font: 12px "futura condensed", verdana, sans-serif;
	font-weight: normal;
	align: left;
	margin-bottom: 10px;
	margin-top: 3px;
}

.title {
	color: #003366;
	font: 16px "futura condensed", verdana, sans-serif;
	font-weight: bold;
	text-align: left;
}

.bold {
	color: black;
	font: 12px "futura condensed", verdana, sans-serif;
	font-weight: bold;
}

.center {
	text-align: center;
}

a {
	color: #003366;
		text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #0033cc;
}


div.list {
	padding-top: 5px;
	padding-left: 15px;
}


.wrapper {
	margin: auto;
	width: 800px;
}
/*
.mainmenu { 
	width: 20%;
}

.content {
	width: 60%;
}

.rightcontent {
	width: 20%;
}
*/