* {margin: 0; padding: 0;}

body {
	font: normal 100.01% arial, helvetica, sans-serif;
	background:#333;
	/*min-width:800px;*/
}

.wrapper {
  width: 800px;
	margin:auto;
}

.clear {
  clear: both;
}

#headerbg {
  background:url(../img/header-bg.png) repeat-x;
  width: 100%;
	height: 98px;
	padding:16px 0 0 0;
}

/*#header {
  background:url(img/header.gif) no-repeat;
  width: 800px;
	height: 98px;
	margin: auto;
}*/

#header-left {
  background:url(../img/header.gif) no-repeat;
  width: 270px;
	height: 98px;
	margin: auto;
	float: left;
}

#header-right {
  background:url(../img/header-right2.gif) no-repeat;
  width: 530px;
	height: 39px;
	margin: auto;
	float: right;
	padding:59px 0 0 0;
}

#header-separator {
  background:#FFF;
	width: 100%;
	height: 4px;
	font-size:0;
	clear:both;
	margin:0;
	padding:0;
}

#tagline {
  background:url(../img/tagline.jpg);
	float: left;
  width: 270px;
	height: 180px;
}

#flash-content {
  /*background:#CCC;
  width: 530px;*/
	height: 180px;
	float: right;
}

#main {
  background:#FFF url(../img/main-bottom.gif) repeat-x bottom;
  font-size: .9em;
	clear:both;
	padding:30px
}

#footer {
  font-size: .7em;
	color: #FFF;
	margin:.7em auto 20px auto;
	padding: 0 15px 15px 15px;
}

#footer .left{
  text-align:left;
	float:left;
}

#footer .right{
  text-align:right;
	float:right;
}


#footer a{
	color: #FFF;
}

p {
  margin: .9em auto
}

ul {
  margin-left: 40px
}

ol {
  margin-left: 40px
}

h1 {
  font-size: 1.4em;
  font-weight: bold;
  color: #990000;
}

h2 {
  font-size: 1.2em;
  font-weight: bold;
  color: #000;
}

h3 {
  font-size: 1.2em;
  font-weight: bold;
  color: #990000;
}

blockquote {
  margin-left:24px;
}

.good {
  color:#009900;
	font-weight: bold;
}

.bad {
  color:#CC0000;
	font-weight: bold;
}

.small {
	font-size: .8em;
}

.pic {
 border:0;
}


.notice {
  font-weight: bold;
  color:#CC0000;
}

.noticeBox {
  border: solid #CC0000 1px;
  padding: 10px;
  font-weight: bold;
  color: #CC0000;
  background-color:#FFF;
}


/*****/
/* BEGIN Error message related formatting */
/*****/

	/*Appears when there are errors on the page*/
	table#errorBox {
		border: solid #990000 1px;
		background: #FFFFFF; 
		width: 100%;
		color: red;
	}
	
	/*Make sure there is padding between the error message and box*/
	table#errorBox td{
		padding: 10px;
	}
	
	table#form td{
		padding: 2px;
	}
	
	/*The color the form fields are highlighted with when there is an error*/
	.error {
		color: red;
	}
	
/*****/
/* END Error message related formatting */
/*****/

	.highlight {
		color: #990000;
	}


#debris li {
	font-weight: bold;
}

	
#no-accept .icons {
	padding: 2px 12px 2px 18px;
}

#bobcat li {
	margin: 8px 0;
}
	
/*****/
/* NAVIGATION TABS */
/*****/
#nav {
	font:bold .9em Verdana, Geneva, Arial, Helvetica, sans-serif;
	background:url(../img/tabs.gif) repeat-x left bottom;
	width:100%;
	float:left;
}
#nav ul {
	margin:0;
   	list-style:none;
	padding:10px 10px 0 10px;
}
#nav a, #nav strong, #nav span {
	float:left;
   	display:block;
	color:#333;
	padding:7px 20px 3px 11px;
	background: url(../img/tabs.gif) no-repeat 100% 0px;
	text-decoration:none
}
/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#nav a {float:none;}
/* End IE5-Mac hack */
#nav li {
   float:left;
   background:url(../img/tabs.gif) no-repeat 0px 0px;
   margin:0;
   padding:0 0 0 9px;
}
#nav #current {
   background:url(../img/tabs.gif) no-repeat 0 -41px;
}
#nav #current a {
   background:url(../img/tabs.gif) no-repeat 100% -41px;
	padding:7px 20px 5px 11px;
	color:#990000
}
#nav a:hover {
	color:#990000
	}
	
	
