body {
	margin: 0;
	padding: 0;
	font: 100.01%/120% Arial, Helvetica, sans-serif;
	color: #000000;
}

#outerHeader {
	margin: 0 auto;
	background: url(../site_images/outerHeaderBG.jpg) repeat-x;
	
}

#header {
	min-height: 143px;
	width: 770px;
	margin: 0 auto;
	background: url(../site_images/headerBG.jpg) no-repeat;
}


#outerContent {
	background: #fff url(../site_images/outerContentBG.jpg) repeat-x;
	min-height: 300px;

}

#contentWrapper {
	width: 770px;
	padding-top: 8px;
	margin: 0 auto;
	font-size: 80%;
}

#content {
	width: 410px;
	margin: 0 auto;
}

#content img {
}

#content legend {
	font-size: 14px;
	padding-bottom: 4px;
	font-weight: bold;
	}

#leftcol {
	width: 150px;
	float: left;
	padding-top: 14px;
}

#rightcol {
	width: 150px;
	float: right;
	color: #000000;
}

#forest {
	margin: 20px 0;
}

#outerFooter {
	clear: both;
	font-size: 85%;
	margin-top: 25px;
	background: #C9D6E1 url(../site_images/outerFooterBG.jpg) bottom repeat-x;
	min-height: 40px;
	border-top: 1px solid #251212;
}

#footer {
	width: 770px;
	margin: 0 auto;
	font-size: 85%;
	background: transparent url(../site_images/small_footer_logo.gif) no-repeat 0 0;
	margin-bottom: 10px;
}


#footer p {
	float: left;
	text-align: left;
	margin-left: 180px;
}

/********** text elements ******************/

h1, h2, h3 {
	font-size: 140%;
	color: #003399;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 120%;
	margin-bottom: 0;
	background-color: #F2F2F2;
	padding: 7px 0px 7px 5px;
}

/*.h3 {

	background: #6C757A  url(corner.gif) no-repeat top right;;

	color: #FFF;

	padding: 7px 0 7px 5px;

	font: bold 1em Tahoma, Arial, Sans-Serif;

	margin: 0 0 3px 0;

}*/
/********** Generic classes **********************/

.right {
	float: right;
	margin: 4px 0 2px 5px;
}

.left {
	float: left;
	margin: 5px 8px 0 0;
}

.clearit {
	font-size: 0;
	line-height: 0;
	clear: both;
}

/********** header navigation *********************/
#header {
	padding-top: 1px;
}

#header ul {
  margin: 114px 0 0 0;
  padding: 2px 0 0 0;
  list-style-type: none;
  font-size: 75%;
 }
  
#header li {
  float: right;		
  background: url("../site_images/right.gif") no-repeat top right;
  padding: 0 2px 0 3px;
  margin: 0 1px;
}
  
#header a {
	float: left;
	display: block;
	background: url("../site_images/left.gif") no-repeat top left;
	padding: 3px 12px 3px 16px;
	text-decoration: none;
	color: #fff;
	margin-right: 3px;
}
  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {
float: none;
}
/* End IE5-Mac hack */


#header a:hover, #header a:focus {
  color: #000;
}
  
#header #current {
  background-image: url("../site_images/right_on.gif");
}
  
#header #current a {
  background-image: url("../site_images/left_on.gif");
  color: #000;
  padding-top: 6px;
  padding-bottom: 1px;
}

/********* Side Navigation ********************/

#leftcol ul {
	list-style-type: none;
	padding: 0 0 160px 0;
	margin: 0;
	background: url() no-repeat bottom;
}

#leftcol li {
	margin-bottom: 1px;
}

#leftcol li a {
	text-decoration: none;
	display: block;
	color: #fff;
	background-color: #AAB7C8;
	padding: 2px 3px;
	border: 1px solid #666;
}

#leftcol li a:hover, #leftcol li .here {
	color: #000;
	background-color: #DCE3EA;
}
	
	/********* form ********************/
label {
	color: #000;
}

input {
	border: 1px solid #000;
	margin-bottom: 4px;
}

.button {
	background-color: #000;
	border: 1px solid #ff9602;
	color: #ff9602;
	padding: 2px 4px;
}

.highlight-category {
		background: #F2F2F2;
		padding: 10px;
		border: 1px dotted #000000;
		margin-bottom: 25px;
	}

/************ Column control ****************/

.twocol #rightcol {
	display: none;
}

.twocol #content {
	margin-right: 0;
	margin-left: 170px;
	width: auto;
}

.twocol #content-tutorial {
	margin-right: 0;
	margin-left: 0px;
	width: auto;
}

/* Form Styles ----------------------------------------------- */
form{
	margin: 0 1em 1em;
	/*padding-bottom: 0.5em;*/
}

form div, fieldset{
	margin-top: 1em;
}

fieldset{
	border: 0;
	border-top: 1px solid #B7BFB0;
	padding: 0 1em 1em;
}

fieldset legend{
	padding: 0.25em;
}

label.hide-it{
	color: #FFFFFF;
}

/* End Form Styles ----------------------------------------------- */
/* Contact Form Styles --------------------------------------- */
label{
	display: block;
	float: left;
	padding-right: 0.25em;
	text-align: right;
	width: 12em;
}

label.required,.required{
	font-weight: bold;
}

label.optional,legend{
	color: #333333;
	font-weight: normal;
}

input#SendNow,input#login{
	margin-left: 1em;
}

.std-border{
	border: 1px solid #666;
}

input.missing,textarea.missing,select.missing{
	border: 1px solid #990000;
	background-color: #F7D4D4;
}

input.missing:focus, input.std-border:focus, input.optional:focus, select:focus, textarea:focus, .onfocus	{
	background-color: #F7E9D4;
	border: 1px solid #FF9900;
}

/* links page -------- */

a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover, a:active {
	color: #000;
}

/************ For IE mac ********************/

 /*\*//*/
 #header {
	height: 60px;
}

#outerStrap {
	height: 185px;
}

 #outerContent {
	height: 300px;
}

#content {margin-left: -20px;}
#leftcol {margin-right: 20px;} 
 /**/
.twitter {
}
