@charset "UTF-8";
body {
	font-family: Helvetica, Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 16.5pt;
	color: #FFFFFF;
	text-decoration: none;
	background-color:#669933;
	background-image:url(images/backgroundBar.png);
	margin:0;
	padding:0;
	background-repeat:repeat-x;
	text-align:center;
}
#theStage {
	position:relative;
	width: 935px;
	color: #333333;
	margin: 144px auto;
	display:block;
	text-align:left;
}
#theStage a:link {
	color:#669933;
	text-decoration:underline;
}
#theStage a:visited {
	color:#006600;
	text-decoration:underline;
}
#theStage a:hover {
	color:#66CC00;
	text-decoration:none;
}
#theStage a:active {
	color:#006600;
	text-decoration:underline;
}
#theCard {
	position:absolute;
	right:0px;
	top:0px;
	width:752px;
}
#topBar {
	position:relative;
	float:left;
	background-image:url(images/titleBar-trans.png);
	width:752px;
	height:61px;
	background-repeat:no-repeat;
}
#searchBar {
	text-align:right;
	position:absolute;
	width:300px;
	right:30px;
	bottom:8px;
	margin:0px;
}
#centerBar {
	position:relative;
	float:left;
	width:752px;
}
#leftSide {
	position:absolute;
	top:0px;
	left:0px;
	width:54px;
	height:100%;
	background-image:url(images/leftSide_wShadow-trans.png);
}
#rightSide {
	position:absolute;
	top:0px;
	right:0px;
	height:100%;
	width:50px;
	background-image:url(images/rightSide-wShadows-trans.png);
}
#contentArea {
	position:relative;
	float:left;
        clear:none;
        margin:0px;
        padding:0px;
	padding-top:16px;
	width:648px;
	top:0px;
	left:54px;
	background:#FFFFFF;
        overflow:hidden;
}
#contentArea img {
        border:0;
}
#bottomBar {
	position:relative;
	float:left;
	clear:both;
	background-image:url(images/bottomBar-trans.png);
	width:752px;
	height:48px;
}
#bottomLinks {
	text-align:center;
	position:relative;
	float:left;
	clear:left;
	width:752px;
	line-height:12px;
	height:36px;
	margin-bottom:36px;
}
#bottomLinks p {
	color:#e8e8e8;
}
#bottomLinks a:link, #bottomLinks a:visited, #bottomLinks a:hover, #bottomLinks a:active {
	color:#FFFFFF;
}
#leftMenu {
	width:158px;
	position:absolute;
	top:0px;
	left:0px;
}
#leftMenuLinks {
	position:relative;
	float:left;
	width:158px;
	margin-top:16px;
	white-space: nowrap;	
}
#leftMenu a {
	position:relative;
	float:right;
	clear:right;
	margin:6px;
}
h2.heading {
	color:#669933;
	font-size:26px;
	line-height:36px;
	height:36px;
	font-weight:100;
        padding-top:10px;
}
ul {
	margin:0;
	padding:0;
}
.toc {
	background-color:#e8e8e8;
	border:#CCCCCC 1px solid;
	position: relative;
	float: right;
	clear:both;
	width: 200px;
	list-style-type: none;
	display:block;
	margin-left:24px;
        margin-top:-48px;
	padding-left:16px;
	padding-top:10px;
	padding-bottom:10px;
}
.toc li {
	position:relative;
	float:left;
	clear:both;
}
.toc ul {
	background:transparent;
	position:relative;
	float:left;
	clear:both;
	display:block;
	left:18px;
	margin:0;
	padding:0;
	border:0;
}
.toc a:link, .toc a:visited, .toc a:hover, .toc a:active {
	white-space: nowrap;
}