﻿body
{
  color:black;
  font-family:arial;
  font-size:11px;
  margin-top:0px;
  margin-bottom:0px;
  background-image:url(../images/bg.jpg);
  background-repeat:repeat;
 
}
 
a.nav:link {color: blue; text-decoration: underline; }
a.nav:visited {color: purple; text-decoration: none; }
a.nav:hover {color: orange; text-decoration: underline; }
a.nav:active {color: blue; } 

a.external:link {color: #0000ff; font-size: 18pt; font-weight: bold; }
a.external:visited {color: #894f7b; font-weight: bold; }
a.external:hover {text-decoration: overline; background-color: #003399; }
a.external:active {color: red; } 


.Contact
{
  color:black;
  font-family:verdana;
  font-size:11px;
  
}

.pageHeader
{
 color:black;
  font-family:arial;
  font-size:16px;
  font-weight:bold;	
}

.pageHeader1
{
 color:black;
  font-family:arial;
  font-size:18px;
  font-weight:bold;	
}

.pageHeader2
{
 color:black;
  font-family:arial;
  font-size:20px;
  font-weight:bold;	
}

.pageHeader
{
 color:black;
  font-family:arial;
  font-size:22px;
  font-weight:bold;	
}

.pageSubHeader
{
  color:black;
  font-family:arial;
  font-size:14px;
  font-weight:bold;	
}

.pageSubHeader1
{
  color:black;
  font-family:arial;
  font-size:16px;
  font-weight:bold;	
}

.pageSubHeader2
{
  color:black;
  font-family:arial;
  font-size:18px;
  font-weight:bold;	
}

.pageSubHeader3
{
  color:black;
  font-family:arial;
  font-size:20px;
  font-weight:bold;	
}
.Content
{
  color:black;
  font-family:verdana;
  font-size:11px;
}

.contactFormTbl
{
	width:500px;
}

.contactFormLbl
{
  color :black;
  font-family:verdana;
  font-size:11px;
}

.contactFormLblCell
{
	vertical-align:top;
}

.contactFormDataCell
{
}

.contactFormTxtBox
{
}

.contactFormBtnCell
{
	text-align:center;
}

.contactFormSaveBtn
{
}

.arrowlistmenu{
width: 158px; /*width of accordion menu*/
margin-left:59px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: #3f4340;
background: none;
margin-bottom: 5px; /*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;
}

.menuheader a:link{color:#3f4340; text-decoration:none; }
.menuheader a:visited{color:#3f4340; text-decoration:none; }
.menuheader a:hover{color:#3f4340; text-decoration:none; }
.menuheader a:active{color:#3f4340; text-decoration:none; }

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*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: #3f4340;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 10px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 0px solid #dadada;
font-size: 100%;
}

.arrowlistmenu ul li a:visited{
color: #3f4340;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #3f4340;
background-color: #F3F3F3;
}
