@charset "UTF-8";
body {
	background: url(bg.jpg) ; 
}

a:hover, a:active {
	color: #c77a1f;
	text-decoration: none;
}

a, a:link, a:visited {
	color: #003366;
}

p, ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000000;
	line-height: 120%;
	}
	
h1 {
	color: #25547a;
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
}

h2 {
	color: #60662e;
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
}
.breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}

table {
	border-width:1px; 
	border-style: solid; 
	border-color: #333333; 
	background-color:#FFFFFF
}

#header {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #333333;
}

#nav {
	vertical-align: top;
	background-color: #dce7ed;
	width: 200px;

}

#subnav {
 	margin-top: -12px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left: 15px;
	padding-bottom: 5px;
}

#subnav a, a:visited, a:link {
	color: #003366;
}

#subnav a:hover, a:active{
	color: #c77a1f;
	text-decoration: none;
}

#logo {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
	
}
#content {
vertical-align: top;
	border-left-color: #333333;
	border-left-style: solid;
	border-left-width: 1px;
	padding: 10px 25px 5px 25px;
	}
#quote {
padding: 15px;
font-size: 11px;
color: #60662e;
font-family: "Times New Roman", Times, serifl
text-align:center;
line-height: 150%;
}

#qa {
padding: 5px;
font-size: 14px;
color: #003366;
font-family:Arial, Helvetica, sans-serif;
text-align:center;
line-height: 110%;
background-color: #ecf3f6;
margin: 10px;
border-color: #60662e;
border-style: dotted;
border-width: 1px;
}
#closure {
	font-size: 10px;
	color: #333333;
	text-align: center;
}

#navcontainer { 
/*width: 185px;*/
text-align:left;

}

#navcontainer ul
{
margin-top: 0;
padding-top: 1px;
padding-left: 1px;
padding-right: 1px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;

}

#navcontainer a
{
display: block;
padding: 3px;
width: 185px;
background-color: #bcca7c;
border-bottom: 1px solid #ffffff;
position: inherit;
clear:both;
}

#navcontainer a:link, #navlist a:visited
{
color: #003366;
text-decoration: none;
padding-left: 10px;
/*margin-left: -40px;*/

}

#navcontainer a:hover
{
background-color: #7fa3d3;
color: #003366;
/*padding-left: 10px;*/

}
