@charset "utf-8";
body  {
	

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}
h1 {font-size: 18px;
	font-weight:bold;
}
h2 {font-size: 16px;
	font-weight:bold;
}
a:link {
	color: #EEEEEE;
	font-weight:bold;
}

a:visited {
  color: #BBBBBB;
  font-weight:bold;
}

a:hover {
	text-decoration: none;
	color: #bf2f38;
	font-weight:bold;
}

a:active {
	color: #bf2f38;
	font-weight:bold;
}
#footer a:link {
	color: #bf2f38;
	font-weight:normal;
	text-decoration: none;
}

#footer a:visited {
  color: #bf2f38;
  font-weight:normal;
}

#footer a:hover {
	color: #bf2f38;
	font-weight:normal;
	text-decoration: underline;
}

#footer a:active {
	color: #bf2f38;
	font-weight:normal;
}

#navcontainer { width: 200px; }

#navcontainer ul
{
margin-left: 0;
padding: 0;
list-style-type: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-align:right;
color:#FFFFFF;
}
#navcontainer li
{
margin-left: 0;
padding: 0;
}

#navcontainer a
{
display: block;
	width: 200px;
	height: 28px;
	text-decoration: none;
	padding-top:8px;
	
}

#navcontainer a:link, #navlist a:visited
{
text-decoration: none;
color:#FFFFFF;
}

#navcontainer a:hover
{
background: url(../dev/images/bkgrnd_nav.png);
background-repeat:no-repeat;
color:#000000;
}
/* subnav links */
#subnavcontainer { width: 200px;
float:right; }


#subnavcontainer ul
{
margin-left: 10px;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#subnavcontainer a
{
display: block;
padding: 3px;
width: 180px;
background-color: #036;
border-bottom: 1px solid #eee;
}

#subnavcontainer a:link, #subnavlist a:visited
{
color: #EEE;
text-decoration: none;
}

#subnavcontainer a:hover
{
background-color: #369;
color: #fff;
}
/* level3nav links */
#l3navcontainer { width: 200px;
float:right; }


#l3navcontainer ul
{
margin-left: 25px;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#l3navcontainer a
{
display: block;
padding: 3px;
width: 155px;
background-color: #036;
border-bottom: 1px solid #eee;
}

#l3navcontainer a:link, #l3navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#l3navcontainer a:hover
{
background-color: #369;
color: #fff;
}
/* content and footer */
#mainContent h1,h2
{
color:#bf2f38;
	
}
#footer
{
color:#bf2f38;
text-align:center;
font-size:small;
	
}

