/************** Default Elements *******************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	background: #000000 url(../images2011/bgRed.jpg) repeat;
	font: 100.01%/120% Arial, Helvetica, sans-serif;
	color: #040404;
}

/************** Layout Elements *******************/

#wrapper { 
	width: 900px;  
	margin: 0 auto 0 auto; 
	text-align: left;
	font-size: 80%;
	background: #000000; /*url(../images2010/logo.gif)  no-repeat;*/
	padding-top: 60px;
	position: relative;
} 

#wrapper ul {
	list-style-type: none;
	position: absolute;
	top: 0;
	right: 0;
	border-right: 2px solid #999;
	margin-right: 2px;
}

#wrapper li {
	display: inline;
	float: right;
	margin: 0;
	background: url(../images2009/off.gif) left bottom no-repeat;
	margin-right: -1px;
}

#innerwrapper {
	background: #656565 url(../images2011/IwrapperBG2011.jpg) 0 0 no-repeat;
	padding: 30px 15px 15px 15px;
}

#header img {
	float: left;
	min-height:
}

#strap {
	width: 872px;
	height: 250px;
	background: url(../images2011/strapBG.jpg) 0 0 no-repeat;
	margin: 10px auto 15px auto;
	clear: right;
	/*border: 1px solid #0e2111;*/
}

#banner {
	width: 738px;
	height: 90px;
	/*background: url(../images2008/jokedown08.jpg) 0 0 no-repeat;*/
	margin: 0px auto 15px auto;
	clear: right;
	/*border: 1px solid #0e2111;*/
}

#bannerTall {
	width: 738px;
	height: 197px;
	/*background: url(../images2008/jokedown08.jpg) 0 0 no-repeat;*/
	margin: 0px auto 15px auto;
	clear: right;
	/*border: 1px solid #0e2111;*/
}

#LeftCol {
	float: left;
	width: 175px; 
	min-height: 200px;
}

#LeftCol ul {
	list-style-type: none;
	border-top: 1px solid #363c3c;
	border-left: 1px solid #363c3c;
	border-right: 1px solid #363c3c;
	width: 175px;
	margin-top: 3px;
	position: static; /*Overrides the absolute positioning on the wrapper ul*/
}

#LeftCol li {
	display: block;
	float: none;
	margin: 0;
}


#RightCol {
	float: right;
	width: 180px; 
	min-height: 200px;
}

#RightCol img {
	display: block;
	margin: 10px auto;
	border: 1px solid #ffffff;
}

#mainContent {
	width: 870px;
	margin: 0 0px 0 0px;
	min-height: 300px;
	padding-top: 1px;
	background-color: #656565;
}

#content {
	width: 675px;
	margin: 0 0px 0 195px;
	min-height: 300px;
	padding-top: 1px;
}

#content ul {
 	margin-left: 20px;
}

#footer {
	background: #656565 url(../images2011/footerBG.gif) bottom no-repeat;
	min-height: 25px;
}

#BottomFooter {
	background-color: #000000;
}

/************** Text Elements *******************/

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	font-size: 180%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 1.5em;
}

h2 {
	font-size: 140%;
	color: #D4A134;
}

h3 {
	font-size: 130%;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

h4 {
	font-size: 110%;
	color: #7f0000;
}

h5 {
	font-size: 110%;
	font-weight: bold;
	color: #C90D00;
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
}

h6 {
	font-size: 100%;
	font-weight: bold;
	color: #0066E5;
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	margin: 10px 0;
}

#BottomFooter p {
	margin: 0;
	padding: 10px;
	color: #000000;
	font-size: 75%;
	float: left;
}

/************** Form Elements *******************/
#header form {
	float: right;
	width: 280px;
}

input.log {
	width: 100px;
	font-size: 120%;
	border: 1px solid #999;
}

#RightCol form {
	width: 180px;
}

/************** Generic Classes *******************/

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

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

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

.cancel {
	text-decoration: line-through;
}

.important {
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	color: #FFFF99;
	line-height: 1.3em;
}	

.red {
	color: #FF0000;
	font-weight: bold;
}
	

/************** Link Styles *******************/

#LeftCol li a {
	display: block;
	padding: 2px;
	background: #BF0403;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	font-size: 95%;
	border-right: none;
}

#LeftCol li a:hover, #LeftCol li a:focus {
	 color: #410511;
 	 background: #CCE2FF;
}

#LeftCol li.current a {
  display: block;
  background: #67802e;
  padding: 2px;;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #F4FCBC;
  font-weight: bold;
}



#wrapper a {
  float: left;
  display: block;
  padding: 3px 10px 8px 10px;
  background: #BF0403;
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#wrapper a {
float: none;
}
/* End IE5-Mac hack */


#wrapper a:hover, #wrapper a:focus {
  color: #3F0707;
  background: #CCE2FF;
}
  
#wrapper #current {
  background-image: url("../images2008/on.gif");
  color: #000;
 }
  
#wrapper #foot {
  color: #9C8736;
  display: inline;
  padding: 3px 0px 8px 1px;
  background: #000000;
  border: none;
}
 
   
 /*\*//*/
#LeftCol a {
	float: none;
}
#footer {
	height: 25px;
}

/**/

a img {
	border: none;
}

#content a {
	display: inline;
	padding: 0;
	color: #5E3619;
	background: #fff;
	text-decoration: underline;
}

#content a:hover {
	color: #ff0000;
	text-decoration: none;
	background: #fff;
}

#contentInner a {
	display: inline;
	padding: 0;
	color: #5E3619;
	background: #fff;
	text-decoration: underline;
}

#contentInner a:hover {
	color: #ff60000;
	text-decoration: none;
	background: #fff;
}


#contentInner ul {
	list-style-type: circle;
	width: inherit;
	position: static; /*Overrides the absolute positioning on the wrapper ul*/
	background-image: none;
	border: none;
	margin-left: 40px;
}

#contentInner li {
	display:list-item;
	float: none;
	margin-top: 5px;
	border: none;
	background-image: none;
	list-style-type: circle;
}
