body {margin-top: 0;}

.sidenav {
	background-color:#E0E0E0;
	text-align:left;
}

/* Main colored header bars */
.redbar {
	color:white;
	background-image: url(images/redheader.jpg) ;
	/*background-color:#b11f24; */
	/*background-color:#b11f24; */
	font-weight: bold;
	text-transform: uppercase;
}
.greenbar {
	color:#ffffff;
	background-image: url(images/headerbar.jpg) ;
	font-weight: bold;
	text-transform: uppercase;
}

.statbar {
	color:#105184;
	font-weight: bold;
	
}


.greybar {
	color:#FFF;
	background-image: url(images/btnblank.gif) ;
	margin-bottom:5px;
	font-weight: bold;
	text-transform: uppercase;
}
.greybar a{color: #fff;}
.greybar h4{color: #fff;}
.greybartext{color: #fff;}
.googlebar {
	color:#ebeff9;
	background-color:#ebeff9;
	margin-bottom:5px;
	font-weight: bold;
	overflow: visible;
}

/* Text modifiers */
.greenhead {
	color:#105184;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
/*	padding-left: 25px; 
	background: url(images/maple_leaf_small.jpg) top left no-repeat; */
}

.post .greenhead {
	font-size: 150%;
	line-height: 125%;
/*	padding-left: 35px;
	background: url(images/maple_leaf.jpg) top left no-repeat;  */
}

li.greenhead {background: none; padding-left: 0px; text-transform: none;}
h4.greenhead {background: none; padding-left: 0px;}

.post li.greenhead {background: none; padding-left: 0px; font-size: 12px;}
.post h4.greenhead {background: none; padding-left: 0px; font-size: 14px;}

.post ul {list-style-image: url(images/maple_leaf_small.jpg); line-height: 18px;} 

.post table {border: 1px solid black; border-collapse: collapse;}

.post table td {border: 1px solid black; border-collapse: collapse;}

.post table td {padding: 20px;}

.legal ul {list-style-image: url(images/maple_leaf_small.jpg); line-height: 18px;} 

font {
	font-size: 12px;}

.greensubhead {
	/*color:#3a7c7a; */
	color:#0075B2;
	font-size:14px;
	font-weight: bold;
}
}
.redlink {
	color:#0075b2;
	font-style:italic;
	text-decoration:none;
}
.whitelink {
	color:#ffffff;
	font-style:italic;
	text-decoration:none;
}
.greybartext {
	/*color:#326866;*/
	color:#105184;
	padding-left:1em;
	margin-bottom:0.5em;
	padding-top:0.5em;
	font-weight:bold;
}
.googlebartext {
	color:#000000;
	padding-left:1em;
	margin-bottom:0.5em;
	padding-top:0.5em;
	font-weight:bold;
}
/* Navbar CSS */
#navbar {
	background:#FFFFFF none repeat scroll 0%;
	border-top:3px solid #a53329;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-variant: caps;
	height:2em;
	line-height:normal;
	width:950px;
	overflow: visible;
	padding: 0;
	padding-top: 5px;
}
#navbar li {
	margin-right:0px;
	padding:4px 2px;
	display: inline;
	
}
#navbar li a {
	text-decoration:none;
	white-space:nowrap;
	/*color:#000000; */
	color:#3a3a3a;
	font-family: Arial, Helvetica, sans-serif;	
	font:bold;
	padding:7px 5px;
	font-weight:bold;
}
#navbar li a:hover {
	background:#9d9fa2 none repeat scroll 0%;
	color:#FFFFFF; 
	/*color:#9d9fa2; */
}

