/* CSS Document */

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

/* Layout Divs */

#wrapper{
	width: 770px;
	margin:0px auto;
}

#masthead{
	padding: 0px;
	background: #FFFFFF;
	width: 770px;
	height: 95px;
	border-bottom: 6px solid #666699;
}

#content{
	padding: 0px;
	background: #FFFFFF;
	width: 770px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

#footer{
	width: 770px;
	border-top: 2px solid #336699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #003366;
	background-color: #FFFFFF;
	padding: 2px;
	clear: both;
	float: none;
}

/* Components */

#pictures{
	padding: 0px;
	width: 441px;
	height: 241px;
	float: left;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 1px;
	margin-left: 3px;
}

#mainNav{
	padding: 0px;
	width: 310px;
	height: 241px;
	float: right;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 1px;
	margin-left: 0px;
}

#times{
	padding: 0px;
	width: 153px;
	height: 255px;
	background-color: #9999CC;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: text-top;
	color: #003366;
	float: left;
}

#interests{
	padding: 0px;
	width: 251px;
	height: 255px;
	background-image: url(CSS%20Images/Int_Back.png);
	background-repeat: repeat-y;
	float: left;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 5px;
}

#sermon{
	padding: 0px;
	width: 340px;
	height: 255px;
	float: right;
	background-color: #9999CC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: text-top;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
}

/* Styles */

.Times{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 153px;
	height: 75px;
	background-color: #9999CC;
	font-size: 12px;
	color: #003366;
	vertical-align: top;
	text-align: center;
}

.Times h1{
	font-size: 16px;
	font-weight: bolder;
	color: #003366;
	text-align: center;
}

.Times p{
	font-size: 12px;
	color: #003366;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	vertical-align: text-top;
}

.Times a{
	color: #003366;
	text-decoration: none;
}

.Times a:link{
	color: #003366;
	text-decoration: none;
}

.Times a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

.Times a:visited{
	color: #003366;
	text-decoration: none;
}

.Interests{
	padding: 2px 4px 0px 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.Interests h1{
	font-size: 100%;
	font-weight: bold;
	color: #003366;
	text-align: center;
}
.Interests p{
	font-size: 12px;
	padding: 4px 6px;
	color: #003366;
	border-left: #FFFFFF 8px solid;
	border-bottom: #FFFFFF 2px solid;
}

.Interests a{
	color: #003366;
	text-decoration: none;
}

.Interests a:hover{
	color: #003366;
	text-decoration: underline;
}

.Interests a:link{
	color: #003366;
	text-decoration: none;
}

.Interests a:visited{
	color: #003366;
	text-decoration: none;
}

.Sermon img{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	clear: both;
	height: auto;
	width: auto;
}

.Sermon p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #003366;
	padding: 0px;
	line-height: 1.66;
}

.Sermon a{
	color: #003366;
	text-decoration: none;
}

.Sermon a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

.Sermon a:link{
	color: #003366;
	text-decoration: none;
}

.Sermon a:visited{
	color: #003366;
	text-decoration: none;
}

.SiteInfo{
	width: 770px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	margin: 0px;
	padding: 3px 0px;
	text-align: center;
	text-decoration: none;
}

/* Side Navigation Styles */

#nav {
	margin: 0px;
	width: 153px;
	float: left;
	clear: both;
}

#nav ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#nav a{
	display: block;
	width: 151px;
	background-color: #003366;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

#nav a:link{
	color: #FFFFFF;
	text-decoration: none;
}

#nav a:hover{
	background-color: #9999CC;
	color: #FFFFFF;
	text-decoration: none;
}

.clearit{
	clear: both;
	display: block;
}


