body{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	text-align: center;	
}

#wrapper{
	margin: 0 auto;
	text-align: left;
	padding: 10px 0px 0px 0px;
	width: 850px;
	background: transparent url(imgs/header.jpg) no-repeat top left;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
}

#content{
	clear: both;
}

#footer{
	margin: 30px 10px 10px 10px;
	border-top: 1px solid #5191bc;	
	color: #64a9d2;
}

#footer p
{
	font-size: 11px;
	margin-top: -15px;
	vertical-align: top;
}

#footer img
{
	vertical-align: bottom;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #64a9d2;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #012D6C;
}

p{
	font-size: 10px;
	line-height: 1.6em;	
}

em{
	font-size: 12px;
	color: #64a9d2;
}

a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}

a:link {
	color: #64a9d2;
}

a:visited {
	color: #64a9d2;

}

a:hover {
	color: #CCCCCC;
}

a:active {
	color: #64a9d2;
}

p.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;

}
p.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: 140%;


}
p.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #012D6C;
	margin-bottom: -10px;
}
p.link {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

.float_left{
	float: left;
}

.float_right{
	margin-left: 10px;
	float: right;
}

p .link_deco{
	color: #64a9d2;
	padding: 2px 16px 2px 0px;
	background: transparent url( imgs/link_dot.gif) no-repeat right center;
}

hr{
	border: 0px;
	height: 1px;
	background-color: #DDD;
}

.nav_pad{
	float: left;
	width: 270px;
	height: 100px;
	
}

.main_nav{
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
	width: 110px;
	font-size: 12px;
	font-wieght: bold;
	margin-top:6px;
}


.main_nav ul{
	margin: 0px;
	padding: 0px;
}

.main_nav li{
	margin: 0px;
	padding: 0px;
}

.main_nav a:link
{
	color: #FFF;
}
.main_nav a:visited
{
	color: #FFF;
}
.main_nav a:hover
{
	color: #64a9d2;
}
.main_nav a:active
{
	color: #FFF;
}
