body
{
	margin:0px auto;
   padding-top: 15px;
   text-align: center;
   font-family: Arial;
   font-size: .95em;
   background-image: url("/mvaa/images/background.gif");
   background-repeat: repeat;
}

h1
{
	font-size: 1.4em;
	margin-top: 0px;
	display: block;
}

input
{
	color: #660000;
}

select
{
	color: #660000;
}

select option
{
	color: #660000;
}

a
{
	color: #330000;
	font-weight: bold;
	text-decoration: none;
}

a:visited
{
	color: #330000;
	text-decoration: none;
}

a:hover
{
	color: #FF4C00;
	text-decoration: underline;
}

table
{
   text-align: center;
   font-size: .9em;
   border-collapse: collapse;
   border: 1px solid black;
}

td
{
  	border: 1px solid black;
}

td.alternate
{
   background-color: #CDCDCD;
}

th
{
  	color: white;
  	border: 1px solid black;
   background-color: #330000;
}

div p
{
   text-align: left;
}

#main
{
	border: 1px solid black;
	background-image: url("/mvaa/images/contentbackground.gif");
	background-repeat: repeat-y;
	background-color: white;
	margin: 0px auto;
	width: 760px;
	clear: both;
}

#header
{
	background-color: #330000;
	border-bottom: 2px solid #FF4C00;
	width: 100%;
	height: 87px;
	clear: both;
}

#outerdiv
{
	border-top: 3px solid #330000;
	border-bottom: 3px solid #330000;
	padding-bottom: 5px;
	clear: both;
}

#logo
{
	float: left;
}

#ticketsleft
{
   color: #FF4C00;
   font-weight: bold;
   float: right;
   padding: 3px;
}

#leftnav
{
	float: left;
	text-align: left;
	width: 18%;
}

#leftnav a
{
	color: white;
	display: block;
	font-size: 1em;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	padding: 4px;
}

#leftnav a:visited
{
	color: white;
}

#leftnav a:hover
{
	color: #FF4C00;
}

#content
{
	float: right;
	width: 81%;
	padding: 2px;
	padding-top: 10px;
}

#bottomnav
{
	color: white;
	font-size: .85em;
	font-weight: bold;
	padding-top: 3px;
	clear: both;
}

#bottomnav a
{
	color: white;
	text-decoration: none;
}

#bottomnav a:visited
{
	color: white;
	text-decoration: none;
}

#bottomnav a:hover
{
	color: #FF4C00;
	text-decoration: none;
}

.pagetitle
{
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 10px;
}

.subtitle
{
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 10px;
}

.regsection
{
	text-align: left;
	padding-bottom: 8px;
}

.regsection .header
{
	font-weight: bold;
	font-size: 1.15em;
	text-decoration: underline;
	margin-bottom: 5px;
}

.regsection span span
{
	font-size: .7em;
}

.regsection div
{
	padding: 2px;
}

.regsection div div
{
	padding-left: 40px;
}

div.error
{
	color: red;
	padding: 5px;
	font-size: .95em;
}

span.error
{
	color: red;
	padding-left: 2px;
	padding-right: 2px;
}

div.news
{
	margin-bottom: 10px;
	border: 1px solid #330000;
}

div.news div.title
{
	background-color: #CCCCCC;
	color: #330000;
	text-align: center;
	font-weight: bold;
	padding: 2px;
	border-bottom: 1px solid #330000;
}

div.news div.titleleft
{
	background-color: #CCCCCC;
	color: #330000;
	text-align: left;
	font-weight: bold;
	padding: 2px;
	border-bottom: 1px solid #330000;
}

div.news div.titleright
{
	background-color: #CCCCCC;
	color: #330000;
	text-align: right;
	font-weight: bold;
	padding: 2px;
	border-bottom: 1px solid #330000;
}

div.news div.body
{
	text-align: left;
	font-size: .85em;
	padding: 3px;
}

div.officer
{
	padding: 5px;
	margin-top: 5px;
	width: 95%;
	border: 1px solid black;
	clear: both;
}

div.officer img
{
	padding-right: 10px;
	float: left;
}

div.officer div.bio
{
	float: left;
	width: 75%;
	font-size: .8em;
	text-align: left;
}

div.bio * .name
{
	font-weight: bold;
	font-size: 1.2em;
}

div.bio * .title
{   
	font-weight: bold;
	font-size: 1.1em;
}

div.faq
{
	text-align: left;
	padding-top: 15px;
	font-weight: bold;
}

div.faq .answer
{
	padding-top: 8px;
	padding-left: 30px;
	font-weight: normal;
	font-size: .9em;
}