html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */
 
body {
	font: 100.01%/120% Arial, Helvetica, sans-serif;
	color: #3F3F27;
	background-color: #282828;
}

#wrapper {
	width: 990px;
	margin: 0 auto 10px auto;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 80%;
	background-color: #fff;
}

#Strap {
	background: url(../images/Strap.jpg);
	background-repeat: no-repeat;
	height: 212px;
}


#SubNav ul {
	float: right;
	width: 220px;
}




#SubNav {
	margin-top: -5px;
	width: 220px;
	float: right;
}




#InnerWrapper {
	width: 990px;
	min-height: 300px;
	margin: 5px 0 5px 0;
}


h1, h2, h3, 
h4, h5, h6 {
	font-size: 140%;
	margin: 10px 10px 15px 10px;
	color: #9A0201;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 105%;
}

h6 {
	font-size: 100%;
}

p {
	margin: 12px;
}

p img {
	margin: 5px;
	border: none;
}

#RightCol {
	margin-right: 3px;
}

#RightCol h3 {
	text-align: center;
	margin: 5px 0;
}


#ColumnOne {
	float: left;
	min-height: 575px; /* adjust this value to suit your content to keep all columns the same length */
	width: 230px;
	margin-left: 5px;
	padding-right: 12px;
	padding-left: 5px;
	border: 1px solid #666;
	background-color: #fcf4e2;
}

#ColumnTwo {
	float: left;
	min-height: 575px; /* adjust this value to suit your content to keep all columns the same length */
	width: 230px;
	margin-left: 8px;
	padding-right: 12px;
	padding-left: 5px;
	border: 1px solid #666;
	background-color: #fcf4e2;
}

#ColumnThree {
	float: left;
	min-height: 575px; /* adjust this value to suit your content to keep all columns the same length */
	width: 228px;
	margin-left: 8px;
	padding-left:5px;
	padding-right: 5px;
	border: 1px solid #666;
	background-color: #fcf4e2;
}

#ColumnOne h1, #ColumnTwo h1, #ColumnThree h1 {
	font-size: 125%;
	margin: 0 15px 10px 1px;
	padding-bottom: 5px;
	padding-top: 6px;
	text-align: center;
	color: #9A0201;
}

#ColumnOne p, #ColumnTwo p, #ColumnThree p {
	font-size: 85%;
	line-height: 125%;
	margin: 10px 2px;
}


#ColumnOne img, #ColumnTwo img, #ColumnThree img {
	border: 1px solid #666;
	display: block;
	margin: 10px auto;
}


#footer {
	clear: both;
	margin: 0;
	border-top: 1px solid #000;
	background-color: #5d5d5d;
	min-height: 30px;
}

#footer p {
	float: right;
	padding-top: 5px;
	font-size: 80%;
	margin-right: 8px;
	color: #ccc;
	
}

#footer a {
	color: #fff;
}

#footer a:hover {
	text-decoration: none;
}

.clearit {
	clear: both;
}

a {
	color: #00713d;
	font-weight: bold;
}

a:hover {
	color: #a2bba6;
	text-decoration: none;
}


.left {
	float: left;
	margin-right: 8px;
	margin-top: 2px;
}

.right {
	float: right;
	margin-left: 5px;
	margin-top: 2px;
}

/***************** Tabs *********************/

#header ul {
  list-style-type: none;
  float: right;
padding-top: 72px;
 }
	

#header li {
  float: right;		
  background: url(../images/right.gif) no-repeat top right;
  padding: 0 8px 0 0;
  margin-left: 5px;
}
  
#header li a {
  float: left;
  display: block;
  background: url(../images/left.gif) no-repeat left top;
  padding: 2px 5px 2px 13px;
  text-decoration: none;
  font-weight: normal;
  color: #ccc;
}
  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {
float: none;
}
/* End IE5-Mac hack */


#header a:hover, #header a:focus {
  color: #fff;
}
  
#header #current {
  background-image: url(../images/right_on.gif);

}
  
#header #current a {
  background-image: url(../images/left_on.gif);
  		color: #9a0201;
  padding-top: 2px;
}

#header {
	border-top: 6px solid #9A0201;
	padding-top: 1px;
	background:  url(../images/header.jpg) no-repeat;
	min-height: 95px;
}

