#editHeader {				/* Need to duplicate these styles on the other style.css */
	border-bottom:1px solid #333; 
	text-align:left; 
	height:31px;
	background-color:#ccc; 
	background-image:url(/cms/images/bgnd.jpg); 
	background-repeat:repeat-x;
	}
#editHeader a {
	color:blue;
	text-align:center; 
	text-decoration:none; 
	float:right;
	width:90px;
	margin:3px 5px 3px 0; 
	padding:3px;
	border:1px solid #fff;
	}
#editHeader a:hover {
	color:white;
	background-color:#999999;
	}
	

#contactForm table {
	width:100%;
	margin-bottom:20px;
	}
#contactForm fieldset {
	border:1px solid #eee;
	}
#contactForm legend {
	color:#333;
	}
#footer {
	width:960px;
	color:#ccc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	}
#footer a {
	color:#ccc;
	text-decoration:none;
	}
#footer a:hover {
	color:#fff;
	}
#formcheck {
	visibility:hidden;
	}
#leftbar1 {
	padding:0 !important;
	margin:10px 0 10px 0; 
	}
#leftbar1 ul li a {
	font-size:1.2em;
	display:block;
	padding:4px 0 4px 8px;
	text-decoration:none;
	color:#000;
	margin-bottom:2px;	
	background-color:#98c4ca;
	border-left:10px solid #accbd0;
	}
#leftbar1 ul li a:hover {
	background-color:#CFABCA;
	color:#590e4f;
	border-left:10px solid #e1badc;
	}
#leftbar1 ul, #righbar li {
	padding:0;
	margin:0;
	list-style:none;
	}
#rightbar1 {
	padding:0 !important;
	margin:10px 0 10px 0; 
	}
#leftbar2, #leftbar3, #leftbar4, #leftbar5, #leftbar6 {
	background-color:#d5f0fc;
	color:#666;
	border:1px solid #98c4ca;
	padding:10px !important;
	margin:10px 0 10px 0 !important;
	}
#rightbar1, #rightbar2, #rightbar3, #rightbar4, #rightbar5, #rightbar6 {
	background-color:#d5f0fc;
	color:#666;
	border:1px solid #98c4ca;
	padding:10px !important;
	margin:10px 0 10px 0 !important;
	position:relative;	/* Fixes the Peekaboo bug in IE6 */
	min-width:0;		/* Fixes the Peekaboo bug in IE7 */
	}
#mainContent img {
	}
#navbar {
	border-top:1px solid #999;
	border-top:1px solid #999;
	}
#navbar a {
	color:#eee;
	text-decoration:none;
	font-weight:bold;
	padding:5px 15px 5px 15px;
	}
#navbar a:hover {
	color:#fff;
	background-color:#ccc;
	}
#navbar li {
	display:inline;
	}
#navbar ul {
	padding:0;
	margin:0;
	}
#quotes1 {
	background-image:url(../graphics/quotes.gif);
	background-position:top left;
	background-repeat:no-repeat;
	}
#quotes2 {
	background-image:url(../graphics/quotes2.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	}
.alignRight {
	text-align:right;
	}
.editLink {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display:block;
	padding:0;
	margin:3px 0;
	color:#00f !important;
	font-weight:normal !important;
	border:0 !important;
	text-decoration:none;
	}
.editLink:hover {
	text-decoration:underline;
	}
.headerImg {
	float:right; 
	padding:2px; 
	border:1px solid #eee; 
	margin:10px 5px 0 0;
	}
.imgRight {
	float:right;
	margin:5px 0 5px 5px;
	}
.imgLeft {
	float:left;
	margin:5px 5px 5px 0;
	}