* {
   padding: 0;
   margin: 0;
}

body {
   background: #FFFFFF;  
   color: #666666; 
   text-align: center; 
   font-family: "Arial";
   font-size:12px;

}

.bigBlueText
{
   font-size: 1.6em;
   color:#0079c2;
   font-weight:bold;
   margin:0;
   padding:0;
   margin-left:0;
   padding-left:0;
}

.avgBlueText
{
   font-size: 1.2em;
   color:#0079c2;
   font-weight:bold;
   margin:0;
   padding:0;
   margin-left:0;
   padding-left:0;
}

.bigDarkGreyText
{
   font-size: 1.8em;
   color:#666666;
   font-weight:bold;
   margin:0;
   padding:0;
   margin-left:0;
   padding-left:0;
}

.bigLightGreyText
{
   font-size: 1.6em;
   color:#999999;
   font-weight:bold;
   margin:0;
   padding:0;
   margin-left:0;
   padding-left:0;
}

.bigGreenText
{
   font-size: 1.8em;
   color:#99cc33;
   font-weight:bold;
   margin:0;
   padding:0;
   margin-left:0;
   padding-left:0;
}

.bigPurpleText
{
   font-size: 1.7em;
   color:#666699;
   font-weight:bold;
   margin:0;
   padding:0;
   margin-left:0;
   padding-left:0;
}

.smallPurpleText
{
   font-size: 1.4em;
   color:#666699;
   font-weight:bold;
   margin:0;
   padding:0;
   margin-left:0;
   padding-left:0;
}


.homeMainText
{
   font-size: 0.9em;
   color:#666666;
   font-weight:bold;
   margin:0;
   padding:0;
   margin-left:0;
   padding-left:0;
}

.homeMainTextLarge
{
   font-size: 1.9em;
   color:#666666;
   font-weight:bold;
   margin:0;
   padding:0;
   margin-left:0;
   padding-left:0;
}

a, a:link, a:visited {
   color: #666666;
   text-decoration: underline; 
}

 a:hover {
   color: #666666;
   text-decoration: none; 
}

p {
   margin-bottom: 10px;
   /*line-height: 19px;
   font-size: 0.8em;*/
}
h2
{
   font-size: 1.0em;
   margin-bottom:5px;
}
h1
{
   font-size: 1.5em;
   margin-bottom:5px;
   color:#000000;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 987px;
	/*border: solid 1px #003333;*/
	background: #FFFFFF; 
	   font-size:0.9em;
			
}

#wrapper:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#wrapper {display: inline-table;}
/* Hides from IE-mac \*/
* html #wrapper {height: 1%;}
#wrapper {display: block;}
/* End hide from IE-mac */

#container
{
		/*border: solid 1px #003333;*/
		clear:both;
		height:100%;
}

#container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#container {display: inline-table;}
/* Hides from IE-mac \*/
* html #container {height: 1%;}
#container {display: block;}
/* End hide from IE-mac */

#header {
	margin: 0;
}

#heading {
	margin: 0;
	width:987px;
	text-align:left;
	padding-top:20px;
	padding-bottom:20px;	
	background-image:url(/images/heading.gif);
	background-repeat:no-repeat;
}


#leftSide {
	float: left;
	width: 233px;
	/*padding-top:10px;*/
	text-align: left;
	margin:0;
	background-image: url(/images/separator_bar.gif);
	background-position:right;
	background-repeat:no-repeat;

}

#leftSide:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#leftSide {display: inline-table;}
/* Hides from IE-mac \*/
* html #leftSide {height: 1%;}
#leftSide {display: block;}
/* End hide from IE-mac */


#fullWidthBox 
{
    border:solid 1px #d5d5d5;
    width:677px;
    /*float:left;*/
    padding:20px;
}

#fullWidthBox ul li
{
    margin-left:17px;
}

#fullWidthBoxEvents
{
    border:solid 1px #d5d5d5;
    width:653px;
    float:left;
    padding:20px;
}

#fullWidthContent 
{
    width:677px;
    /*float:left;*/
}

#fullWidthContentRight
{
    width:718px;
    float:left;
    text-align:right;
}

.spanclass
{
       width:140px;
       display:block;
}

#leftSide a:hover {
   /*text-decoration: underline; */
}

#leftSide ul {
   list-style: disc;

}
#leftSide ul li {
   margin-bottom: 5px;
   margin-left: 25px;
}


#mainContent {
	float: left;

}


#mainContent:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#mainContent {display: inline-table;}
/* Hides from IE-mac \*/
* html #mainContent {height: 1%;}
#mainContent {display: block;}
/* End hide from IE-mac */



.homePageBigText{

	font-size:1.4em;

}

.homePageSmallText{

	font-size:0.9em;

}

