/* CSS Document */

body {color: #333333; font: 11px Arial, Helvetica, sans-serif; margin: 0; padding: 0; }

#content_area { background-color: #ffffff; margin-left: auto; margin-right: auto; text-align: left; width: 900px; }

a
{
text-decoration:none
}

a:hover
{
text-decoration:underline
}

p
{
margin:0px;
margin-bottom:8px;
line-height:17px
}

h1
{
font-size:20px;
margin:0px;
padding:0px;
margin-bottom:8px;
color: #333333
}

h2
{
font-size:13px;
margin:0px;
padding:0px;
margin-bottom:3px;
color: #333333
}


.menubg
{
background:url(../Images/Menubg.jpg); height:22px; padding-left:12px}


.menubg ul /*eliminate the buller, padding, margin here*/
{
padding:0px;
margin:0px;
list-style-type:none
}

.menubg li /*Aligns lins next to one another*/
{		
float:left;
width: auto;
position:relative
}

.menubg a:link, .menubg a:visited /*Set's the links style*/  
{ 
padding:20px;
padding-top: 5px;
padding-bottom:5px;
display:block;
text-decoration:none; 
width:auto; 
background:none; 
color:#ffffff;
font-size:10px;
font-weight:bold;

}

.menubg01 a:link, .menubg a:visited /*Set's the links style*/  
{ 
padding:20px;
padding-top: 5px;
padding-bottom:5px;
display:block;
text-decoration:none; 
width:auto; 
background:none; 
color:#ffffff;
font-size:10px;
font-weight:bold;

}

.menubg a:hover /*Set's the links hover style*/ 
{ 				
color:#143062
}

.menubg ul ul /*Hides the 2nd tier of links*/
{	
visibility:hidden;
position:absolute;
top: auto;
left: auto; 
width:155px
}

.menubg ul ul a:link, .menubg ul ul a:visited /*sets 2nd tier links style*/
{	
padding: 5px; 
font-size:10px;
background:#ffffff; 
width:120px;
color:#153f50;
border-top:none
}

.menubg ul ul a:hover /*Set's the 2nd tier links hover style*/ 
{ 				
background:#b7ced7; 
color:#153f50
}

.menubg :hover > a /*When selecting a 2nd tier option 1st tier remains in the hover style*/
{				
padding:20px;
padding-top: 5px;
padding-bottom:5px;
display:block;
text-decoration:none; 
width:auto; 
color:#143062;
font-size:10px;
font-weight:bold
}
								
.menubg ul ul :hover > a /*When selecting a 3rd tier option 1st tier remains in the hover style*/
{
padding: 5px; 
font-size:10px;
background:#b7ced7; 
color:#153f50;
width:120px;
}

.menubg ul li:hover ul, .menubg ul a:hover ul
{			
visibility:visible
}

.menubg ul :hover ul ul
{			
visibility:hidden
}

.menubg ul :hover ul :hover ul
{ 	
visibility:visible
}

.boxes
{
background:#96b6c5; height:70px; margin-top:3px; padding:5px;
}

.boxesimg
{
margin-right:5px; float:left
}

.history
{
background:#ffffff; margin-left:275px; margin-right:0px
}

.history ul
{
list-style-image:url(../Images/Bullet.gif);
margin:0px;
padding-left:20px;
border:none
}

.history li
{
margin-bottom:6px
}

.arrows 
{
color:#153f50; font-weight:bold
}

:hover.arrows 
{
color:#fee643; font-weight:bold
}

.menu2
{
background:#96b6c5; padding:5px; margin-top:1px
}

:hover.menu2
{
background:#87a3b1; padding:5px; margin-top:1px
}

.menu2 a:link
{
color:#333333; font-weight:bold
}

.menu2 a:hover
{
color:#333333; font-weight:bold;text-decoration:none
}

.footer
{
text-align:right; border-top:1px solid #cccccc; margin-top:3px; padding-top:3px; padding-bottom:3px
}