td
{
	color:#000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 70%;
	line-height: 180%;
}



p li
{
	color:#000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 100%;
	line-height: 180%;
}
.bg_content {
	background-repeat : no-repeat;
	background-position : top left;
	background-image : url(../images/backgroundcloud.jpg);
}
.bg_left {
	background-repeat : no-repeat;
	background-position : top left;
	background-image : url(../images/left_background.jpg);
}
.bg_right {
	background-repeat : no-repeat;
	background-position : top right;
	background-image : url(../images/midsectionleftcolomn.jpg);
}
#content {
	margin-left: 5px;
	margin-right:20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
H1
{
		font-size : 130%;
		font-weight: bold;
		color: #AA8E0F;
}
H2
{
		font-size : 100%;
		font-weight: bold;
		color: #AA8E0F;
}
H3
{
		font-size : 90%;
		font-weight: bold;
}
H4
{
		font-size : 90%;
		font-weight: bold;
		color: #AA8E0F;
}
H5
{
		font-size : 80%;
		font-weight: normal;
}
H6
{
		font-size : 80%;
		font-weight: normal;
		color: #AA8E0F;
}
a:link
{
	text-decoration: underline;
	color: #000000;
}
a:visited
{
	text-decoration: underline;
	color: #000000;
}
a:hover 
{
	color: #AA8E0F;
	text-decoration: underline;
}
a:active
{
	color: #AA8E0F;
	text-decoration: underline;
}

.subnav
{
padding-top: 5px;
padding-bottom: 5px;
}
a.subnav:link
{
	text-decoration: none;
	color: #000000;
	font-size: 95%;
	line-height:110%;
}
a.subnav:visited
{
	text-decoration: none;
	color: #000000;
	font-size: 95%;
	line-height:110%;
}
a.subnav:hover 
{
	color: #AA8E0F;
	text-decoration: none;
	font-size: 95%;
	line-height:110%;
}
a.subnav:active
{
	color: #AA8E0F;
	text-decoration: none;
	font-size: 95%;
	line-height:110%;
}

.subnav2
{
padding-top: 4px;
padding-bottom: 4px;
}

a.subnav2:link
{
	text-decoration: none;
	color: #000000;
	font-size: 85%;
	line-height:110%;
}
a.subnav2:hover 
{
	color: #AA8E0F;
	text-decoration: none;
	font-size: 85%;
	line-height:110%;
}
a.subnav2:active
{
	color: #AA8E0F;
	text-decoration: none;
	font-size: 85%;
	line-height:110%;
}
a.subnav2:visited
{
	text-decoration: none;
	color: #000000;
	font-size: 85%;
	line-height:110%;
}

a.subnav2_selected:link
{
	text-decoration: none;
	color: #71828F;
	font-size: 85%;
	line-height:110%;
}
a.subnav_selected:hover 
{
	color: #AA8E0F;
	text-decoration: none;
	font-size: 85%;
	line-height:110%;
}
a.subnav2_selected:active
{
	color: #AA8E0F;
	text-decoration: none;
	font-size: 85%;
	line-height:110%;
}
a.subnav2_selected:visited
{
	text-decoration: none;
	color: #71828F;
	font-size: 85%;
	line-height:110%;
}

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.row  {
	background-color: #BAD9ED;
	display: block;
	height: 1px;
	width: 150px;
	margin-bottom: -12px;
}

#nav li li a {
	left: -999em;
	width: 150px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-top: 7px;
	background-color: #E9F2F8;
	filter: alpha(opacity=100);
	color:#000000;
	
}


#nav li li a:hover {
	left: -999em;
	width: 150px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-top: 7px;
	background-color: #6daed7;
	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; }

.hiddenPic {display:none;}