body {
	margin: 0;
	padding: 0;
	font: 100.01%/120% Helvetica, Arial, sans-serif;
	color: #000;
}

#outerHeader {
	margin: 0 auto;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #6F6;
	background-color:#000;
}

#header {
	min-height: 121px;
	width: 1000px;
	margin: 0 auto;
	background: url(/images/2011Header_FloorR5_r2_c2.jpg) left no-repeat;
}

#outerStrap {
	min-height: 213px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	background-color: #000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #6F6;
}

#outerContent {
	min-height: 300px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #333;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	background-color:#333;
}

#contentWrapper {
	width: 900px;
	padding-top: 5px;
	margin: 0 auto;
	font-size: 80%;
	background-color:#FFF;
	-moz-border-radius-topleft:3ex;
	-moz-border-radius-bottomright:3ex;
	-webkit-border-top-left-radius:3ex;
	-webkit-border-bottom-right-radius:3ex;
}

#content {
	width: 600px;
	margin: 0 auto 0 35px;
}

#content h1 {
	border: 1px solid #000;
	margin: 10px -50px 5px -25px;
	padding:10px 10px 10px 10px;
	background-color:#333;
	font-size: 20pt;
	color: #CCC;
	-moz-border-radius-topleft:1ex;
	-moz-border-radius-bottomright:1ex;
	-webkit-border-top-left-radius:1ex;
	-webkit-border-bottom-right-radius:1ex;
	font-weight: lighter;
	line-height: 20pt;
}

#content h3 {
	text-align: center;	
}

#rightcol {
	width: 235px;
	float: right;
	color: #000;
	background-color:#000;
	margin: 16px 5px 5px 10px;
	padding:5px 5px 5px 5px;
	-moz-border-radius-topleft:3ex;
	-moz-border-radius-bottomright:3ex;
	-webkit-border-top-left-radius:3ex;
	-webkit-border-bottom-right-radius:3ex;
	text-align: right;
}

#rightcol h1 {
	margin-top: 0;
	padding-top: 0;
	font-size: 120%;
	color: #6F6;
}

#rightcol p {
	font-size: 90%;
	color: #CCC;
	line-height: 14px;
}

#rightcol ps {
	font-size: 85%;
	color: #CCC;
	line-height: 14px;
}

#rightcol a {
	color: #6F6;
}


#footer {
	clear: both;
	font-size: 85%;
	margin-top: 25px;
	background-color:#333;
}

#footer p {
	float: right;
}

#footer a {
	color: #666;
}

/********** text elements ******************/

h1, h2, h3 {
	font-size: 140%;
	color: #464037;
}

h2 {
	font-size: 130%;
	font-weight: bold;
}

h3 {
	font-size: 120%;
	margin-bottom: 0;
}
/********** Generic classes **********************/

.right {
	float: right;
	margin: 4px 0 2px 5px;
}

.rounded {
  -moz-border-radius-topleft:3ex;
  -moz-border-radius-bottomright:3ex;
  -webkit-border-top-left-radius:3ex;
  -webkit-border-bottom-right-radius:3ex;
}

	
/************ Column control ****************/

.twocol #rightcol {
	display: none;
}

.twocol #content {
	margin-right: 0;
	margin-left: 170px;
	width: auto;
}


ul#green { margin:0; padding:0; list-style-type:none; }

ul#green li { position:relative; float:right; border-top:4px solid #f6f; margin-right: 15px; padding-right: 20px; padding-top: 5px;}

ul#green .current { border-top:4px solid #6F6;}

ul#green li:hover { border-top:4px solid #3c633c;}

ul#green li a { padding:2px 2px; text-decoration:none; font:bold 12px Verdana, Georgia, "Times New Roman", Times, serif; color:#fff;}

ul#green li a:hover { color:#89be89; border:none; }

ul#green li span{ display:none; position:absolute; top:20px; left:2px; width:160px; font:normal 9px Verdana, Georgia, "Times New Roman", Times, serif;  line-height: 15px;}

ul#green li a:hover span {margin-top: 7px; display:block; color: #89be89;}

