@charset "utf-8";

p {
	padding:0 0 5px 0;
	margin:0;
	font:1em Georgia, "Times New Roman", Times, serif;
	color:#000000;
}
h1 {
	padding:0;
	margin:0;
	font:2em Georgia, "Times New Roman", Times, serif;
	color:#005494;
}
h2 {
	padding:0;
	margin:0;
	font:1.3em Georgia, "Times New Roman", Times, serif;
	color:#005494;
}
h2 strong {
	font-size:1.5em;
}
h3 {
	padding:0;
	margin:0;
	font:1.2em Georgia, "Times New Roman", Times, serif;
	color:#005494;
}
ol {
	font:1em Georgia, "Times New Roman", Times, serif;
	color:#000000;	
}
ul {
	font:1em Georgia, "Times New Roman", Times, serif;
	color:#000000;
	margin:5px 0 5px 10px;
	padding:0 0 0 10px;
}
#top {
	position:relative;
	background:transparent url(../images/inner_top.jpg) left no-repeat;
	height:152px;
}
#logo {
	position:relative;
	background:transparent url(../images/inner_logo.jpg) left no-repeat;
	height:169px;
}
.oneColFixCtr #mainContent {
	background:transparent url(../images/inner_content.jpg) no-repeat;
	height:367px;
	padding:0;
}
#title {
	padding:5px 0 5px 130px;
}
#leftcol {
	width:290px;
	padding:0 0 0 130px;
	float:left;
}
#rightcol {
	width:290px;
	padding:0 120px 0 0;
	float:right;
}
#home  {
   visibility: visible;
   position: absolute;
   left: 254px;
   top: 110px;
   z-index: 7;
   width: 76px;
   height: 31px;
}

#home a  {
   background: url(../images/b-home.jpg) no-repeat 0% 0px;
   display: block;
   height: 31px;
   width: 76px;
   font-size: 31px;
   line-height: 31px;
}

#home a:hover  {
   background-position: -76px 0%;
}
