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


#content {
	width: 600px;
	margin: 0 auto;
	font-size: 85%;
	color:#FFFFFF;
}

#content img {
	border: 0px solid #fff;
	float: right;
	clear: right;
	padding:5px;

}

#rightcol {
	width: 175px;
	float: right;
	color: #4e4845;
}

#rightcol a {
	color: #ffffff;
	text-decoration:none
}

#rightcol a:hover {
	color: #fff;
}

#forest {
	margin: 20px 0;
}

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

#footer {
	margin: 0 auto;
	font-size: 85%;
	color:#FFFFFF;
	
}

#footer img {
	border: 0px solid #fff;
	float: center;
	clear: right;
	padding:5px;

}

#footer p {
   float: right;
}

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

h1, h2, h3, h4, h5 {
	font-size: 140%;
	color: #ffcc00;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 120%;
	margin-bottom: 0;
}

h4 {
	font-size: 110%;
	margin-bottom: 0;
}

h5 {
	font-size: 100%;
	margin-bottom: 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: 10px 0 0 0;
  padding: 2px 0 0 0;
  list-style-type: none;
  font-size: 75%;
 }
  
#header li {
  float: left;		
  background: url("../images/right.gif") no-repeat top right;
  padding: 0 2px 0 3px;
  margin: 0 1px;
}
  
#header a {
  float: left;
  display: block;
  background: url("../images/left.gif") no-repeat top left;
  padding: 3px 3px 3px 5px;
  text-decoration: none;
  font-weight: bold;
  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("../images/right_on.gif");
}
  
#header #current a {
  background-image: url("../images/left_on.gif");
  color: #000;
  padding-top: 1px;
  padding-bottom: 1px;
}

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

#leftcol ul {
	list-style-type: none;
	padding: 0 0 100px 0;
	margin: 0;
	background: url(../images/falcon.jpg) bottom no-repeat;
}

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

#leftcol a {
	text-decoration: none;
	font-size: 85%;
	color: #ffffff;
	padding: 2px 3px 2px 3px;
	border: 0px solid #666;
}

#leftcol a:hover, #leftcol li .here {
	color: gold;
	background-color: #2f3192;
}
	
	/********* form ********************/
label {
	color:#ffcc00;

}

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

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

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

.twocol #leftcol {
	display: none;
}

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


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

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

#outerStrap {
	height: 185px;
}

 #outerContent {
	height: 300px;
}

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