/**************************************************/
/*	GENERAL HTML TAGS							  */
/**************************************************/
a {
	color:#369;
}	
a:hover, 
a:active {
	color:#69c;
	text-decoration: none;
}
body,td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
body {
	background-color: #D4D0C8;
	font-size: 0.7em;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
form {
	margin:0px;
	padding:0px;
}
h1 {
	background-color:#CF0044;
	background-image:url(../fw/header_bg.jpg);
	background-repeat:no-repeat;
	color:#fff;
	display:block;
	font-size: 1.6em;
	font-weight:bold;
	margin: -15px -15px 0px -15px;
	padding: 38px 15px 0px 15px;
	text-transform: uppercase;
}
h2, { font-size: 1.3em;
	color:#E3014B;
	font-weight:bold;
	margin: 20px 0px 0px 0px; 
}


h3, {
	font-size: 1.5em;
	color:#E3014B;
	font-weight:bold;
	margin: 20px 0px 0px 0px; 
}

h4, h5, {
	font-size: 1.2em;
	color:#666;
	font-weight:bold;
	margin: 10px 0px 0px 0px; 
} 
h6 {
	font-size: 1em;
	color:#E3014B;
	font-weight:bold;
	margin: 10px 0px 0px 0px;  
}

hr {
	color: #cccccc;
}

p {
	margin: 10px 0px 0px 0px;
}
ol li {
	margin:0 0 10px 0;
}
.clear {
	clear:both;
	}	

/**************************************************/
/*	LAYOUT DIVS AND TABLES						  */
/**************************************************/

/***** BODY *****/
#bodytable {
	background-color:#FFFFFF;
	background-image:url(../fw/body_bg.jpg);
	border: 0px none;
	width: 760px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}
#bodytable td{
	padding: 0px;
}
#bodytable #topcell {
	vertical-align:top;
}
#bodytable #bottomcell {
	background-image:url(../fw/footer.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
	height:90px;
	vertical-align:bottom;
}
#bodytable2 {
	background-color:#FFFFFF;
	background-image:url(../fw/body_bg2.jpg);
	border: 0px none;
	width: 760px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}
#bodytable2 td{
	padding: 0px;
}
#bodytable2 #topcell {
	vertical-align:top;
}
#bodytable2 #bottomcell {
	background-image:url(../fw/footer.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
	height:90px;
	vertical-align:bottom;
}
table#minutes td {
	padding: 5px 0px;
}
table#email td {
	padding: 5px 0px;
}
table#infoTable {
	border: 1px solid #E3014B;
	width: 100%;
}

table#infoTable td{
	padding: 0px 0px 0px 10px;
	
}

/***** TOP LAYOUT *****/
#toplayouttable {
	border: 0px none;
	width: 740px;
	margin: 0px 10px 0px 10px;
}

/***** HEADER AND SEARCHBAR *****/
td#header {
	height: 140px;
	background-image:url(../fw/header_bg.gif);
	font-size:9px;
}
input#searchquery,
input#username,
input#password {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	width: 100px;
	height: 12px;
	border: 1px solid #999;
	float: left;
	margin-top: 2px;
}
div#loginlayer,
div#searchlayer {
	float:right;
	margin-right:5px;
}

table#logintable td {
	height: 20px;
	padding: 2px;
}
/***** COLUMNS (TD) *****/
td#leftcolumn {
	width:200px;
	}

#leftcolumn .menuItems {
	margin:0;
	padding:0;	
	}
#leftcolumn ul.menuItems {
	width: 200px;
	}
#leftcolumn .menuItems li {
	background: #FFF url(../fw/leftmenu_item.jpg) repeat-x bottom left;
	list-style:none;
	padding:0 0 0 5px;
	margin:0;
	line-height:20px;
	}
	
#leftcolumn .menuItems a {
	text-decoration:none;
	display: block;
	height: 22px;
	}

td#middlecolumn {
	text-align:left;
	vertical-align:top;
	width:540px;
}
td#middlecolumn.home {
	background-image:url(../fw/home_bg.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}
