@charset "utf-8";
a:link {
	color: #6aadff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #00CCFF;
}
a:active {
	text-decoration: none;
	color: #00CCCC;
}

/* CSS Document */


#container {
	text-align: left;
	z-index: 1;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	top: 0px;
	background-image: url(images/bg_06.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #a6c1ee;
	}

body {
	margin: 0px;
	height: 100%;
	background-color: #3b60b8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
}
.theadtable {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #a8cdfa;
	border-bottom-color: #a8cdfa;
	border-left-color: #a8cdfa;
	background-color:#FFFFFF;
}
.locationBox {
	background-color:#FFFFFF;
	border: 1px solid #a8cdfa;
	width:865px;
}
.lengthdiv {
	width:550px;
}
.divlength {
	width: 360px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.divfull {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 0px;
}
.divlink {
	background-color: #FFFFFF;
	display:table-cell;
	height: 25px;
	border: 1px solid #00CCFF;
	vertical-align: middle;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 150px;
	
}

.divlengthlong {
	width: 620px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #a8cdfa;
	border-bottom-color: #a8cdfa;
	border-left-color: #a8cdfa;
	background-color:#FFFFFF;
	min-height: 200px;
	background-image:url(images/divbg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.divbottom {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 2px;
	padding-bottom: 2px;
}


#topDiv {
	position: relative;
	width:1000px;
	z-index:1;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;	
	background-repeat: repeat-y;
	background-image: url(images/website_04.png);
}

#verseDiv {
	position:absolute;
	left:618px;
	top:57px;
	width:295px;
	height:49px;
	z-index:2;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-image: url(images/layout_07.gif);
	text-align: center;
	height: 48px;
	background-repeat: no-repeat;
	background-color: #3B60B8;
	padding-top: 10px;
} 
.smalltext {
	font-size: 10px;
}

.mediumtext {
	font-size: 11px;
}

.largetext {
	font-size: 14px;
}
.extralargetext {
	font-size: 18px;
}
.seriftext {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.savannahtext {
	font-family: Georgia, Arial, sans-serif;
	font-size: 12px;
}
.calGridNormal { 
	border: 1px solid #295c8e; 
	background-color: #dde9f9;	
}
.calGridBlank { 
	border: 1px solid #666666; 
	background-color: #EEEEEE;	
}
.calGridWeekend {
	border: 1px solid #993333;
	background-color: #f9dddd;
}
.calGridToday {
	border: 1px solid #298e29;
	background-color: #ddf9de;
}

.readtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
}
#newsContent {
	position:relative;
	left:70px;
	width:500px;
	z-index:2;
}
#calendar {
	position:absolute;
	width:300px;
	z-index:2;
	height: 118px;
	left: -65px;
}
#something {
	position:relative;
	width:300px;
	z-index:3;
	height: 118px;
	float: right;
}

/* Form elements, buttons, fieldset */

.formButton {
	color: #000000;
	background-color: #a8cdfa;
	border: 1px solid #0066FF;
}
.formBox {
	$background-color: #FFFFFF;
	border: 1px solid #a8cdfa;
}

fieldset { 
	-moz-border-radius: 8px; 
	border-radius: px; 
}
