* {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

body {
	margin: auto;
}

a[href] {
	text-decoration: none;
}

a[href]:hover {
	text-decoration: underline;
}

div#outerWrapper {
	width: 800px;
	height: auto;
	margin: 20px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.6em;
	/*overflow: auto; only prints one page???*/
}

div#pageheader {
	padding-top: 8px;
	text-align: right;
}

img#pagetitle {
	margin-right: 20px;
	margin-bottom: 3px;
}

img#bannerimg {
	height: 72px;
	width: 100%;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

div#innerWrapper {
	width: 689px;
	float: right;
	letter-spacing: 0.03em;
}

div#mainContent {
	padding: 70px 50px 0 50px;
}

div#mainContent ul {
	margin-left: 20px;
	margin-top: 5px;
}

div#indexContent {
	padding-left: 20px;
	padding-top: 50px;
}

div#mainContent strong {
	font-size: .9em;
}

div#mainContent p, li {
	letter-spacing: 0.03em;
}

.nav {
	line-height: 1.2em;
}

.nav li a, .nav li a:hover, .nav a[href]:hover {
	display: block;
	text-decoration: none;
}

div#mainnav {
	margin: -10px 0 0 10px; /**/
}

.topmenuul {
	list-style-type: none;
}

.topmenuli {
	position: relative;
	float: left;
	width: 16.6%;
	width: 14.8%;
	margin-right: 10px;
}

.topmenuli a {
	padding: 4px;
	text-align:center;
	/*text-indent: 7px;*/
	line-height: 14px;
}

div#mainnav .submenuul {
	position: absolute;
	display: none;
	width: 101%
}

#dmenu li:hover ul, #dmenu li.over ul { /* lists nested under hovered list items */
	display: block;
   z-index: 1000;
}

#dmenu li>ul { 
	top: auto;
	left: auto;
}

#dmenu {
	/*font-family: Verdana, Helvetica, Sans-Serif;
	font-size:10px;
	font-weight:bold;*/
}

div#mainnav .submenuli a {
	text-indent: 0px;
	padding: 2px;
	padding-left: 4px;
}

div#leftnav {
	float: left;
	width: 110px;
}

div#navlogo {
	margin-top: 8px;
	text-align: center;
}

div#navlogo img {
	width: 92px;
	height: 92px;
}

div#leftnav ul {
	margin-right: 10px;
}

div#leftnav .submenuli {
	margin-top: 11px;
	margin-left: 10px;
}

div#leftnav .submenuli a {
	text-indent: 0;
	padding: 4px;
	padding: 4px 2px;
}

div#footer {
	margin-top: 50px;
	float: right;
}

ul#footerLinks li {
	font-size: .8em;
	font-weight: bold;
	display: inline;
	list-style: none;
	padding: 0 20px;
}

#footerLinks a, #footerLinks a:link, #footerLinks a:visited {
	text-decoration: none;
}

p {
	padding-bottom: 4px;
}

h1 {
	font-size: 1.5em;
	font-weight: normal;
	text-decoration: overline;
	padding-bottom: 3px;
}

h2 {
	font-size: 1.3em;
	font-weight: normal;
	text-decoration: overline;
	margin-top: 40px;
	padding-bottom: 2px;
}

h3 {
	font-size: 1.1em;
	/*text-decoration: overline;*/
	/*margin-top: 30px;*/
	padding-top: 4px;
}

h4 {
	font-size: 1em;
	font-style: italic;
	font-style: normal;
	margin-top: 20px;
	padding-top: 4px;
}

ul {
	padding-bottom: 4px;
}


#slots {
	border-collapse: collapse;
	margin-top: 20px;
}

table#slots td {
	border-collapse: collapse;
	vertical-align: top;
	border: 1px solid;
	padding: 6px;
}

table#slots tr td:first-child {
	width: 5em;
}

table#slots tr td table {
	border-collapse: collapse;
	border: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

table#slots tr td table tr td {
	border-collapse: collapse;
	padding: 6px;
}

table#slots tr td table tr td:first-child {
	width: 6em;
}


table#exec td.th {
	font-weight: bold;
}

table#exec td {
	border: 1px solid;
	padding: 6px;	
}

table#exec tr td table tr td {
	border: none;
	padding: 0px;
	margin: 0px;
}

ul#ruleslist li{
	list-style-type: square;
}

.alert {
	font-size: 1em;
	font-variant: small-caps;
	font-weight: bold;
}
.alert1 {
	font-size: 1em;
	font-variant: small-caps;
	font-weight: bold;
}

div#subjecttablecol {
	float: left;
	width: 30%;
}

div.clear {
	clear: both;
}

/* FORMS */

form {
	margin: 30px 0;
	/* Doesn't work in IE6, and best to use same for all 
	width: 95% */
	width: 515px;
	padding: 20px 20px 10px;
	float: left;
}

form p {
	margin-left: 20px;
	margin-right: 20px;
} 

