*{
	margin:0;
	padding:0;
	position:relative;
}

img{
	border:0;
}

* html img {
 	behavior: url('pngbehavior.htc');
}

a{
	color:#1c4483;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

body{
	text-align:center;
	font:12px Arial, Verdana, Sans-Serif;
	background:url('../images/background.png') 0 0 repeat-x #33578e;
	color:#6a6a6a;
}

.page{
	width:765px;
	margin:0 auto;
	text-align:left;
	padding-top:30px;
}

.clear{
	clear:both !important;
}

.center{
	text-align:center;
}

.textleft{
	text-align:left;
}

.textright{
	text-align:right;
}

.alignleft{
	float:left;
}

.alignright{
	float:right;
}

h1, h2, h3, h4, h5{
	color:#2f6799;
}

h1{
	font-size:30px;
}

h2{
	font-size:16px;
	letter-spacing:-0.5px;
}

h3{
	font-size:13px;
}

body:after, .navi:after, .content:after, .mcol:after{
	content:'';
	display:block;
	clear:both;
}

.header{
	background:url('../images/page-header.gif') 0 30px repeat-x;
	height:140px;
}

.home .header{
	background:url('../images/header.jpg') 0 30px no-repeat;
	height:280px;
}

.logo{
	float:left;
	z-index:255;
	color:#fff;
	font-size:24px;
	width:254px;
	text-transform:uppercase;
}

.navi{
	float:right;
	margin-right:5px;
	zoom:1;
}

.navi li{
	display:inline;
	float:left;
}

.navi li a{
	float:left;
	background:#fff;
	padding:10px 10px 7px;
	margin-right:2px;
	font-weight:900;
}

.navi li a:hover, .navi li a.act{
	background:#fbe755;
}

.header h1{
	float:left;
	padding:20px 0 0 15px;
}



.mcol{
	margin-top:-18px;
	padding:20px 0 50px;
	background:#fff;
	position:static;
	zoom:1;
}

.home .mcol{
	margin-top:0;
}

.part{	
	float:left;
	width:215px;
	padding:0 20px;
}

.content{
	float:left;
	padding:0 20px 0 275px;
	zoom:1;
}

.home .content{
	background:url('../images/home-separator.gif') 50% 0 repeat-y;
	padding:0;
}

.content h2{
	margin-bottom:15px;
}
.content h3 {
	margin-bottom:5px;
}
/*.content h4 {
	margin:10px 0;
}*/
.success {
	font-size:12px;
	margin:50px 0 10px 0;
	font-weight:normal;
	font-style:italic;
}
.content p{
	margin-bottom:20px;
}
.content blockquote {
	padding:8px 10px;
	border-bottom:dotted thin #ccc;
	margin-bottom:10px;
}

.answer {
	background:#EEEEEE;
	margin-left:20px;
	margin-bottom:20px;
	padding:5px 15px 3px 15px;
}
.content li{
	margin-bottom:10px;
}

.content ul li{
	list-style-type:none;
	background:url('../images/bullet.gif') 0 50% no-repeat;
	padding-left:20px;
}
.faq ul {
	margin:10px 0;
}
.faq ul li{
	list-style-type:none;
	background:none;
	padding-left:5px;
	margin-bottom:5px;
}
.faq ul li a {
	text-decoration:underline;
}
.faq ul li a:hover {
	text-decoration:none;
}
.footer{
	font-size:10px;
	padding:10px;
	color:#fff;
	zoom:1;
}

.footer a{
	color:#fff;
}
/*---------Text Menu ------------*/
.navi-bottom{
	float:left;
}

.navi-bottom li{
	display:inline;
	float:left;
	text-transform:uppercase;
	padding:0 3px;
}
.navi-bottom li a {
	text-decoration:none;
}
.navi-bottom li a:hover, .navi-bottom li a.act {
	text-decoration:underline;
}

.copy{
	float:right;
}

.sidebar{
	float:left;
	width:215px;
	padding:0 20px;
	margin-right:-100%;
	z-index:10;
}

.sidebar h2{
	color:#51876a;
}

.sidebar .green{
	background:#c4e7af;
}

.sidebar{
	line-height:25px;
}

.sidebar .text{
	padding:20px;
}
.sidebar ul {
	list-style:disc;
	margin-left:5px;
}
