body
	{
	margin: 0 0 0 0;
	background-color: #89B2CA;
	background-image: url(../images/mainBackGround.jpg);
	background-repeat: repeat-x;
	float: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bText
{
	padding: 5px 5px 5px 5px;
}

p, li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

blockquote
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	text-align: justify;
}

img
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 3px 0px 3px;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	padding: 0px 3px 0px 3px;
}

h4 {
	font-weight: bold;
	color: #5D658A;
	padding: 5px 0px 0px 3px;
	margin: 0px;
}

.genTable
{
	border-collapse: collapse;
	background-color: #FFFFFF;
}

.panelsBG
{
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-x;
}

.panelText
{
	color: #666699;
	/*margin-top: 10px;*/
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.txtBox
{
	margin-top: 15px;
	width: 95%;
	height: 26px;
	margin-right: 10px;
	position: relative;
	top: -8px;
}

.visionText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #97BBD0;
	padding: 15px 15px 15px 15px;
}

.adTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	padding: 0px 25px 10px 15px;
}

.adWords
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	padding: 0px 25px 10px 15px;
}

.bullets
{
	color: #666699;
	padding: 10px 15px 0px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.adPics
{
	padding: 25px 0px 20px 0px;
}

.hdrRow
{
	background-color: #3B7EA7;
}

.hdrLeft
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 25px 0px 8px 10px;
	text-align: left;
	vertical-align: bottom;
}

.hdrRight
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 25px 10px 8px 0px;
	text-align: right;
	vertical-align: bottom;
}

div#pageTitle h1
	{
		font-size:12pt;
		color: #5D658A;
		font-weight:bold;
		font-style: italic;
		/*border-bottom-color: #3C7FA7;
		border-bottom-style: double;
		border-bottom-width: medium;*/
		padding:4px 0px 4px 0px;
	}
div#cumbs
	{
		font-size:8pt;
		text-align:right;
	}

.redText
	{
		color: #ff0000;
	}
.errorMessage
	{
		color: #ff0000;
	}	
/*
	:::::::::::::::::::::::::::::::::::::::::  MENU CODE :::::::::::::::::::::::
 */		
#menu {
/*width: 12em;*/ /* set width of menu */
width: 195px;
-width: 194px;
background-color: #8890B4;
} 

#menuItem_1 ul { /* remove bullets and list indents */
	MARGIN: 0px; 
	PADDING: 0px;
	list-style: none;
	}

/* style, color and size links and headings to suit */
#menuItem_1 LI {

border-top-width: 1px;
border-top-style: solid;
border-top-color: #FFFFFF;
margin: 0;
background: #8890B4;
}

#menuItem_1 A {
font: bold 12px arial, helvetica, sans-serif;
display: block;
margin: 0;
padding: 8px 12px;
color: #FFFFFF;
text-decoration: none;
}

#menuItem_1 li.active {
background-color: #3C7FA7;
color: #FFCC33;
}

#menuItem_1 a:hover {
color: #FFCC33;
background: #3C7FA7;
}

/*#menuItem_2*/
#menuItem_2 ul { /* remove bullets and list indents */
	MARGIN: 0px; 
	PADDING: 0px;
	list-style: none;
	}

/* style, color and size links and headings to suit */
#menuItem_2 LI {

border-top-width: 1px;
border-top-style: solid;
border-top-color: #FFFFFF;
margin: 0;
background: #55A5D4;
}

#menuItem_2 A {
font: bold 12px arial, helvetica, sans-serif;
display: block;
margin: 0;
padding: 4px 0px 8px 25px;
color: #FFFFFF;
text-decoration: none;
}

#menuItem_2 li.active {
background-color: #3C7FA7;
color: #FFCC33;
}

#menuItem_2 a:hover {
color: #FFCC33;
background: #3C7FA7;
}
/*
	:::::::::::::::::::::::::::::::::::::::::;  END MENU CODE :::::::::::::::::::::::
 */		
 
/*
	:::::::::::::::::::::::::::::::::::::::::; Content boxes :::::::::::::::::::::::
*/

.content_box { }

.content_box .cb_title { }

.content_box .cb_body { }

