html { 
	height: 100%; 
	margin-bottom: 1px; 
}

.copyright {font-size: 10px}

.headingtext {
	color: #206296;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.tabletext {
	color: #fffff;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.textitalic {
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	font-style:italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.contentheading {
	color: #25252D;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#scroll { 
position:absolute; 
top:0; 
bottom:-0.1px; 
width:1em; 
z-index:-1; 
} 

body
{
padding: 0px;
margin: 0px;
background: #FFFFFF url('../images/bg.gif') repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}

a
{
text-decoration: none;
}

a:hover
{
text-decoration: none;
}

h2 a
{
color: #000000;
text-decoration: none;
}

h2 a:hover
{
color: #990000;
text-decoration: none;
}

h3 a
{
color: #25252D;
text-decoration: none;
}

h3 a:hover
{
color: #990000;
text-decoration: none;
}


sup
{
font-size: 0.5em;
}

p
{
margin-bottom: 14px;
}

.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: Arial;
color: white;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.arrowlistmenu ul li .menutext {
font-size: 11px;
padding: 5px 0;
color: #000000;
text-transform:uppercase;
background: url('../images/arrowbullet.png') no-repeat center left; /*custom bullet list image*/
display: block;
padding-left: 19px; /*link text is indented 19px*/
margin-left: 0px;
margin-right: 3px;
border-bottom: 1px dotted #4D79A6;
line-height: 15px;
}

#expand .menutext {
font-size: 11px;
padding: 5px 0p;
color: #000000;
text-transform:uppercase;
background: url('../images/arrowbullet_hi.png') no-repeat center left; /*custom bullet list image*/
display: block;
padding-left: 19px; /*link text is indented 19px*/
margin-left: 0px;
margin-right: 3px;
border-bottom: 1px dotted #4D79A6;
line-height: 15px;
}

#noexpand .menutext {
font-size: 11px;
padding: 5px 0p;
color: #000000;
text-transform:uppercase;
background: url('../images/arrowbullet_hi2.png') no-repeat center left; /*custom bullet list image*/
display: block;
padding-left: 19px; /*link text is indented 19px*/
margin-left: 0px;
margin-right: 3px;
border-bottom: 1px dotted #4D79A6;
line-height: 15px;
}

.arrowlistmenu ul li .submenutext {
font-size: 11px;
padding: 3px 0;
color: #000000;
background: url('../images/bullet.gif') no-repeat center left; /*custom bullet list image*/
display: block;
padding-left: 20px; /*link text is indented 19px*/
margin-left: 10px;
margin-right: 3px;
border-bottom: 1px dotted #CCCCCC;
line-height: 15px;
}

#selected .submenutext  {
font-size: 11px;
padding: 3px 0;
color: #990000;
background: url('../images/bullet_hi.gif') no-repeat center left; /*custom bullet list image*/
display: block;
padding-left: 20px; /*link text is indented 19px*/
margin-left: 10px;
margin-right: 3px;
border-bottom: 1px dotted #CCCCCC;
line-height: 15px;
}

.arrowlistmenu ul li a:visited{
color: #000;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
}

#upbg
{
	position: absolute;
	top: 0px;
	left: 0px;
	background: url('../images/content_bg.jpg') no-repeat;
	width: 850px;
	height: 550px;
}

#outer
{
position: relative;
width: 850px;
margin: 0 auto;
}

#inner
{
position: relative;
padding: 0px 0px 0px 26px;
z-index: 2;
}

#header
{
position: absolute;
width: 780px;
color: #fff;
padding-left: 19px;
}

#header span
{
font-weight: normal;
}

#header h1
{
position: absolute;
font-size: 23px;
letter-spacing: -1px;
top: 30px;
}

#header h2
{
position: absolute;
font-size: 10px;
font-weight: normal;
color: #FCE2CA;
top: 51px;
}

#header sup
{
color: #FCE2CA;
}


#menu
{
position: relative;
}

ul li
{
padding-left: 0px;
margin-top: 5px;
}

#footer
{
position: relative;
clear: both;
height: 50px;
text-align: center;
background-image: url('../images/a50.gif');
color: #A8A88D;
}

#footer a
{
color: #FFFFFF;
}

#topnav {
	position: absolute;
	left: 530px;
	top: 5px;
	width: 270px;
}
