body {
	background-color: #6183ad;
	text-align:center;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
}

/* Main - Elements*/
.wrap{
	border-left: 3px;
	border-left-color:#20395c;
	border-left-style:solid;

	background-color:#385585;

	border-right: 3px;
	border-right-color:#20395c;
	border-right-style:solid;

	width:760px;

	margin:0px auto;
	text-align:left;
	overflow:hidden;
}

.title{
	background-image: url(img/header_fin.png);
	width:760px;
	height:95px;
	background-repeat: no-repeat;
}

.content {
	background-color:#FFFFFF;
	width:549px;
	float:right;
	color: #616161;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}

p{
	font-size: 12px;
	line-height: 20px;
}

table{
	font-size: 12px;
	line-height: 20px;
}

ul{ list-style-type:square;
	font-size: 12px;
	line-height: 20px;
}

.navImage2{	border:1px solid white;
			margin: 16px;
			margin-top: 20px;
			padding: 20px;
			background-image: url(img/side1.jpg);
			width:95px;
			height:95px;

			background-repeat: no-repeat;
			background-position: center;
}

.navImage3{	border:1px solid white;
			margin: 16px;
			margin-top: 20px;
			padding: 20px;
			background-image: url(img/side2.jpg);
			width:95px;
			height:95px;

			background-repeat: no-repeat;
			background-position: center;
}

.navImage1{	border:1px solid white;
			margin: 16px;
			margin-top: 50px;
			padding: 20px;
			background-image: url(img/side3.jpg);
			width:95px;
			height:95px;

			background-repeat: no-repeat;
			background-position: center;

}

a{color:#6183ad;}

a:HOVER{color:#838f96;
		text-decoration: none;
}

h1 {
	padding: 2px;
	font-size: 145%;
	color: #6183ad;
	background-color:#d7e5ef;
	border-bottom:1px solid #aec4de;
	border-top:1px solid #aec4de;
	border-right: 20px solid #6183ad;
}

h2{
	color: #6183ad;
	background-color:#d7e5ef;
	border-bottom:1px solid #aec4de;
	border-top:1px solid #aec4de;
	border-right: 20px solid #6183ad;
	margin-top: 5px;
	font-size: 14px;
	font-weight: normal;
}

.navigation{
	width:171px;
	float:left;
	padding-top: 25px;

	font-size:13px;
}

a.item{
	 color:#FFFFFF;
	 display:block;
	 border-bottom:1px solid white;
	 background-color:#385585;
 	 padding: 5px;
 	 text-decoration:none;
}

a.item:ACTIVE, a.item:HOVER {
	 background-color:#c9dcea;
 }
