#editHeader {				/* Need to duplicate these styles on the other style.css */
	border-bottom:1px solid #333; 
	text-align:left; 
	height:30px;
	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;
	}
	
#footer {
	color:#666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	}
#footer a {
	color:#666;
	text-decoration:none;
	}
#footer a:hover {
	color:#0088F1;
	}
#formcheck {
	visibility:hidden;
	}
#leftbar1 {
	background-color:#eee;
	padding:0 !important;
	margin:10px 0 10px 0; 
	}
#leftbar1 ul li a {
	display:block;
	background-color:#eee;
	padding:5px 0 5px 10px;
	text-decoration:none;
	color:#32428B;
	border-top:1px solid #fff;
	}
#leftbar1 ul li a:hover {
	background-color:#0088F1;
	color:#fff;
	}
#leftbar1 ul, #leftbar li {
	padding:0;
	margin:0;
	list-style:none;
	}
#leftbar2, #leftbar3, #leftbar4, #leftbar5, #leftbar6 {
	border:1px solid #ccc;
	background-color:#fff;
	padding:5px !important;
	margin:10px 0 10px 0 !important; 
	}
#rightbar1, #rightbar2, #rightbar3, #rightbar4, #rightbar5, #rightbar6 {
	border:1px solid #eee;
	background:#fff url(/graphics/sidebar.jpg) bottom repeat-x;
	padding:5px !important;
	margin:10px 0 10px 0 !important;
	position:relative;	/* Fixes the Peekaboo bug in IE6 */
	min-width:0;		/* Fixes the Peekaboo bug in IE7 */
	}
#rightbar p {
	margin:1em 0 1em 0;
	}
#mainContent img {
	padding:5px;
	border:1px solid #eee;
	}
#mainContent a {
	text-decoration:none;
	}
#navbar {
	border-top:1px solid #fff;
	background-image:url(../graphics/nav_bgnd.gif);
	}
#navbar a {
	color:#333;
	text-decoration:none;
	font-weight:bold;
	padding:5px 15px 5px 15px;
	border-right:1px solid #fff;
	}
#navbar a:hover {
	color:#fff;
	background-color:#ccb565;
	}
#navbar li {
	display:inline;
	}
#navbar ul {
	padding:0;
	margin:0;
	}
#quotes1 {
	background-image:url(../graphics/quotes_start.gif);
	background-position:top left;
	background-repeat:no-repeat;
	}
#quotes2 {
	background-image:url(../graphics/quotes_finish.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	}
#webPortfolio {
	width:70%;
	margin:10px auto;
	}
#webPortfolio td {
	padding:5px;
	text-align:center;
	font-size:.9em;
	vertical-align:top;
	}
.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;
	}
.imgRight {
	float:right;
	padding:5px;
	border:1px solid #eee;
	margin:0 0 5px 5px;
	}
.imgLeft {
	float:left;
	padding:5px;
	border:1px solid #eee;
	margin:0 5px 5px 0;
	}