@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
.twoColFixLt #container {
	width: 940px;
	margin: 0 0 0 0; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 20px;
}
.twoColFixLt #mainContent {
	margin: 50px 0 0 330px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #4b366d;
	height: 760px;
	border: 5px solid #fff;
} 
.twoColFixLt #mainContent   p  {
	margin:0px 25px 0px 15px;
	width:566px;
	height:Auto;
	color:#FFFFFF;
	text-align: left;
	display: block;
	font-family: Georgia;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding: 4px 0 10px 0;
}
a:link {color: #FFFFFF;}
a:visited {
	color: #DCE28D;
}
a:hover {
	color: #C5E38C;
	font-weight: bold;
}
a:focus {
	color: #C5E38C;
}
a:active {
	color: #FFFFD5;
}
#menu {
	display: block;
	float: right;
	width: 600px;
	margin: 0;
}
#menu_top {
	float: left;
	margin: 0px;
	padding: 0;
	font-size: large;
	width: 560px;
	height: 25px;
}
#menu a:link {color: #FFFFFF;}
#menu_ a:visited {color: #FF66666;}
#menu a:hover {color: #C5E38C;}
#menu a:active {color: #66CCCCC;}
#menu  li  {
	display: inline;
}
#menu ul {
	list-style: none;
	float: left;
	margin: 0;
	padding: 3px 0 0 0;
	width: 600px;
}
#menu ul li a {
	float: left;
	padding-left:20px;
	padding-bottom:5px;
	margin-left:5px;
	font-size: 16px;
	font-weight: lighter;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#Title {
	display: block;
	width: 600px;
	margin-top: 20px;
}
h1   {
	letter-spacing:10px;
	padding:20px 0 0px 25px;
	margin:0px 0 0px 0px;
	display:block;
	text-indent:0px;
	color:#BBE16C;
	font-family: Arial;
	font-size: 16pt;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: uppercase;
} 
h2   {
	margin:6px 6px 2px 15px;
	width:550px;
	height:Auto;
	color:#D2EAA6;
	text-align: left;
	display: block;
	font-family: Arial;
	font-size: 12pt;
	font-weight: 600;
}
h3   {
	margin:8px 0px 2px 15px;
	width:300px;
	height:Auto;
	color:#BBE16C;
	text-align: left;
	display: block;
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	text-transform: uppercase;
}
	
#footer1 {
	padding: 0 10px;
	margin: 0 0 0 330px;
}
#footer1 p {
	margin: 0;
	padding: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	color: #FFFFFF;
}
}
#LinkContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align: left;
	display: block;
	width: 600px;
	margin: 10px auto;
	height: auto;
}
#LinkContent a:link {
	color: #D2EAA6;
}

#LinkContent  a:visited {
	color: #D6CAD9;
	text-decoration: none;
}
#LinkContent  a:hover {
	color: #83B12C;
	text-decoration: underline;
}
#LinkContent a:active  {
	color: #66CCCC;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: italic;
	text-align: center;
}
.style3 {
	font-weight: bold;
	font-size: 12pt;
	font-family: arial;
	text-transform: lowercase;
	color: #C5E38C;
}
	
	
.style4 {color: #C5E38C}


.centerImg {
	margin: 10px auto 0 auto;
	width: 184px;
}
.centerTagLine {
	margin: 0 0 8px 25px;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	color: #FFFFFF;
}
#SubPageLinks {
	display: block;
	width: 580px;
	margin-left: 15px;
}

.SubPageLinkBox {
	padding: 2px;
	float: left;
	width: 260px;
	margin: 0 10px 0 0;
}
.mediaLink {
	font-family: arial;
	font-size: 11pt;
	display: block;
	padding: 4px 0 5px 0;
	width: 240px;
	border: 1px solid #000666;
	text-align: center;
	margin: 4px 0 4px 0;
}
#Calendar {
	display: block;
	width: 300px;
	margin: 10px auto;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: italic;
	text-align: center;
}
.style3 {
	font-weight: bold;
	font-size: 12pt;
	font-family: arial;
	text-transform: lowercase;
	color: #C5E38C;
}

.style4 {color: #C5E38C}
.sermonTitle {
	font-size: 11pt;
	font-weight: 600;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.style10 {
	font-size: 10pt;
	font-weight: 400;
	color: #FFFFFF;
}

.style12 {
	font-size: 11pt;
	font-weight: 600;
	color: #C5E38C;
}.style11 {
	font-size: 11pt;
	font-weight: 600;
	color: #C5E38C;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
