﻿body
{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	margin: 20px 0px 20px 0px;
}

a
{
color: #2a6098;
text-decoration:underline;		
}

a:hover{
	text-decoration:none;	
}

a:active{
	text-decoration:none;	
}

hr
{
	border: 0px;
	border-top: 1px #bfd7ee solid;
	height:1px;
	background-color: #bfd7ee;
}

h1{
	color: #7dadde;
	font-size:24px;
	font-weight:normal;
}
h2{
	color: #7dadde;
	font-size:16px;
	font-weight:normal;
}


div{
	/*border:1px red solid;*/
}

.hdr
{
	width:100%;
	border-bottom: 1px #bfd7ee solid;
	height: 100px;
	text-align:center;
	margin-bottom:30px;
}

.hdr_inner
{	
	width: 770px;
	height: 100px;
	position:relative;
	margin:auto;
}

.hdr_menu
{
	position:absolute;
	bottom:0px;
	left:0px;	
	padding-bottom:5px;
	text-align:left;
}

.hdr_logo
{

	border-left: 1px #bfd7ee solid;
	padding-left:10px;
	position:absolute;
	bottom:0px;
	right:0px;	
	padding-bottom:5px;
}

.hdr_menu_item a
{
	margin-right: 1em;
	font-size: 14px;
	color:#3779be;
	text-decoration:none;
	font-weight: bold;
}

.hdr_menu_item a:hover
{
	text-decoration:underline;
}

.hdr_menu_item a:active
{
	text-decoration:underline;
}


.content
{
	width:100%;
	text-align:center;

}

.content_inner
{
	width: 770px;
	margin:auto;
	text-align:left;
}


.ftr
{
	margin-top:30px;
	width:100%;
	text-align:center;

}

.ftr_inner
{	
	border-top: 1px #eaeaea solid;
	padding-top: 0.5em;
	width: 770px;
	margin:auto;
	text-align:left;
	color: #C0C0C0;
	font-size: 10px;
}
.ftr_inner a
{
	color: #C0C0C0;	
}


ul.list_style1
{
	list-style-image:url('images/li_star.gif');
	list-style-position:outside;
}

ul.list_style1 h1
{
	margin:0px;
	padding:0px;	
	vertical-align:middle;
	font-size: 16px;	
	line-height:25px;
}

ul.list_style1 li
{
margin-top:1.5em;
}


