html, body {
	margin: 0;
    padding: 0;
	text-align: center;
	height: 100%;
}

body {
    font-family: arial, sans-serif;
    font-size: 62.5%;
    color: black;
	background-color: white;
}

table, tr, td {
	font-size: 1em;
	border: 0;
	/*border: 1px #999999 solid;*/
}

form {
    margin: 0;
    padding: 0;
}

.error { color: red; }
.clearfix { clear: both; }

br.clearfix {
    font-size: 1px;
    line-height: 1px;
    clear: both;
    overflow: hidden;
}

img {
    border: 0;
    vertical-align: bottom;
}

.heading1, h1 { font-size: 1.8em; color: #72a492; margin: 3px 0px 10px 0px; }
.heading2, h2 { font-size: 1.5em; color: #005288; margin: 3px 0px 10px 0px; }
.heading3, h3 { font-size: 1.3em; color: #627988; margin: 3px 0px 8px 0px; }
.heading4, h4 { color: #005288; margin: 3px 0px 8px 0px; }

a, a:link { color: #51426E; }
a:visited { color: #51426E; }
a:hover { text-decoration: underline; color: #7719B5; }

div {
	padding: 0; margin: 0;
}

/*-- to help prevent form 'robo-izing --*/
div.zonk {
	position: absolute;
	left: -999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* -------- generic classes -------- */

.alignC { text-align: center; }
.alignL { text-align: left; }
.alignR { text-align: right; }
.floatL { float: left; }
.floatR { float: right; }
.clearL { clear: left; }
.clearR { clear: right; }
.whiteBG { background-color: white; }
.grayBG { background-color: #E9E9E9; }
.nowrap { white-space: nowrap; }
.printonly { display: none; }
.hidden { display:none; overflow:hidden; }

.fullcenter {
	clear: both;
	text-align: center;
	padding: 0;
}

.contentcenter {
	margin: 0 auto;
	width: 788px;
}

.q {
	color: #51426E;
	font-weight: bold;
}

.blueh1 {
	font-size: 1.5em;
	background-color: #005288;
	color: white;
	padding: 4px 6px;
	margin-right: 2px;
}

h3.eventhead {
	background-color: #F6F7F8;
	line-height: 2.6em;
}

.box1 {
	background-color: #E5EEF3;
}

/* -------- non-generic classes -------- */

/**** IDed ****/


#page { position: relative; width: 905px; margin-left: auto; margin-right: auto; 
		padding: 0; }
/*border-left: 1px solid #cccccc; 
	border-right: 1px solid #cccccc;*/

#header { width: 905px; text-align: left; height: 155px; background-color: #c0c2cd;}

#logo { float: left; width: 118px; height: 108px; }

#headright {
	float: left;
	width: 787px;
	height: 108px;
	position: relative;
}
#topblue {
	position: absolute;
	top: 0px; left: 0px;
	vertical-align: middle;
	background-image: url('/images/topblue.gif');
	background-repeat: repeat-x;
	width: 787px;
	color: white;
	font-size: 1.1em;
	height: 31px;
	overflow-x: hidden;
}

#topbluelinks {
	padding-top: 10px;
	font-weight: bold;
}

#topblue a, #topblue a:visited { 
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#topblue a:hover { text-decoration: underline; }

#searchbox { 
	position: absolute;
	top: 0px; right: 10px;
	padding-top: 5px;
}

#headrightbar {
	position: absolute;
	top: 31px; left: 0px;
	background-image: url('/images/headerbg.gif'); 
	background-repeat: repeat-x; 
	width: 787px;  
	overflow: hidden; /*for stupid IE size-calculation issues*/
}

#loginbox { 	
	float: right;
	border-left: 1px solid #9b9999;
	height: 67px;
	width: 240px;
	color: #005288;
	font-size: 0.9em;
	font-weight: bold;
	padding: 5px 0 0 10px; 
}

#content { border-left: 1px solid #cccccc; 
	border-right: 1px solid #cccccc; background-color: white; width: 873px; 
	padding: 15px 15px 10px 15px; font-size: 1.2em; text-align: left;
}

#footer { background-color: #c0c2cd; text-align: center; color: black; width: 905px; height: 90px;
	background-position: bottom left; background-image: url('/images/bottom_left_corner.gif'); 
	background-repeat: no-repeat; padding-top: 10px;
}

#footerbrcorner { float: right; height: 90px; background-position: bottom right; width: 11px;
	background-image: url('/images/bottom_right_corner.gif'); background-repeat: no-repeat; 
}

/**** classed ****/

div.subnav p { 
	margin: 0; 
	padding: 0; 
	line-height: 1.8em;
}

div.subnav h1 { 
	font-size: 1.1em; 
	color: #005288;
	margin-top: 0;
	padding-top: 0;
}

.highlight {
	background-color: #E0EFE9;
}

.color2 {
	display: none;
}

.swapbox { 
    padding: 0;  
    margin:  0;  
}

.swapbox  img {  
    background-color: #eee;
} 

/* ######### NAV STYLES ####### */
#topnav {
	clear: left;
	background-image: url('/images/navbarbg.gif');
	background-repeat: repeat-x;
	width: 905px;
	height: 47px;
	list-style: none;
	color: #7d5b5b;
	margin-top: 10px;
	font-size: 1.2em;
	z-index: 10;
}

.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
  font-family: Tahoma;
  z-index: 100;
  position: relative;
}
.nav li {
  float: left;
  margin: 10px 0 0 0;
  padding: 0px 20px 10px 20px;
  position: relative;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  font-weight: bold;
  color: #005288;
  display: block;
  padding: 5px 0 12px 0;
  text-decoration: none;
}

.nav li a:hover {
  color: black;	
}

.nav li ul {
	margin-top: -9px;
}

.nav li ul li {
	border-bottom: 1px #dddddd solid;
	background-color: white;
	font-weight: normal;
}

.nav li ul li a {
	padding: 5px 5px 5px 5px !important;
	font-weight: normal !important;
}

#nav_top li:hover a, 
#nav_top li.sfHover a {
  color: black;
}

#nav_top li:hover ul a, 
#nav_top li.sfHover ul a {
  color: black;	
}

#nav_top li:hover ul a:hover, 
#nav_top li.sfHover ul a:hover {
  background-color: #ddd;
  color: black;
}

.nav ul {
  list-style: none;
  margin: 0;
  position: absolute;
  top: -999em;
  /*left: -1px;*/
  border: 1px #ddd solid;
}

.nav li:hover ul,
.nav li.sfHover ul {
  top: 37px;
}

.nav ul li {
  border: 0;
  float: none;
  padding: 0;
}

.nav li ul {
	border: 1px #ddd solid;
	background-color: white; 
}

.nav ul a {
  white-space: nowrap;
}

.nav ul a:hover {
  color: black;
}

li.main_link {
  /*border-left: 1px #4c4c4d solid;*/
  background-image:  url('/images/buttonbg.png');
  background-repeat: no-repeat;
  background-position: center -8px;
}

#subnav, div.subnav  {
	float: right;
	width: 125px;
	margin: 0 15px 10px 15px;
}

#subnav img, div.subnav img{
	margin-bottom: 5px;
}

.sponsorlogo {
	float: left;
	height: 120px;
	margin: 0 30px 20px 0;
	line-height: 120px;
}

.huline { /* header with bottom border */
	border-bottom: 1px solid #999999;
}