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

/* HTML for FireFox Vertial Scrollbar */
html { min-height: 100%;
	margin-bottom: 1px;
}

#outerHeader {
	margin: 0 auto;
	background: #000 url(../images/trail.gif) bottom repeat-x;
}

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

#outerStrap {
	background: #ff9602 url(../images/outerStrapBG.jpg) repeat-x;
	min-height: 185px;
	border-bottom: 1px solid #000;
}

#strap {
	background: url(../images/strapBG.jpg) no-repeat;
	width: 770px;
	margin: 0 auto;
	min-height: 184px;
}

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

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

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

#content img {
	border: 1px solid #000;
}

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

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

#footer {
	clear: both;
	font-size: 85%;
	margin-top: 25px;
}

#footer p {
	float: right;
}

#footer a {
	color: #ff4a22;
}

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

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

h2 {
	font-size: 130%;
}

h3 {
	font-size: 120%;
	margin-bottom: 0;
}
/********** Generic classes **********************/

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

/********** header navigation *********************/

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

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

#leftcol ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

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

#leftcol li a {
	text-decoration: none;
	display: block;
	color: #f47358;
	background-color: #000;
	padding: 2px 3px;
}

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

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

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

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

.twocol #rightcol {
	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;} 
 /**/