.content_box .cb_body table {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.content_box .cb_body thead {
	font-weight: bold;
}

.content_box .cb_body td {
	padding: 4px;
	margin: 0px;
	border-bottom: 1px solid #cccccc;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
}

.content_box .cb_body a {
	color: #666699;
}
 
#homeLatestNews
	{
		padding-top: 5px;
		background: url(/images/news_div.gif) no-repeat bottom left;
	
	}		
#homeLatestNews ul
	{
		margin:0px; 
		padding:0px;
		padding-bottom:3px;
		list-style: none;
	}
#homeLatestNews li
	{
		padding-left: 10px;
		padding-bottom: 5px;
  	 	background: url(/images/news_li.gif) 0 0.5em no-repeat; 
		text-decoration:none; 
		font-size:10px;
	}	
	
/*
	:::::::::::::::::::::::::::::::::::::::::; Photo Gallery :::::::::::::::::::::::
 */			
	.imgSlideOver {
	cursor:pointer;
	background-color: #C3E3EA;
	color: #000000;
	}
	.imgSlideOut {
	background-color: #EEEEEE; 
	}
	.showingImages {
	background-color: #e1e1e1;
	}

	.imgBorder {
		border:1px solid black;
	}
/*
	:::::::::::::::::::::::::::::::::::::::::; Calendar :::::::::::::::::::::::
 */		
	.calThisDateSep {  background-color: #89B2CA; }
	.trCalDaysHeadings { background-color: #336699; color: #FFFFFF; }
	.days { background-color: #FFFFFF; }
	.dayNumPrint {  font-size: 20px;
					color: #000000;
	}
	.eventForThisDay { background-color: #DDDDDD;
	cursor:pointer; }
	.eventForThisDayOut {  background-color: #E1E1E1; }
   .dListing { border-bottom: 1px solid #5D658A;}
   .calLegendTodaysDate { 	
	   	background-color: #E1E1E1;
	}
	.calLegendEventSchlDate { 	
	   	background-color: #d7b7b7;
	}
	
	table.event {
		background-color: #EFEFEF;
		padding: 4px;
	}
	
/*
	:::::::::::::::::::::::::::::::::::::::::; Announcement :::::::::::::::::::::::
 */
	.announcementTitleHeading
	{
		font-size:11pt;
		font-weight:bold;
	}
/*
	:::::::::::::::::::::::::::::::::::::::::; LINKS :::::::::::::::::::::::
 */		
	table#links 
	{
		/*** border: 1px solid #C2C3C0; ***/
		 border: 1px solid #4662b8;
		 margin-top:4px;
	}
	table#links .cat 
	{
		 /***  background-color: #E1E1E1; ***/
		  background-color: #687fc5;
		  font-weight: bold;
	}
	table#links .catHeading a 
	{
		 font-weight: bold;
		 font-family: Arial; 
		 font-size: 13px; 
		 color: #FFFFFF;
	}	

/*
	:::::::::::::::::::::::::::::::::::::::::; MyProfile / Join :::::::::::::::::::::::
 */			
	table#myProfile .formTitleRow
	{
		background-color: #8890B4;
		font-weight: bold;
		padding: 5px;
		color: #FFFFFF;
	}
	
	table#myProfile .formCaption
	{
		text-align:right;
		background-color: #EFEFEF;
	}
	
	table#myProfile .titleRow
	{
		background-color: #E1E1E1;
		font-weight: bold;
		padding: 5px;
	}	
/*
	:::::::::::::::::::::::::::::::::::::::::; MEMBERS Dir :::::::::::::::::::::::
 */		
	table#membersDir .titleRow 
	{
	    background-color: #E1E1E1;
		font-weight: bold;
	}
	table#membersDir .evenRow 
	{
	    background-color: #FEFFDF;
		
	}	
	table#membersDirRecords td
	{
		border-top: 1px solid #999999;
		border-bottom: 1px solid #999999;
	}
/*
	:::::::::::::::::::::::::::::::::::::::::; Contact Form :::::::::::::::::::::::
 */		
 .contactFormHeading
 	{
		color: #5D658A;
		font-size: 10pt;
		font-weight:bold;
		border-bottom:1px dotted #3C7FA7;
 	}

/*
	:::::::::::::::::::::::::::::::::::::::::; siteMap :::::::::::::::::::::::
 */		
 
ul#siteMap li
	{
		padding: 3px 0px 3px 0px;
	} 
	
/*
	:::::::::::::::::::::::::::::::::::::::::;   Classifieds :::::::::::::::::::::::
 */		
table#classifieds .titleRow
{
  background-color: #E1E1E1;
  font-weight: bold;
}

/*
	:::::::::::::::::::::::::::::::::::::::::;  My Classifieds :::::::::::::::::::::::
 */		

table#myClassified .formTitleRow
{
	background-color: #E1E1E1;
	font-weight: bold;
}
table#myClassified .titleRow
{
	background-color: #E1E1E1;
	font-weight: bold;
}		


/*:::::::::::::::::::::::::::::::::::::::::; Header Starts :::::::::::::::::::::::*/		
A.hdrLink:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

A.hdrLink:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

A.hdrLink:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

A.hdrLink:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

/* :::::::::::::::::::::::::::::::::::::::::; Header Ends :::::::::::::::::::::::*/		

/*
	:::::::::::::::::::::::::::::::::::::::::; Footer Starts :::::::::::::::::::::::
 */		
A.footerLink:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
}

A.footerLink:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
}

A.footerLink:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
}

A.footerLink:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
	padding: 0px 10px 0px 10px;
}

.ftrCopyright
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	padding: 10px 10px 10px 0px;
	text-align: right;
	background-color: #5D658A;
}

.tblFooter
{
	border: #FFFFFF 1px solid;
}

.ftrBlank
{
	width: 44px;
	background-color: #97BBD0;
	border-right: #FFFFFF 1px solid;
}

.misc
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	border-right: #FFFFFF 1px solid;
}