fieldset {
	border: 1px solid;
	font-size: .9em;
	margin: 0 0 20px 0;
	padding: 13px 0 13px;
	width: 100%;
	float: left;
}

legend {
	font-weight: bold;
	margin-left: 40px;
}

/* IE needs this else pushes contents right underneath legend */
div.fieldsetContents {
	margin-top: 20px;
}

div.formNode {
	width: 100%;
	margin: 5px 0 5px 0;
	float: left;
}

/* h6.fauxlabel is used for a label on a set of radio buttons or checkboxes. It is styled to look like an
html label element, but doesn't have the label functionality. */
label, h6.fauxlabel {
	font-size: 1em;
	width: 170px; 
	text-align: right;
	font-weight: bold;	
	line-height: 1.4em;
	display: block;
	float: left;
}

/* This operates on text input and also on checkboxes that aren't in 
a formOptions div, do don't use just input.text. It gets undone for
formOptions input below with a -20px margin. */
input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;  /* IE default is too big */
    font-weight: normal;
	margin: 0 0 0 20px;
}


/* end IE hack */

input.text {
	padding-left: 1px; /* between text and left edge of input area */
}

input.text, select, textarea {
	border: 1px solid;
}

div.formOptionsWithLabel select {
	margin-left: 5px;
	margin-top: 15px; /* good for Firefox, bad for Opera and IE6 */
}

/* Select elements drop too far down in IE */
/* But Opera has same problem... */
/* IE6 hack \*/
* html form ul.horiz select {
	margin-top: 0px;
}

textarea {
	margin: 15px 25px 7px;
	width: 410px;       /* This value should remain constant */
	height: 150px;     /* This value can be overridden with another style, if needed */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;  
	padding: 1px 2px;  /* between text and borders */
}

label.textarea {
	float: none;
	text-align: justify; 
	width: 450px;  /* align with right border of textarea */
	margin: 15px 40px 0 25px;
	padding: 0;
	line-height: 1.3em;
	font-weight: normal;
}

/* Move the first in a series of textareas up */
label.textarea.top {
	margin-top: 0;
}

label.textarea.bold {
	font-weight: bold;
}

textarea.long {
	height: 200px;
}
textarea.short {
	height: 100px;
}

textarea.veryshort {
	height: 50px;
}

/* fauxradio is used for input element labels that should look like radio labels */
label.radio, label.checkbox, label.fauxradio {
	display: inline;
	float: none;
	width: auto;
	text-align: left;
	font-weight: normal;
}

ul.horiz label.radio, label.checkbox, label.fauxradio {
	margin-right: 10px;
}

/* Not sure why checkbox label needs this and radio label doesn't... */
label.checkbox {
	margin-left: 6px;
}

label.fauxradio {
	margin-left: 3px;
}

/* If "fauxradio" inputs are lined up in columns with labels on the left, the righthand column may need to 
be pulled leftward to prevent hanging out too far to the right. */
label.rightColumn {
	margin-left: -8px;
}

/* formOptions encloses a set of radio buttons or checkboxes */
div.formOptions {
	margin: 0 15px 0 180px;  
}

div.formOptions li {
	margin-bottom: 5px;
}

/* formOptionsWithLabel wraps around a formOptions div if we want to add a heading */
/* div.formOptionsWithLabel {
	margin-top: 10px;
	margin-bottom: 5px;
} */

/* float the formOptions left to circumvent IE6 bug: if not floated, the first button/checkbox is 
slightly indented to the right */
div.formOptionsWithLabel div.formOptions {
	padding: 0;
	float: left;
	margin-left: -0px; //???why diff ctc?
	margin-left: -20px;
}

/*
div.formOptions ul {
	margin-top: 20px;
}*/

form .formOptions input {
	margin-left: 0;
}

div.formOptions li {
	list-style-type: none;
}

/* For elements whose display is dependent on an event */
.hidden {
	display: none;
}

input.button {
	border-width: 1px;
	border-style: outset;
	margin-top: 20px;
	margin-left: 10px;
}

form.justbutton fieldset {
	border: 0;
} 

form table {
	margin: 10px 20px;
}

form h2 {
	margin-left: 10px;
}

div#highlights {
	border: 1px solid;
	border: 3px double;
	/*margin: 40px 20px;*/
	padding: 0 20px;
	padding: 0 5px;
}

div#mainContent ul.news {
	margin-top: 20px;
	margin-bottom: 10px;
}

div#mainContent ul.news li {
	list-style-type: circle;
	padding: 0;
	margin: 4px;
}

ul.news li.newstitle {
	font-weight: bold;
	text-decoration: underline;
}

div#mainContent ul.news li.newsbody {
	/*margin-top: 20px;*/
}

div#mission {
	font-size: 0.9em;
	line-height: 1em;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	border: 1px solid;
	padding: 0 5px;
	text-align: center;
	margin-top: -15px;
	margin-bottom: 40px;
}
