body {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	margin: 0px auto 0px auto;
	background: #FFECCE;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#main {
	
	width:903px;
	padding-left: 18px;
	padding-right: 18px;
	height:100%;
}

// this is to create the dropdown menus
ul#nav {
	list-style: none;
	padding: 0;
	margin: 0;
}

li.dropdown, li.dropdown ul li {
	list-style: none;
	float: left;
	position: relative;

	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	cursor: default;
	background-color: #CCCCCC;
	border: solid black;
	border-width: 2px 1px;
}

li.dropdown {
	width: 84px;
	height:17px;
	padding: 5px 0;
}


li.dropdown ul {
	display: none;
	position: absolute; 
	top: 1.5em;
	left: 0em;
	z-index: 500;
	margin-top:8px;
	clear: both;
}



li.dropdown > ul {
	top: auto;
	left: auto;
}
	
li.dropdown ul li {
	border-width:1px 2px;
	margin-left:-42px;
	width:84px;
	padding: 2px 0;
	height:auto;
	clear:both;
}

#nav a {
	font-weight: bold;
	color: black;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #000000;
	padding: 0.2em 10px;
	clear: both;
}

#nav li li a:hover {
	padding: 0.2em 5px;
	border: 5px solid #0000AA;
	border-width: 0 5px;
}

li:hover ul, li.over ul{ display: block; }
	

li.first {
  margin-top:-27px;
  padding: 5px 0px !important;
  width: 85px !important;
  font-size:12px;
}
.linkbox {
	background-color: #CCCCCC;
	border: solid black 1px;
	padding: 2px;
	height: 15px;
	text-align: center;
	font-weight: bold;
	font-size: 9pt;
}

TABLE.regtable {
	font-size:10pt;
} 

.locationsbox {
	background-color: #FFF6DD;
	width: 763px;
	padding: 4px;
	font-size: 10pt;
	border-top: solid black 2px;
}

.locationsbox a {
	color: #0000AA;
}

.mainbox {
	background-color: #EEEEEE;
	width: 771px;
	border: solid black 2px;
	padding: 0px;
	font-size: 10pt;
	text-align:left;
}

p.maincontent {
     padding: 0 10px;
}

a.navlink {
	color: #000000;
	text-decoration:none;
}

.etitle {
	color: #0000AA;
	font-weight: bold;
} 

.box {
	background-color: #DFCDB7;
	border: solid black 1px;
	padding: 3px;
}

div#nav-top {
	text-align: center;
	color: #ECE9D8;
	font-size: 12pt;
	font-weight: bold;
	padding: 10px;
	border-bottom: solid #ECE9D8 1px;
	margin: 0 25px 10px 25px;
}

a.nav {
	color: #ECE9D8;
	font-size: 12pt;
	font-weight: bold;
}

a.nav:link, a.nav:visited, a.nav:active {
	text-decoration:none;
}

a.nav:hover {
	text-decoration: underline;
}

#content {
	padding:5px;
	text-align:left;
	font-size:10pt;
}

#content a:link, #content a:visited, #content a:active {
	color: #000;
	text-decoration:underline;
}

#content a:hover {
	color: #000;
	text-decoration: none;
}

#copytext {
	text-align: center;
	font-size:10pt;
}

#copytext a:link, #copytext a:visited, #copytext a:active {
	color: #000;
	text-decoration:underline;
}

#copytext a:hover {
	color: #000;
	text-decoration: none;
}

h1 {
  padding: 0px;
  margin: 0px;
}
