body, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

body {
	 background-color: #CCCCCC;
}

h3 {
   font-style: italic;
   font-weight: normal;
   color: #c1295d;
   font-size: 16px;
}

/*Menu Bar*/
#menu {
	padding: 0;
	margin: 0;
}

#menu li {
  width: 150px;
  height:57px;
  padding-top: 5px;
  float:left;
  background: url('../images/header-divider.jpg') right top no-repeat;
  text-align: center;
  text-transform: uppercase;
  list-style:none;
}

#menu li.first {
  margin-left: 35px;
  width:160px;
  background: url('../images/header-first-bg.jpg') center left no-repeat;
}

#menu li.last {
  margin-right: 35px;
}

#menu li a {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.3em;
  line-height: 1.4em;
  height: 62px; 
}

.mainButton {
  width: 205px;
  padding: 0 50px;
  height: 137px;
  text-transform: uppercase;
  border:none;
  font-weight: bold;
  font-size: 1.1em;
  cursor:pointer;
}

#support {
  background: url('../images/support-button.jpg');
}

#register {
  background: url('../images/reg-button.jpg');
}

#nominate {
  background: url('../images/nom-button.jpg');
}

.highlightText {
	color: #CC0065;
	font-weight: bold;
	font-size: 30pt;
}

.listStart {
	font-size: 1.1em;
	color: #CC0065;
	font-weight: bold;
}

.plainList {
  list-style:none;
}
