body{
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande",Arial,sans-serif;
	height: 100%;
	/*background-image: url(../images/diag.gif);*/
}

#container{
	width: 950px;
	margin: 0px auto 10px auto;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	background-color: #ffffff;
}
#header{
	width: 950px;
	height: 97px;
	background-color: #F0F0F0;

}
#navBar{
	width: 950px;
	height: 22px;
	background-color: #b6c5cc;
	text-align: center;
	word-spacing: 2.5em;
}
#menu {
	height: 25px;
	padding:0 1em;
	margin-top: 1px;
	font-weight: bold;
	font-size: 12px;
	background-image: url(../images/barBlue.gif);
	background-repeat: repeat-x;
	margin-bottom: 10px;
	}
div.outer {
	float: left;
	width: 120px;
	height: 25px;
	margin: 0 0px 0px 0;
	border-right: 1px solid white;
	background: url(../images/barsBlue.gif) 0 -50px repeat-x;
	}
div.outer a {
	display: block;
	margin: 0; 	padding: 0;
	width:100%; height:100%;
	overflow:hidden;
	color:#ffffff;
	text-decoration: none;
	text-align: center;
	background: url(../images/barsBlue.gif) top left repeat-x;
	}
div.outer span {
	display: block;
	margin:0;
	padding: 5px 0 0 0px;
	}
div.outer a:hover {
	background-image: none;
	}
div.outer a:active {
	color: black;
	}
#menuCarbon {
	height: 25px;
	padding:0 1em;
	margin-top: 1px;
	font-weight: bold;
	font-size: 12px;
	background-image: url(../images/bar3carbon.gif);
	background-repeat: repeat-x;
	}
div.outerCarbon {
	float: left;
	width: 120px;
	height: 25px;
	margin: 0 0px 0px 0;
	border-right: 1px solid white;
	background: url(../images/bars3carbon.gif) 0 -50px repeat-x;
	}
div.outerCarbon a {
	display: block;
	margin: 0; 	padding: 0;
	width:100%; height:100%;
	overflow:hidden;
	color:#ffffff;
	text-decoration: none;
	text-align: center;
	background: url(../images/bars3carbon.gif) top left repeat-x;
	}
div.outerCarbon span {
	display: block;
	margin:0;
	padding: 5px 0 0 0px;
	}
div.outerCarbon a:hover {
	background-image: none;
	}
div.outerCarbon a:active {
	color: black;
	}
.lower{
	display: inline;
	margin-right: 20px;
	font-size: .6em;
	border-right: 1px solid #f0f0f0;
	padding-right: 10px;
}
.lower a{
	text-decoration: none;
	color: #444444;
}
.lowerLink{
	display: inline;
	font-size: .6em;
	/*border-right: 1px solid #f0f0f0;*/
}
.lowerLink a{
	text-decoration: none;
	color: #444444;
}
#navBar ul{
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image:none;
	list-style-type:none;
	font-weight: bold;
	color: #c0c0c0;
}
#navBar li{
	display: inline;
	margin-top:0px;
	margin-bottom: 0px;
	padding: 0 20px 0 20px;
}
#navBar ul a:link, ul a:visited, ul a:hover, ul a:active{
	text-decoration: none;
}

#navBar ul :hover{
	color: #000000;
	background-image: url(../images/bgheading.gif);
	background-repeat: repeat-x;
}

#leftCol{
	float: left;
	width: 190px;
	margin-top: 5px;
	margin-right: 4px;
}
#middleCol{
	float: left;
	width: 530px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px; 
	border-left: 1px dotted #c0c0c0;
	border-right: 1px dotted #c0c0c0;
	font-size: .9em;
}
.homeTitle{
	color: #1c4256;
	font-size: 1.2em;
	border-top: 1px dotted #c0c0c0;
	margin-top: 5px;
	padding-top: 15px;
	}
.carbonTitle{
	color: green;
	font-size: 1.2em;
	border-top: 1px dotted #c0c0c0;
	margin-top: 5px;
	padding-top: 15px;
	}
.pageHeading{
	font-weight: bold;
	}
.subHeading{
	color: #666;
	font-weight: bold;
	}
.subHeadingCarbon{
	color: green;
	font-weight: bold;
	}
#rightCol{
	float: left;
	width: 190px;
	margin-top: 5px;
	margin-left: 4px;
}
.move{
	margin-left: 10px;
}
.infoBox{
	width: 100%;
	margin-bottom: 10px;
	background-image: url(../images/bgheadingBlue.gif);
	background-repeat: repeat-x;
	background-color: #f8f8f8;
	color: #909090;
}
.infoBox p{
	color: #909090;
}
.infoBoxCarbon{
	width: 100%;
	margin-bottom: 10px;
	background-image: url(../images/bgCarbon.gif);
	background-repeat: repeat-x;
	background-color: #effff1;
	color: #578558;
}
.infoBoxCarbon p{
	color: #green;
}
.heading{
	width: 190px;
	height: 20px;
	color: #f0f0f0;
	padding-top: 5px;
	font-weight: bolder;
	font-size: .8em;

}
.infoBoxContent{
	font-size: .7em;
}
.infoBoxContent p{
	margin-left: 10px;
}
.spacer{
	clear: both;
}
#footer{
	width: 950px;
	margin-top: 20px;
	text-align: center;
	background-image: url(../images/diag.gif);
	background-repeat: repeat;
	bottom: 0px;
	position: relative;
	bottom: 0px;
}
.infoBoxContent ul a:link, ul a:visited, ul a:hover, ul a:active{
	color: #909090;
	text-decoration: none;
}
.infoBoxContent ul a:hover{
	color: #3399CC;
}

