@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background-color: #DAE6F1;
	color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a:visited {
	color: #FF0000;
}

#menu {
	position:absolute;
	width:849px;
	height:55px;
	z-index:1;
	top: 235px;
	padding-left: 50px;
	padding-right: 50px;
	left: 0;
}

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
float: left;
margin: 10px;
}

#nav-menu li a
{
background: url(images/menbg.png) #fff repeat-x;
height: 30px;
line-height: 30px;
float: left;
width: 145px;
display: block;
border: 1px solid #dcdce9;
color: #0d2474;
text-decoration: none;
text-align: center;
}

#nav-menu li a:hover {
background: none;
height: 30px;
line-height: 30px;
float: left;
width: 145px;
display: block;
border: 1px solid #dcdce9;
color: #0d2474;
text-align: center;
text-decoration: underline;
}

#nav-menu
{
width: 900px;
} 

p {
font-size: 14px;
text-align: left;
line-height: 17px;
}

#pb {
	position:absolute;
	width:346px;
	height:248px;
	z-index:1;
	left: 63px;
	top: 31px;
	font-size: 14px;
	font-weight: bolder;
	line-height: 17px;
}

h1 {
font: 30px bold;
color:#993300;
text-align: center;
}

h2 {
	font: 25px lighter;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
} 

h3 {
font-size: 14px;
text-align: center;
line-height: 17px;
}

.style1 {
	font-size: 8px
}

#p3 a
{
color:#666666;
text-decoration:none;
}

#p3 a:hover
{
color:#CCCCCC;
text-decoration:underline;
}
