td
{
	color:#FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 73%;
	line-height: 150%;
}

p li
{
	color:#FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 100%;
	line-height: 150%;
}
.bg_content1 {
	background-repeat : no-repeat;
	background-position : top right;
	background-image :  url(../images/background_content1.jpg);
}

.bg_content {
	background-repeat : no-repeat;
	background-position : top right;
	background-image :  url(../images/background_content.jpg);
}

#content {
	margin-left: 20px;
	margin-right:20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
H1
{
		font-size : 130%;
		font-weight: bold;
		color: #FFFFFF;
}
H2
{
		font-size : 100%;
		font-weight: bold;
		color: #FFFFFF;
}
H3
{
		font-size : 85%;
		font-weight: bold;
}
H4
{
		font-size : 85%;
		font-weight: bold;
		color: #FFFFFF;
}
H5
{
		font-size : 65%;
		font-weight: normal;
}
H6
{
		font-size : 65%;
		font-weight: normal;
		color: #FFFFFF;
}
a:link
{
	text-decoration: underline;
	color: #FFFFFF;
}
a:visited
{
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover 
{
	color: #FDED1A;
	text-decoration: underline;
}
a:active
{
	color: #FDED1A;
	text-decoration: underline;
}

form
{
	padding: 0;
	margin: 0;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	color:#000000;
}

#nav a {
	display: block;
	text-decoration: none;
	font-size : 95%;
	color:#424200;
	background-color: #FFFFFF;
	
}
#nav li { /* all list items */
	float: left;
	/*width: 150px;*/

}

#nav li ul { /* second-level lists */
	
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	width: 150px;
	
	margin-top: 0px;
	
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	
}


#nav li li a {
	left: -999em;
	width: 150px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-top: 7px;
	background-color: #CCCCB3;
	color: #000000;
}

#nav li li a:hover {
	left: -999em;
	width: 150px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-top: 7px;
	background-color: #7DA4DA;
	color: #FFFFFF;
	filter: alpha(opacity=100);
}

#nav li ul ul{ /* third-level lists */
	
	position: absolute;
	background-color: #5F9893;
	margin: -25px 0 0 250px; 
	width: 110px;
}

#nav li li li a {
	left: -999em;
	width: 110px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	background-color: #245551;
}

#nav li li li a:hover {
	left: -999em;
	width: 110px;
	background-color: #00201B;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul { left: -999em; }
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { left: auto; }