/* CSS Document */
body {
	margin-top : 0;
	font-family : Arial, Helvetica, sans-serif, Verdana;
	color : #000;
	font-size: 14px;
	line-height: 24px;
} 
.subhead {
	margin-top : 0;
	font-family : Arial, Helvetica, sans-serif;
	color : #666;
	font-size: 22px;
	line-height: 30px;
	font-weight:100;
} 

a:link { 
color : #BF3535;
text-decoration : underline;
} 
a:visited { 
color : #BF3535;
text-decoration : underline;
} 
a:hover { 
color : #fff;
background-color : #BF3535;
text-decoration : none;
} 
#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #fff;
color: #000;
float: left;
width: 100%;
font-size : 13px;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a:link
{
padding: 0em 0.75em 0.5em 0.75em;
background-color: #fff;
color: #000;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}
#navcontainer ul li a:visited
{
padding: 0em 0.75em 0.5em 0.75em;
background-color: #fff;
color: #000;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}
#navcontainer ul li a:hover
{
background-color: #ecebe5;
color: #000;
}
#navcontainer ul li#active a
{
background-color: #ecebe5;
color: #000;
}

#navcontainer2 ul
{
padding-left: 0;
margin-left: 0;
background-color: #fff;
color: #000;
float: left;
width: 100%;
font-size : 16px;
font-family: arial, helvetica, sans-serif;
}

#navcontainer2 ul li { display: inline; }

#navcontainer2 ul li a:link
{
padding: 0em 0.75em 0.5em 0.75em;
background-color: #fff;
color: #000;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}
#navcontainer2 ul li a:visited
{
padding: 0em 0.75em 0.5em 0.75em;
background-color: #fff;
color: #000;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}
#navcontainer2 ul li a:hover
{
background-color: #d9d7ca;
color: #000;
}
#navcontainer2 ul li#active a
{
background-color: #d9d7ca;
color: #000;
}


.link2 a:link { 
font-size : 9px;
color : #fff;
text-decoration : none;
} 
.link2 a:visited { 
font-size : 9px;
color : #fff;
text-decoration : none;
} 
.link2 a:hover { 
color : #fff;
background-color : #f58220;
text-decoration : none;
} 


.footer{ 
font-size : 10px;
color : #fff;
text-decoration : none;
}
.footer a:link { 
font-size : 10px;
color : #fff;
text-decoration : none;
} 
.footer a:visited { 
font-size : 10px;
color : #fff;
text-decoration : none;
} 
.footer a:hover { 
color : #fff;
background-color : #f58220;
text-decoration : none;
} 
