@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.5em Georgia, "Times New Roman", Times, serif;
	color:#005494;
}
h2 strong {
	font-size:1.7em;
}
h3 {
	padding:0;
	margin:0;
	font:1.1em Georgia, "Times New Roman", Times, serif;
	color:#005494;
}

#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 120px 0 180px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#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%;
}