html,body {
     margin:0px;
     padding:0px;
}

body {
	width:100%;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: white;
}

h1 {
	font-size: 9pt;
	color: #ab958a;
	margin:0px;
    padding:0px;
	letter-spacing:  -1px;
	font-weight: bold;
}
h2 {
	color: white;
	font-weight: normal;

}

a {
	color: #606060; text-decoration:none;
}

a:link {
}
a:visited {
}
a:hover {
	color:black; text-decoration:underline;
}
a:active {
}

#main{
	position:absolute;
	left: 50%;
	width:1000px;
	margin-left: -500px; /*set to a negative number 1/2 of your width*/
}

#main_header{
	width: 99%;
	height: 185px;
	float: left;
	background-image: url(../images/jpgs/header.jpg);
	background-repeat: no-repeat;
}
#main_login {
	float: right;
	display: block;
	width: 270px;
	color: black;
	font-size: 10px;
	padding-right: 30px;
	padding-top: 30px;
}
#main_login input{
	height: 16px;
	border: 1px solid black;
}
#main_login td{
	padding-right: 4px;
}

#main_logo{
	width: 40%;
	float: left;
	padding-left: 52pt;
}
#logged-in{
	position: absolute;
	top: 84px;
	left: 540px;
	color: white;
	width: 400px;
	font-size: 9pt;
	text-align: right;
}

#logged-in a {
  color:#fff;
  font-weight:bold;
  text-decoration:underline;
}

#main_right {
	float: right; 
	vertical-align:top; 
	width:18%; 
	text-align: left;
	padding-right: 4%;
}
#main_footer{
	float: left;
	width:1000px;
	text-align: center; 
	color: white;
	background-image: url(../images/jpgs/footer_back.jpg);
	background-repeat: no-repeat;
	background-color: #3c549a;
}

#annual_sponsors {
  width:1000px;
  text-align:center;
  float:left;
  display:inline;
}

#annual_sponsors img {
  border:0px;
  display:inline;
  margin:10px 15px 0px 0px;
  vertical-align:middle;
}

#status-box {
  text-align:center;
  margin: 3px 0px;
  height: 1.4em;
  background: #aea;
}

#status-box-error {
  text-align:center;
  margin: 3px 0px;
  height:1.4em;
  background: #faa;
}

table.pagination {
	width:100%;
}

table.pagination td {
	width:30%;
	text-align:left;
}

table.pagination td.middle {
	width:40%;
	text-align:center;
}

table.pagination td.right {
	width:30%;
	text-align:right;
}

table.event-details td {
  padding: 5px 5px 5px 0px;
  vertical-align:top;
}
table.event-details td.label {
  font-weight:bold;
}