.rightSideLinks{

	padding:3px;
	text-align:center;

}

.formelements
{
   font-family: "Trebuchet MS";
   font-size: 1.0em;
   margin:0;
   padding:0;
   margin-bottom:8px;
}


#homeimage
{
	float:left;
}


#hometext
{
	float:left;
}


#footer {
	clear: both;
	text-align:left;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
	padding-top:10px;
	font-size:1.1em;
	font-weight:bold;
}

#footer a, #footer a:link, #footer a:visited {
   color: #FFFFFF;
   text-decoration: none; 
   border:0;
}

#footer a:hover {
   color: #FFFFFF;
   text-decoration: underline; 
}

#footer2 {
	clear: both;
	text-align:right;
	font-size:0.7em;
	color:#000000;
}

#footer2 a, #footer2 a:link, #footer2 a:visited {
   color: #000000;
   text-decoration: none; 
   border:0;
}

#footer2 a:hover {
   color: #000000;
   text-decoration: underline; 
}

#tblLogin
{
	color: #000000;
}

h1
{
	color: #000000;
	font-size:1.3em;
	margin:0;
	padding:0;
}

h2
{
	color: #000000;
	font-size:1.1em;
	margin:0;
	padding:0;
}

h3
{
	color: #000000;
	font-size:0.9em;
	margin:0;
	padding:0;
}

h4
{
	color: #000000;
	font-size:0.7em;
	margin:0;
	padding:0;
}

h5
{
	color: #000000;
	font-size:0.5em;
	margin:0;
	padding:0;
}


#adminStyle
{
    color:#000000;
    width:677px;
}


#contactText
{
    font-size:0.7em;
    vertical-align:bottom;
}

#contactText a, #contactText a:link, #contactText a:visited {
   color: #000000;
   text-decoration: none; 
   border:0;
}

#contactText a:hover {
   color: #000000;
   text-decoration: underline; 
}

.purple
{
    color:Purple;
}
.evenLargerText
{
    font-size:1.5em;
}
.largestText
{
    font-size:1.3em;
}
.largerText
{
    font-size:1.1em;
}
.normalText
{
    font-size:1.0em;
}
.smallerText
{
    font-size:0.9em;
}
.evenSmallerText
{
    font-size:0.8em;
}
.smallestText
{
    font-size:0.7em;
}

.moduleThirdsContainer
{
	float: left;
	background: url(/Images/ThirdsBottomBorder.gif) bottom left no-repeat;
	padding-bottom: 1px;
}

.moduleThirdsContainerInner
{
	float: left;
	overflow: hidden;
}

.moduleThird
{
	width: 208px;
	border: solid 1px #CCCCCC;
	padding: 8px;
	margin: 0;
	margin-right: 8px;
	margin-bottom: 8px;
	float: left;
	padding-bottom: 1000px;
	margin-bottom: -992px;
}

.moduleThird ul li
{
    margin-left:20px;
}

.moduleTwoThirds
{
	width: 442px;
	border: solid 1px #CCCCCC;
	padding: 8px;
	margin: 0;
	margin-right: 8px;
	float: left;
	padding-bottom: 1000px;
	margin-bottom: -1000px;
}

.moduleThirdNoTop
{
	width: 208px;
	border: solid 1px #CCCCCC;
	border-top: none;
	padding: 8px;
	margin: 0;
	margin-right: 8px;
	margin-bottom: 8px;
	float: left;
	padding-bottom: 1000px;
	margin-bottom: -992px;
}
.moduleThirdNoTop a, .moduleThirdNoTop a:link, .moduleThirdNoTop a:visited {
   color:#666699;
   text-decoration: none; 
}

 .moduleThirdNoTop a:hover {
   color:#666699;
   text-decoration: underline; 
}

.ddl 
{
    width:677px;

}

.Events h1, 
.Events h2, 
.Events h3, 
.Events b,
.Events strong
{
	color: #666699;
}

.Events A:visited
{
	color: #AB0FD2;
}

.EventsCalendar
{
	width: 150px;
}

.cleardiv
{
	clear: both;
	height: 1px;
	margin: 0px;
	padding: 0px;
}

.moduleFull
{
	width: 676px;
	border: solid 1px #CCCCCC;
	padding: 8px;
	margin: 0;
	margin-right: 30px;
	margin-bottom: 8px;
}

.newsBody
{
	text-align: left;
	vertical-align: top;
}

.webBeliefFooter {
	clear: both;
	text-align:center;
	padding-bottom:10px;
	padding-top:50px;
	font-size:8pt;
}

.webBeliefFooter a, .webBeliefFooter a:link, .webBeliefFooter a:visited {
   color: #666699;
   text-decoration: underline; 
   border:0;
}

.webBeliefFooter a:hover {
   color: #666699;
   text-decoration: none; 
}