td#middlecolumn .middleContainer
{
	padding: 15px;
	width: 510px;
	overflow:hidden;
}
div#homespacer {
	float:right;
	width:260px;
	height:150px;
}

/***** MISC *****/
div#copyright {
	color:#666;
	font-size: 9px;
	line-height:11px;
	text-align:center;
	padding: 25px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}
div#copyright a {
	color:#555;
}
img.map {
	border: thin solid #000000;
}
img.MapPopup {
position:absolute; top:0px; left:0px;
}

div#boardMember {
	background-image:url(../fw/boardMember.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	height:135px;
	width:525px;
	margin-top: 0px;
	margin-right: -15px;
}

/**************************************************/
/*	SPECIAL SPOT GRAPHICS						  */
/**************************************************/

img.flashicon {
	margin-right:10px;
}
input.formgobutton {
	margin-left: -4px;
	float: left;
}
/**************************************************/
/*	EXPANDING LIST								  */
/**************************************************/
/*ul#mainmenu { 
	margin: 0px 0px 0px 0px; 
	padding: 0px;
}
li#foldheader {
	background-image:url(../fw/leftmenu_item.jpg);
	background-repeat:no-repeat;
	color:#000;
	cursor:pointer;
	cursor:hand; 
	font-size:10px;
	height:18px;
	list-style-type:none;
	list-style: none;
	margin:0px;
	padding: 2px 0px 0px 10px;

}
li#foldheader.first {


ul#foldinglist{
	list-style-type: none;
	margin: 10px 6px 4px 20px;
	padding: 0px 0px 0px 0px;
}
ul#foldinglist li {
	color:#666;
	font-size:10px;
	font-weight:normal;
	list-style-image: url(../fw/spacer.gif);
	list-style-type:none;
	margin: 0px;
	padding:0px 0px 6px 0px;
	text-indent: -0.9em;
}
ul#foldinglist li a {
	text-decoration:none;
}

li#foldheader a {
text-decoration:none;
}

}*/
.menubullet {
	color:#CC0000;
}

ul.arrowList li {
	list-style: url(../fw/arrow.gif) outside;
	margin: 5px 0px 0px 0px;
}

.header_Staff {
    height:30px;
	background-color:#cccccc;
	font-size:12px; 
}

#staff_details {
	line-height: 20px;    
}

#subMenus a {
	font-weight: bold;
	font-size:12px;
	color: #336699;
	line-height:20px;
}

.calendarAdminText
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #C50143;	
}
	

.calendarAdminStepHeadings
{
	font-weight: bold;
	font-size: 14px;	
}

.MidHeading
{
	font-size: 1.3em;
	font-weight:bold;
		
}

/*****************************
	NEWSLETTER PAGES
*****************************/

.newsContainer {
	width: 230px;
	float:left;
	margin: 0 25px 12px 0;
	}
.newsContainer ul {
	margin:0;
	padding:0;
	}
.newsContainer li {
	display: block;
	margin:0;
	padding:0 0 12px 18px;
	list-style:none;
	}	
.newsContainer li a {
	text-decoration:none;
	}
.newsContainer li a:hover {
	text-decoration:underline;
	}

.newsListTitle {
	font: bold 14px Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	margin: 3px 0;
	}
	
.newsListBox {
	width: 210px;
	color: #000000;
	border: 1px solid #EAE8E4;	
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 12px 12px 0 12px;
	}
.newsListBox .newsDetails{
	color: #000000;
	width: 200px;
	}
			
.newsContainer .red {
	color: #D10044;
	}
.redList li {
	background: url(../fw/news-red-squares.jpg) no-repeat top left;
	}
	
.newsContainer .blue {
	color: #076A85;
	}	
.blueList li {
	background: url(../fw/news-blue-squares.jpg) no-repeat top left;
	}
	
.newsContainer .green {
	color: #00850D;
	}	
.greenList li {
	background: url(../fw/news-green-squares.jpg) no-repeat top left;
	}
	
/******************************
	NEWSLETTER DETAILS PAGE
*******************************/		

.headline {
	color: #D10044;
	font: bold 20px Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 0px 15px 0px;
	}
.newsDetailInfo {
	margin: 5px 20px 10px 0;
	float:left;
	}	