--------------------------------------------------------------------*/





#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 170px;
	float: left; /* Contain floated list items */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
#nav li {
	margin: 0;
	padding: 0;
	float: left; /* This corrects the */
	width: 100%; /* IE whitespace bug */
	list-style-type: none;
}

#nav a {
	display: block;  /* to increase clickable area as a's 
      default to inline */
	color: #003366;
	text-decoration: none;
	padding: 0 15px;
	line-height: 2;
	border-bottom: 1px solid #000;
	list-style-type: none;
}

#nav #nav_hom a {
	border: none;
	list-style-type: none;
}

#nav a:hover {
	background: #f2e4e4;
	list-style-type: none;
  }


#body_hom #nav_hom a,
    #body_submit #nav_submit a,#body_sponsors #nav_sponsors a,#body_lineup08 #nav_lineup08 a,#body_buytickets #nav_buytickets a,#body_events #nav_events a,#body_press #nav_press a,#body_contact #nav_contact a,#body_sponsor #nav_sponsor a,#body_mission #nav_mission a, #body_member #nav_member a {
	background: #f3e9e9;
	color: #c76327;
	font-weight: normal;
	list-style-type: none;
}
table {
  border-collapse: collapse;
}

HTML{
	font-size: 98%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-weight: 100;
}
.left {
  margin-right: 5px;
  float: left;
}
h1 {
	font-size: 18px;
	margin-top: 10px;
	color: #333333;
}
h2 {
	font-size: 1.3em;
	font-weight:bold;
	margin-top: 15px;
	color: #000;
}
h3 {
  font-size: 1.2em;
  font-weight: normal;
  color: #000;
}
h4 {
  font-size: 1.1em;
  font-weight: bold;
  background-position: left;
  background-repeat: repeat-y;
  margin-left: 9px;
  padding: 3px 5px;
}

h6{
  font-size: 1.0em;
  font-weight: normal;
  padding: 1px 10px 1px 6px;
  margin: 10px 10px 10px 10px;
  color: #000;
  font-weight: bold;
}
h7{
  color: #000;
  font-size: 1em;
  font-weight: bold;
}

/* PARAGRAPH
--------------------------------------------------------------------*/
p {
	margin: 1em;
	padding: 0;
	line-height: 1.5em;
	color: #333333;
	_height:0;
	min-height:0; /* IE hasLayout fix */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 100;
}

.quote	{
	font-size: 1.2em;
	color: #615e5e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	padding: 10px 20px 10px 20px;
	}
	
/* TABLES
--------------------------------------------------------------------*/

table {
  margin-left: 2%;
  margin-right: 2%;
  border-collapse: collapse;
}
td {
  vertical-align:top;
  padding: 7px;
}
.highlight {
  margin: auto;
  border: 1px solid;
  padding: 10px;
}
.highlight td {
	padding: 10px;}



/* PAGE LAYOUT
--------------------------------------------------------------------*/
html {
  padding: 0;
}

body {
	margin: 0 auto;
	padding: 0;
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #999966;
}
#wrapper {
	width: 800px;
	background-color: #FFFFFF;
	margin: 0 auto;
	border-right: 1px outset #CCCCCC;
	border-bottom: 1px outset #999999;
	background-repeat: repeat-y;
	background-position: left top;
}


--------------------------------------------------------------------*/

/* FOOTER
--------------------------------------------------------------------*/
#footer {
  padding: 1em 0;
  background-color:#FFCC66;
  clear: both;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 0.9em;
  height: 80px;
  margin-bottom: 3px;
}

/* CONTENT
--------------------------------------------------------------------*/

#content {
	padding: 0;
	width: 100%;
	height: auto;
	left: 2px;
	top: 0px;
	position: relative;
}

#content_withnav {
	padding-top: 2px;
	padding-bottom: 25px;
	margin-left: 2%;
	background-color:#FFFFFF;
	position: relative;
}
.spacer {
	clear: both;
}
.linearound {
	padding: 3px;
	border: 1px solid #666666;
}
.leftline {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
.botline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
a:link
{
	font:  12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #0000FF;
	text-decoration: none;
	
} 
a:visited 
{ 
    font:  12px/18px Verdana, Arial, Helvetica, sans-serif;
    color: #990000;
	
	text-decoration: none;
	
}a:hover
{
	
	font:  12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #C91F16;
	background: #CCCCFF;
	text-decoration: none;
	
} 
	
a:active
{
	
	font:  12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #C91F16;
	background: #CCCC66;
	text-decoration: none;
	
} 
