body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	line-height: 125%;
	background-color: #000;
}

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

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


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

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

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

#content img {
	border: 1px solid #000;
}
#content li {
	font-size: 115%;
	line-height: 150%;
}

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

#footer {
	width: 770px;
	margin: 0 auto;
	font-size: 85%;
}

#header #current a {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}

#footer p {
	float: right;
	text-align: right;
	padding-bottom: 10px;
}

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

h1, h2, h3 {
	color: #030;
}
h1 {
	font-size: 175%;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 120%;
	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 {
	list-style-type: none;
	font-size: 75%;
	margin-top: 100px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
 }
  
#header li {
	float: right;
	padding-left: 10px;
}
  
#header a {
	float: left;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
/* End IE5-Mac hack */


#header a:hover, #header a:focus {
	color: #000;
}
#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
	
	/********* 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;
}
