body {
	font-family: Arial, Helvetica, sans-serif;margin:0px; background-color:#FFFFFF;height:100%
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

html { height:100% }
img { margin:0px; border-style:none }
button { margin:0px; border-style:none; padding:0px; background-color:transparent; vertical-align:top }
p:first-child { margin-top:0px }
table { empty-cells:hide }
.f-caption { font-size:14px; color:#FFFFFF }
.f-lp {
	margin-bottom:0px;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}
.f-fp {
	margin-top:0px;
	font-size: 14px;
	color: #FFFFFF;
}
em { font-style:italic }
h1 { font-weight:bold; font-size:18px }
h1:first-child { margin-top:0px }
h2 { font-weight:bold; font-size:16px }
h2:first-child { margin-top:0px }
h3 { font-weight:bold; font-size:14px }
h3:first-child { margin-top:0px }
strong { font-weight:bold }
#logo {
position: absolute; top: 30px; left: 28px; z-index: 100;
}
#contentl {
	margin: 0;
	width: 480px;
	position: absolute;
	top: 235px;
	left: -5px;
	z-index: 100;
	height: 430px;
	float: left;
	left: 0px;
	background: url(../images/bgbl.jpg);
}
#footer {position: absolute; top: 670px; left: 32px; width: 402px;  background: #ffffff; color:#000000; font-family: Arial; font-size: 12px; padding: 25px 0 0px 0; z-index: 300;
}

#footer b {
font-weight: normal; color: #639a35; margin: 0 4px 0 4px;
}
#contentm {
	margin: 0;
	width: 100%;
	;
	position: relative;
	top: 235px;
	z-index: 200;
	height: 430px;
	float: none;
	clear: both;
	left: 480px;
	background: #3E5352 url(../images/bgbr.jpg);
}
a {
text-decoration: none; color: #990000;
}

a:hover {
	text-decoration: underline;
	color: #990000;
}
#nav {
position: absolute; top: 185px; left: 480px; width: 552px; height: 18px; background: #ffffff; color:#000000; font-family: Arial; font-size: 12px; padding: 25px 0 0px 0; z-index: 300;
}

#nav a {
color: #333333; font-weight: bold; text-decoration: none; margin: 0 15px 0 2px; margin-bottom: 6px;
}

#nav a.selected, #nav a:hover {
color: #990000;
}
#nav ul { /* all lists */
padding: 0; margin: 0; list-style: none; line-height: 1;
}

#nav a {
display: block; 
}

#nav li { /* all list items */
float: left; list-style: none;
}

#nav li ul { /* second-level lists */
position: absolute; background: #e5e5e5; width: 150px; left: -999em; margin: 0; padding: 0; padding: 5px 0 5px 0; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
left: auto;
}

#nav li ul a { /* second-level lists */
color: #333333; font-weight: normal; display: block; width: 100%; margin: 0; padding: 2px 16px 2px 16px; margin-bottom: 2px; font-size: 11px;
}

#nav li ul a:hover { /* second-level lists */
	color: #990000;
	font-weight: normal;
	background: #ffffff;
	width: 145px;
}