.infoBoxContent ul {
	margin-top: 10px;
	list-style-image: url(../images/list.gif);
}
.highlight{
	font-weight: bold;
	}
.highlight li {
	margin-top: 10px;
	list-style-image: url(../images/listBig.gif);
}
.infoBoxContent li{
	margin-top: 10px;
	margin-left: -15px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #c0c0c0;
}
.bodyText{
	line-height: 1.5em;
	font-size: .8em;
	color: #444444;
	}
.carbonText{
	line-height: 1.5em;
	font-size: .8em;
	color: green;
	}
.middleCol2{
	border-left: 1px dotted #c0c0c0;
	}
.testlist ul a:link, ul a:visited, ul a:hover, ul a:active{
	color: #909090;
	text-decoration: none;
}
.testlist ul a:hover{
	color: #3399CC;
}

.testlist ul {
	margin-top: 10px;
	list-style-image: url(../images/listInner.gif);

}
.testlist li{
	line-height: 1em;
	color: #444444;
	font-size: .9em;
	margin-left: -15px;
	padding-bottom: 5px;
}
.middleCol2 p{
	color: #444444;
	font-size: .8em;
	}
.basicLink{
	color: #1c4256;
	font-style: italic;
	/*margin-left: 10px;*/
	text-decoration: none;
}
#middleColForm{
	float: left;
	width: 725px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	/*outline: 1px solid red;*/
	padding: 5px; 
	/*border-left: 1px dotted #c0c0c0;
	border-right: 1px dotted #c0c0c0;*/
	font-size: .9em;
}
.formLine{
	clear: both;
	width: 700px;
	color: #444444;
	font-size: .8em;
	/*outline: 1px solid blue;*/
	margin-top: 20px;
	}
.helper{
	float: left;
	margin-left: 10px;
	width: 230px;
	font-weight: bolder;
	color: #c0c0c0;
	/*outline: 1px solid#cccc99;*/
	}
.detail{
	float: left;
	text-align: left;
	margin-right: 10px;
	padding-top: 2px;
	/*outline: 1px solid green;*/
	width: 180px;
	}
.shorter-response input{
	float: left;
	width: 124px;
	margin-right: 126px;
	border: 1px solid #999999;
	}
.shorter-response{
	float: left;
	/*outline: 1px solid red;*/
	width: 500px;
	}		
.short-response input{
	float: left;
	width: 100px;
	margin-right: 150px;
	border: 1px solid #999999;
	}
.short-response{
	float: left;
	/*outline: 1px solid red;*/
	width: 500px;
	}	
.response input{
	float: left;
	width: 250px;
	border: 1px solid #999999;
	}
.response textarea{
	float: left;
	width: 250px;
	border: 1px solid #999999;
	}
.response{
	float: left;
	/*outline: 1px solid red;*/
	width: 500px;
	}
.splitLeft{
	float: left;
	/*outline: 1px solid green;*/
	width: 250px;
	}
.splitRight{
	float: left;
	/*outline: 1px solid green;*/
	width: 250px;
	}
.notice{
	width: 450px;
	color: #444444;
	}
.busDetail{
	width: 600px;
	font-size: .7em;
	color: #444444;
	text-align: center;
	}
.formHeading{
	width: 450px;
	padding-top: 5px;
	margin-top: 10px;
	font-size: .8em;
	font-weight: bolder;
	height: 20px;
	background-image: url(../images/bgheadingBlue.gif);
	background-repeat: repeat-x;
	color: #f0f0f0;
	}
textarea.tAreas {
	font-family: "Lucida Grande",Arial,sans-serif;
	font-size: 1.2em;
	color: black;
}
.termsCenter{
	text-align: center;	
	}
.termsLine{
	/* clear: both; */
	width: 450px;
	color: #444444;
	font-size: .8em;
	/*outline: 1px solid blue;*/
	margin-top: 20px;
	text-align: center;	
	margin-right:auto;
	margin-left:auto;	
	}
.termsLine p{
	text-align: center;
}
.termsHeading{
	margin-right:auto;
	margin-left:auto;
	width: 450px;
	padding-top: 5px;
	margin-top: 10px;
	font-size: .8em;
	font-weight: bolder;
	height: 20px;
	background-image: url(../images/bgheading.gif);
	background-repeat: repeat-x;
	color: #f0f0f0;
	text-align: center;	
}
.fbook{
	display: block;
	width: 120px;
	height: 45px;
	/*background: url(../images/facebook.gif);*/
	text-indent: -9999px;
	margin: 0px auto 10px auto;
	}
a.fbook:link, a.fbook:visited, a.fbook:active{
	background: url(../images/facebook.gif) no-repeat;
	outline: none;
	}
a.fbook:hover{
	background-position: 0px -45px;
	}
.fol{
	margin: 30px auto 0px auto;
	width: 120px;
	}
p.fol{
	font-size: 11px;
	color: #909090;
	}