html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li  {
  margin: 0;
  padding: 0;
  font-family: "Lucida Grande", tahoma, arial, sans-serif;
  color: #999999;
}

html, body { 
  font-size: 101%; 
}

.clear {
  clear: both;
  height: 0px;
  width: 0px;
  visibility: hidden;
}

a, a:link {
	color: #006CB4;
	text-decoration: none;
}

a:hover, .active {
	color: #006CB4;
	text-decoration: underline;
}


img {
  border: 0;
}












h1 {
	font-size: 1.5em;
	line-height: 1.4em;
	margin: 0 0 20px 0;
	padding: 0;
	color: #006fb3;
}

h2 {
	font-size: 1.1em;
	margin: 20px 0 5px 0;
	padding: 0;
	color: #006fb3;
}

p {
	margin: 10px 0 10px 0;
	line-height: 135%;
}

p.more {
	text-align: right;
	margin-bottom: 5px;
	width: auto !important;
}


select, textarea, input {
	border: 1px #006fb3 solid;
	background-color: #f4f4f4;
	color: #666;
	font-family: "Lucida Grande", tahoma, arial, sans-serif;
}

input.submit {
	background-color: #006fb3;
	color: #fff;
	border: none;
	padding: 1px;
}



#page #content #text img {
  border: 4px solid #006fb3;
}

hr {
	border-bottom: 1px #006fb3 solid;
	height: 0;
 	border-top: none;
	margin-bottom: 15px;
}

.red {
  color: red;
}

p.more {
	text-align: right;
	margin-bottom: 5px;
	width: auto !important;
}

p.back {
  text-align: left;
	margin-bottom: 5px;
	width: auto !important;
}


#page #content ul, #page #content ol {
	margin: 10px 0 10px 15px;
	padding: 0;
}
#page #content ol {
	margin: 10px 0 10px 23px;
}

#page #content ul li, #page #content ol li {
	padding: 3px 0 3px 0;
}





dl { float: left;margin: 2px; }
dt { float: none; }
dd { float: none; }
dd img { border: none; } /* FE-Editing Icons */




















#page {
  width: 840px;
	margin: 27px 0 0 100px;
}

#page #mainmenu {
  position: absolute;
  z-index: 1;
  top: 121px;
  left: 43px;
  width: 889px;
  height: 52px;
  padding-left: 65px;
  background: #006fb3;
}

#page #mainmenu ul {
  list-style: none;
}

#page #mainmenu ul li {
  float: left;
}

#page #mainmenu ul li a {
  display: block;
}

#page #mainmenu ul li span {
	display: none;
}



#page #mainmenu ul li.lfs a { width: 332px; height: 52px; background:url(../img/menu_lfs.gif) top left no-repeat; }
#page #mainmenu ul li.lfs a:hover, #page #mainmenu ul li.lfs_active a { width: 332px; height: 52px; background: url(../img/menu_lfs.gif) 0 -52px no-repeat; }

#page #mainmenu ul li.liin a { width: 235px; height: 52px; background:url(../img/menu_liin.gif) top left no-repeat; }
#page #mainmenu ul li.liin a:hover,#page #mainmenu ul li.liin_active a { width: 235px; height: 52px; background: url(../img/menu_liin.gif) 0 -52px no-repeat; }

#page #mainmenu ul li.sg a { width: 257px; height: 52px; background:url(../img/menu_sg.gif) top left no-repeat; }
#page #mainmenu ul li.sg a:hover,#page #mainmenu ul li.sg_active a { width: 257px; height: 52px; background: url(../img/menu_sg.gif) 0 -52px no-repeat; }




#page #header {
  width: 840px;
  height: 45px;
  padding: 0 0 15px 0;
  font-size: 0.8em;
}

#page #header #logo {
  float: left;
}

#page #header #topmenu {
  float: right;
  width: 650px;
  padding-top: 33px;
  text-align: right;
}

#page #header #topmenu ul {
  list-style: none;
}

#page #header #topmenu ul li {
  display: inline;
  padding: 33px 0 0 0;
  text-align: right;
}

#page #content {
  text-align: right;
}


#page #content #text {
  position: absolute;
  top: 285px;
  left: 100px;
  width: 350px;
	height: 325px;
	float: left;
	overflow: auto;
	padding: 15px;
	text-align: left;
	background-color: #fff;
  font-size: 0.8em;
}