#footer td 
	{
		padding:3px;
		font-size: 9px;

	}
#footer td.menu a
	{
		font-size: 9px;
		color: #2e458b;
		text-decoration: underline;
		text-transform: uppercase;
	}
#footer td.menu a:hover
	{
		font-size: 9px;
		color: #000000;
		text-decoration: underline;
		text-transform: uppercase;
	}	
#footer td.menu
	{
		font-size: 9px;
		color: #383838;
	}
/*
	:::::::::::::::::::::::::::::::::::::::::; Footer Ends :::::::::::::::::::::::
 */		
	
/*:::::::::::::::::::::::::::::::::::::::::; Misc Starts :::::::::::::::::::::::*/		
A.back:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5D658A;
	font-weight: bold;
	text-decoration: none;
}

A.back:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5D658A;
	font-weight: bold;
	text-decoration: none;
}

A.back:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5D658A;
	font-weight: bold;
	text-decoration: none;
}

A.back:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3C7FA7;
	font-weight: bold;
	text-decoration: underline;
}

A:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5D658A;
	font-weight: bold;
	text-decoration: none;
}

A:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5D658A;
	font-weight: bold;
	text-decoration: none;
}

A:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5D658A;
	font-weight: bold;
	text-decoration: none;
}

A:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3C7FA7;
	font-weight: bold;
	text-decoration: underline;
}

/* :::::::::::::::::::::::::::::::::::::::::; Misc Ends :::::::::::::::::::::::*/		

.mainTitle
{
	width: 576px;
	background-color: #5D658A;
	padding: 8px 0px 3px 20px;
	border-top: #FFFFFF 1px solid;
	border-left: #FFFFFF 1px solid;
}

.bodyContents
{
	width: 560px;
	height: 100%;
	background-color:#FFFFFF;
	position: absolute;
	top: 218px;
	left: 312px;
	z-index: 200;
	padding: 0px 5px 0px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.leftColumn
{
	border-left: #FFFFFF 1px solid;
	border-right: #FFFFFF 1px solid;
	width: 194px;
	background-color: #5D658A;
	vertical-align: top;
}

.appearances
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
}

/* :::::::::::::::::::::::::::: Articles Section Starts :::::::::::::::::::::::*/
.articleDate
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 3px 0px 3px;
}

.articleTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5D658A;
	font-weight: bold;
	text-decoration: none;
	padding-left: 3px;
}

.articleSource
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	padding-left: 3px;
}

.artitleTitleHeading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #5D658A;
	padding: 0px 3px 0px 3px;
}

.artitleTitleTd
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* :::::::::::::::::::::::::::: Articles Section Ends :::::::::::::::::::::::*/

.sectionHeading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 7px;
	padding-top: 7px;
	padding-right: 5px;
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
	/*background-color: #5D658A;*/
	border-top: #FFFFFF 1px solid;
	border-right: #FFFFFF 1px solid;
	border-left: #FFFFFF 1px solid;
}

.coloredHeading
{
	color: #FFCC33;
}