body {
	font-size: 12px;
	font-family: Arial;
	margin: 0px auto;
	background: #000000;
}


ul.menu {list-style:none; margin:0; padding:0}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color: yellow; text-decoration:none; font-weight: bold;}
ul.menu li {position:relative; float:left; margin-right:2px}
ul.menu ul {position:absolute; top:32px; left:0; display:none; opacity:0; list-style:none}
ul.menu ul li {position:relative; border:1px solid #aaa; border-top:none; width:148px; margin:0}
ul.menu ul li a {display:block; padding:3px 7px 5px; background-color: #0066cc}
ul.menu ul li a:hover {background-color: #0026cb}
ul.menu ul ul {left:148px; top:-1px}
ul.menu .menulink {border:0px solid #aaa; font-size: 12.5pt; padding:5px 7px 7px; font-weight:bold;}
ul.menu .menulink:hover, ul.menu .menuhover {background-color: #0026cb;}
ul.menu .sub {background:#3366cc url(../../include/js/TinyDropdown/images/arrow.gif) 136px 8px no-repeat}
ul.menu .topline {border-top:1px solid #aaa}



h2 {
    text-align: center;
	font-size: 18pt;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	margin: 0px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: black;
	margin: 20px 0px 5px 0px;
}


a:link {
	color: goldenrod;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: darkgoldenrod;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: gold;
	text-decoration: underline;
	font-weight: bold;
}


td.content:link {
  margin: 1em 1em 1em 0;
  background: #F5F5F5;
  border: 1px #896615 solid;
  border-collapse: collapse;
}


a.comment_link:link {
	color: gray;
	text-decoration: none;
	font-weight: bold;
}
a.comment_link:visited {
	color: gray;
	text-decoration: none;
	font-weight: bold;
}
a.comment_link:hover {
	color: white;
	font-weight: bold;
}


font.legend {
	color: black;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
font.required_field {
	color: red;
	font-size: 10pt;
	font-style: italic;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
font.required_field_explanation {
	color: red;
	font-size: 8pt;
	font-style: italic;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
font.normal_field {
	font-size: 10pt;
	font-style: italic;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
font.disabled_field {
	color: #808080;
	font-size: 10pt;
	font-style: italic;
	text-decoration: line-through;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
font.example {
	font-size: 8pt;
	font-style: italic;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
font.option_explanation {
	font-size: 8pt;
	font-style: italic;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
font.option_legend {
	color: black;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 2px;
	padding: 0px;
	margin: 0px;
}

.photo_inline {
padding:2px;
margin:2px 2px 2px 2px;
}

table {
	margin-left: auto;
	margin-right: auto;
}
td {
	font-family: Verdana;
	font-size: 10pt;
}

td.option_row3 {
	border-style: solid;
	border-color: black;
	border-width: 0px 0px 1px 0px;
	width: 250px;
}

td.option_row4 {
	border-style: solid;
	border-color: black;
	border-width: 0px 0px 1px 1px;
}

table.prettytable {
  margin: 1em 1em 1em 0;
  background: #F5F5F5;
  border: 1px #896615 solid;
  border-collapse: collapse;
}


table.prettytable th, table.prettytable td {
  border: 1px #896615 solid;
  padding: 0.2em;
}


table.prettytable th {
  background: #000;
  text-align:center;
  color: #DCB965;
}


table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
}

ul.staff_list {
list-style-type: none;
}



hr {
	color: #yellow;
	background-color: #yellow;
	height: 3px;
	width: 99%
}

.arrowlistmenu{
width: 151px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 16px Arial;
color: black;
background: black url(./media/design/linkoff.jpg) center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 2px 0 2px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
color: white;
background: black url(./media/design/linkon.jpg) center left;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 2px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0px;
padding-left: 30px; /*link text is indented 19px*/
text-decoration: none;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #FFFFFF;
}
