html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body, html>body #contents {
	height: auto;
}

/* Without this, Moz1.0 adds a vertical scrollbar */

#contents {
	position: absolute;
	top: 0;
	left: 0;
}

body {
	margin: 0;
	padding: 0;
}


#linkspanel {
	float: left;
	width: 590px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #adadad;
}

#linkspanel p {
	padding-right: 5px;
	padding-left: 10px;
}	





html {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	margin-left: 0;
	margin-top: 0;
}

/* Default anchor styles - inherited and affects all links not formatted with other styles */

a {
	background: transparent;
	cursor: pointer;
}

a:link {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #0000FF;
	text-decoration: underline;
}

a:active {
	color: #0000FF;
	text-decoration: none;
}

/* Standard format definitions - inherited unless formatted changed with other styles */

address, blockquote, body, caption, center, dd, dir, div, dl, dt, form, li, menu, ol, p, pre, td, th, tr, ul {
	font-family: verdana, Arial, sans-serif;
	font-size: 11pt;
}

address, blockquote, body, caption, center, dd, dir, div, dl, dt, form, li, menu, ol, p, pre, td, th, tr, ul {
	color: #000000;
	font-family: verdana, Arial, sans-serif;
	font-size: 10pt
}

/* Special text formatting - handles any elements added by editor or otherwise */

/* Sizes should be changed proportionally - so they match the other styles and rest of site */

big {
	font-size: 15px;
}

small, sub, sup {
	font-size: 9px;
}

code, kbd, samp, tt {
	font-size: 10px;
}

blockquote {
	font-style: normal;
}

address {
	font-style: italic;
}

button {
	cursor: auto;
}

cite {
	font-style: italic;
}

dt {
	font-weight: bold;
}

h1 {
	font-size: 24px;
}

h1 {
	margin-left: -4%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: sans-serif;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	color: #990000;
	font-family: Geneva, Helvetica, Arial, sans-serif;
}

h2 {
	font-size: 22px;
}

h2 {
	margin-left: -4%;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 15px;
}

h4 {
	margin-left: -3%;
}

h5 {
	font-size: 14px;
}

h5 {
	margin-left: -2%;
}

h6 {
	font-size: 12px;
}

h6 {
	margin-left: -1%;
}

input {
	cursor: auto;
}

pre {
	margin-left: 0;
	white-space: pre;
}

pre {
	border: solid thin;
	padding: 1em 3%;
}

textarea {
	cursor: text;
}

th {
	font-weight: bold;
	margin-left: 0;
	text-align: center;
}

ol {
	list-style: decimal;
}

ol ol ol ol {
	list-style: decimal;
}

ol ul ol ol, ol ol ul ol, ul ol ol ol, ol ol ol {
	list-style: lower-roman;
}

ol ul ul ul, ul ol ul ul, ul ul ol ul, ul ul ul {
	list-style: square;
}

ul ul ol ol, ul ol ul ol, ol ul ol ol, ol ol ul ol, ol ul ol, ol ol {
	list-style: lower-alpha;
}

ul ul ul ul {
	list-style: disc;
}

ul ul, ol ol ul ul, ol ul ol ul, ul ol ol ul, ol ul ul, ul ol ul {
	list-style: circle;
}

ul, menu, dir {
	list-style: disc;
}

hr {
	color: #11248D;
}

#container {
	width: 745px;
	margin-top: 0px;
	margin-left: 0px;
}

#top {
	padding-top: 3px;
	padding-left: 5px;
}

td.logotag {
	color: #7B7B7B;
	font-family: Arial, sans-serif;
	font-size: 11pt;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 5px;
}

#navdiv {
	padding-top: 3px;
}

#navbar {
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	font-family: Arial, sans-serif;
}

#navbar a:link, #navbar a:visited {
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
	border-bottom: solid #ADADAD 2px;
	border-right: solid #ADADAD 2px;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block
}

#navbar a:hover, #navbar a.current {
	color: #ff0000;
	background-color: #ffffff;
	text-decoration: none
}

#navbarright {
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	font-family: Arial, sans-serif;
}

#navbarright a:link, #navbarright a:visited {
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
	border-bottom: solid #ADADAD 2px;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block
}

#navbarright a:hover, #navbar a.current {
	color: #ff0000;
	background-color: #ffffff;
	text-decoration: none
}

div#leftnav {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	text-align: left;
	background-color: #ff0000;
	width: 139px;
	float: left;
	height: 198px;
}

#leftnav a:link, #leftnav a:visited {
	color: #000000;
	background-color: #ff0000;
	text-decoration: none;
	border-top: solid #ff0000 1px;
	border-bottom: solid #ff0000 1px;
	padding-top: 3px;
	padding-left: 8px;
	padding-bottom: 3px;
	display: block
}

#leftnav a:hover, #leftnav a.current {
	background-color: #000000;
	text-decoration: none;
	border-top: solid #ffffff 1px;
	border-bottom: solid #ffffff 1px;
	color: #ffffff;
}

#rightpanel {
	float: right;
	width: 337px;
	margin: 0;
	border-left: 2px #adadad solid;
}

#rightpanel p {
	padding-right: 5px;
	padding-left: 5px;
}

#indexleft {
	top: 81px;
	position: absolute;
	margin-left: 0px;
	left: 0px;}

#indexleft img {
	padding: 0px;
	margin: 0px;
}

#indexleft p {
	margin: 0px;
	padding: 0px;
}

#maypanel {
	margin-left: 406px;
	width: 108px;
	border-left: 2px #adadad solid;
	height: 390px;}

#maypanel p {
	padding-right: 5px;
	padding-left: 5px;
}

#kennedypanel {
	width: 108px;
	border-left: 2px #adadad solid;
	position: absolute;
	top: 81px;
	left: 516px;
	height: 390px;}

#kennedypanel p {
	padding-right: 5px;
	padding-left: 5px;
}

#hhspanel {
	width: 108px;
	border-left: 2px #adadad solid;
	position: absolute;
	top: 81px;
	left: 626px;
	height: 390px;}

#hhspanel p {
	padding-right: 5px;
	padding-left: 5px;
}

p.contentheader {
	color: #ff0000;
	font-family: arial, sans-serif;
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	padding-top: 15px;
	padding-left: 8px;
}

#mid {
	margin-left: 139px;
	top: 81px;
	position: absolute;
	clear: left;
}

#mid img {
	padding: 0px;
	margin: 0px;
}

#mid p {
	margin: 0px;
	padding: 0px;
}

#addcontent {
	position:absolute;
	width: 386px;
	left: 3px;
	top: 290px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 8px;
}

#footer {
	clear: both;
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	font-family: Arial, sans-serif;
	padding-top: 8px;
	padding-left: 5px;
}

#footer a:link, #footer a:visited {
	color: #000000;
	text-decoration: none;
	padding-right: 3px;
}

#footer a:hover, #footer a.current {
	color: #ff0000;
	text-decoration: none;
}

.bodybold {
	font-weight: bold;
}

.indexfacilities {
	font-size: 8.5pt;
}
