@charset "utf-8";
/* CSS Document */
html {
	height:100%;
}

body {
	height:100%;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color:#666666;
}
a:link {text-decoration: none; color: #999999; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
a:visited {text-decoration: none; color: #999999; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
a:hover {text-decoration:underline; color: #999999; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
a:active {text-decoration: none; color: #999999; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
.link {width:100px; height:20px; background-color:#999999;}
.menuText { font-family:Verdana; font-size:13px; color:#999999; margin-left:10px; margin-top:6px;}
.subMenuText {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#999999;}
.quickMenuText {font-family:Verdana, Arial; font-size:11px; color:#999999; margin-top:3px;}
.contentText {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#000000;}
.newsTitleText {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#000000;}
.newsMenuText { font-family:Verdana; font-size:13px; color:#999999; margin-left:10px; margin-top:6px;}
.lfccText {font-family: Century; font-size:32px; color:#FFFFFF; text-shadow:#000000;}
.pastorText {font-family:Century, sans-serif; font-size:15px; color:#FFFFFF;}
.taglineboldText {font-family: Century; font-style:oblique; font-size:20px; color:#cccccc;}
.taglinescriptText {font-family: Scriptina; font-size:40px; color:#FFFFFF;}
.calendarText {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9px; color:#000000; margin:5px;}
.footerText {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#000000; margin-left:450px; margin-top:8px;}
.specialText {font-family:Vivaldi; font-size:18px; color:#000000;}
.formText {font-family:Vivaldi; font-size:18px; font-style:bold; color:#15938F;}
.bottomBorder {border-bottom:#333333 solid 1px;}
.line {border:1px solid #1DC9C5; margin-top:15px;}
.clearer {clear:left;}

#container {
	width:100%;
	height: auto !important;
	height: 100%;
	position: absolute;
	min-height: 100%;
	background-color:#333333;
}

#menu {
	width:450px;
	height:30px;
	background-image:url(images/bar.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	border-bottom:#333333 1px solid;
	position:absolute;
}

#content {
	width:315px;
	height:500px;
	margin-top:30px;
	padding:5px;
	position:absolute;
}

#imageContainer {
	width:120px;
	height:100px;
	margin-top:5px;
	margin-left:325px;
	position:absolute;
}

#image1 {
	width:120px;
	height:100px;
	margin-top:91px;
	margin-left:315px;
	border:#333333 solid 1px;
	position:absolute;
}

#image2 {
	width:120px;
	height:100px;
	margin-top:327px;
	margin-left:315px;
	border:#333333 solid 1px;
	position:absolute;
}

#image3 {
	width:120px;
	height:100px;
	margin-top:549px;
	margin-left:315px;
	border:#333333 solid 1px;
	position:absolute;
}

#image4 {
	width:120px;
	height:100px;
	margin-top:693px;
	margin-left:315px;
	border:#333333 solid 1px;
	position:absolute;
}

#attention {
	width:450px;
	height:100px;
	background-color:#666666;
	background-image:url(../images/attention2.jpg);
	background-repeat:no-repeat;
	position:absolute;
}

#attention1 {
	width:450px;
	height:100px;
	background-color:#ffffff;
	border-bottom:#333333 solid 1px;
	position:absolute;
}

#attention2 {
	width:450px;
	height:100px;
	background-color:#000000;
	border-bottom:#333333 solid 1px;
	position:absolute;
}

#attention3 {
	width:450px;
	height:100px;
	background-color:#000000;
	border-bottom:#333333 solid 1px;
	position:absolute;
}

#attention4 {
	width:450px;
	height:100px;
	background-color:#000000;
	border-bottom:#333333 solid 1px;
	position:absolute;
}

#attention5 {
	width:450px;
	height:100px;
	background-color:#000000;
	border-bottom:#333333 solid 1px;
	position:absolute;
}

#maincontent {
    margin: 90px 10% 0 240px;
    min-width: 400px;
    max-width: 600px;
}

#maincontent a {
    font-weight: bold;
    text-decoration: none;
    padding: 2px 4px;
}

#maincontent a:link, #maincontent a:visited {
    color: #00425E;
    border-bottom: #00425E dashed 1px;
}

#maincontent a:hover, #maincontent a:active {
    color: #fff;
    background-color: #00425E;
    border-bottom: none;
}
/*
html>body #footer {
	width:760px;
	height:35px;
	margin-top:15px;
	background-image:url(images/footer.jpg);
	background-repeat:repeat-x;
	border-top:#C19F4F 1px solid;
	clear:both;
}
*/


