@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #CC0033;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #003300;
}
h1 {
	display:none;
}
a:link {
	color: #006600;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #006600;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #006600;
}
a {
	font-size: 12px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#container {
	width: 1000px;
	background: #669900;
	background-image: url(../images/bg_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	margin: 0 auto;
	border: 1px solid #CC0033;
	text-align: left;
}
#mainContent {
	padding: 0 20px;
	min-height:500px;
}

#header {
	background-image:url(../images/header.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding:0;
	width:1000px;
	height:202px;
	margin:0;
	border-bottom:thin double #FFFFFF;
}
#sidebarLeft {
	width:29%;
	height:450px;
	padding:0px 0 0 20px;
	margin:0;
	position: relative;
	top:15px;
}
#contentRight {
	width:60%;
	margin:15px 0 15px 39%;
	position:relative;
	left:12px;
	top:-450px;
}
#footer {
text-align:center;
font-size: 10px;
color:#FFFF99;
}
/* begin tooltip styles USED TO ACHIEVE ROLLOVER IMAGES WITHIN TEXT */

a.tooltiplink span {
	display:none;
}
a.tooltiplink:hover span {
	display:inline;
	position:absolute;
	padding:5px;
	color: #FFFFCC;
	background-color: #669933;
	border:1px solid #990000;
	text-decoration:none;
	top:410px;
	left:38%;
	width:450px;
}
/* IE6 fix for tooltip */

a.tooltiplink:hover {
	font-size:100%;
	text-decoration:none;
	color:#4f2e04; 
}


/* menu styles */

#menu {
	float:right;
	width:300;
	z-index:25;
}
.initiativesHeading {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 18px;
	color: #CC0033;
}
