/* generic styles */
               html {
		background-color:#CDEDFE;
		}
		.normal {
			font-weight: normal;			
		}
		.bold {
			font-weight: bold;			
		}	
		.small {
			font-size: 12px;
			font-variant:small-caps
	        }
		.solidLineAbove {
			border-top: 1px solid #85A5B2;
		}
		.alert {
		        background-color:#F00;			
			font-size:16px;
			font-weight:bold;
			color:#FFF;
		}
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 32px;
			color: #C54536; 
			margin-bottom: 30px;
			background-color: #CDEDFE;
		}
		
		h2 {
			color: #666;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #CDEDFE;
		}
		
/*links*/
		a {
			color:#6267F4; 
			text-decoration: none;
		}

		a:hover {
			color:#CC6714;
			background-color: #CDEDFE; 
		}


/*Page container*/
		#container{
			width: 750px;
			margin: 0 auto;
			font-family: "Lucida Grande", Tahoma, Arial, Helvetica,sans-serif;
			font-size: 14px;
			line-height: 1.6em;
			color: #000;
			background-color: #CDEDFE;
		}
		
/* Header */

		#header{
			border-bottom: 4px solid #9EC4D4;
			padding-top: 10px;			
			clear: both;
			margin-bottom: 0;
		}
		
		#header p { 
			margin-top: -20px;
			margin-left: 30px;
			color: #666;
		}
		#menu {
			/*border-bottom: 4px solid #948979;*/
			padding-top: 22px;
			clear: both;
			margin-bottom: 10px;
		}

/* Menu */
	
		 #navigation ul {
			margin-left: 0;
			padding-left: 0;
			list-style-type: none;			
			float: left;
			width: 140px;
			background:#CDEDFE;
		}

		

/* Announcement area */

		#navigation p {
			margin-top: 40px;
			padding: 5px;
			border-bottom: 1px dotted #79B9CE;
			border-top: 1px dotted #79B9CE;
		}
		#navigation p.reference {
			margin-top: 40px;			
			font-weight:bold;
			border-top: 1px dotted #79B9CE;
			border-bottom: none;
			padding-bottom:0px;
		}
		#navigation p.verse {
			margin-top: -6px;			
			padding-top: 0;
			border-top:none;
			border-bottom: 1px dotted #79B9CE;		
		}

		
/* The meat */

		#content {
			width: 362px;
			margin-left: 180px;
			margin-right: 200px;
		}
		#calendarContent {
			width: 740px;
			margin-left: 10px;
			margin-right: 0;
		}		
		#contactContent {
			width: 400px;
			margin-left: 180px;
			margin-right: 0;
		}
	#contactContent p ul li {
			font-size: 14px;
			font-weight: normal;
			color:#000;
			padding-bottom: 10px;
}
                #contactContent p,
		#content p {			
			font-size: 14px;
			font-weight: normal;
			color:#000;
			padding-bottom: 10px;
			border-bottom: 1px solid #85A5B2; 
		}
		 #contactContent p.noline,
		 #content p.noline,
		 #content ul{
			font-size: 14px;
			font-weight: normal;
			color:#000;
			padding-bottom: 0px;
			border-bottom: none;
		}		

/* The potatoes */

		#sidebar {
			float: right;
			width: 175px;
		}

		#sidebar img {
			float: right;
			width: 175px;
		}

		#sidebar img.weather {
			float: right;
			width: 166px;
			height:77px;
		}
		#sidebar p {
			padding-bottom: 10px;
			border-bottom: 1px solid #85A5B2;
		}
		#sidebar p.alert {
			background-color:#F00;			
			font-size:16px;
			font-weight:bold;
			color:#FFF;
		}

/* footer */

		#footer {
			margin-top: 20px;
			clear: both;
			background-color:#9EC4D4;
			padding: 0px 5px 0px 5px;
		}
		
		#footer p {
			color:#5E63EA;
			padding: 5px;
		}
		
		
		#footer p a:hover {
			color: #FFF;
			background-color:#9EC4D4;
		}		
/* table styles */
.contacts,
.schedule {
 margin-left: 0;
 padding-left: 0;
 clear: both;
 float: left;

}

.header_row {
background-color:#8B7D64;
}
.odd_row {
background-color:#96C1E6;
}
.even_row {
background-color:#CDEDFE;
}