@charset "utf-8";

body {

	background-image: url(../images/bg.jpg);

	background-repeat: no-repeat;

	background-position: center top;

	background-color: #1092A2;

	margin: 0px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

}

a {

	color: #1092A2;

}

a:hover {

	text-decoration: none;

}



img {

	display: block;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

}

h1 {

	margin: 0px;

	color: #1093A5;

	font-size: 25px;

	font-style: italic;

}





.wrapper {

	width: 720px;

	margin: 0 auto;

}

.nav {

	background-color: #000000;

	margin: 0 0 5px 0;

}



.nav img {

	display: inline;

}

.form {

	background-image: url(../images/yellow-bg.gif);

	background-repeat: repeat-x;

}

.content {

	background-color: #FFFFFF;

	background-image: url(../images/bg-content.jpg);

	background-repeat: repeat-x;

	background-position: top;

}

.onecol {

	padding: 10px;

}

.col-left {

	float: left;

	width: 280px;

	padding: 0 8px 30px 8px;

	border-right-width: 1px;

	border-right-style: dashed;

	border-right-color: #000000;

	margin: 30px 0 0 0;

}

.col-right {

	float: left;

	width: 410px;

	padding: 40px 0 30px 5px;

}

.feature-offer {

	background-image: url(../images/featured-bg.gif);

	background-repeat: no-repeat;

	height: 148px;

	width: 410px;

	margin-bottom: 20px;

	font-size: 10px;

}





p {

	text-align: justify;

}

.footer {

	text-align: center;

	padding: 0 10px 10px 0;

	color: #FFFFFF;

	font-size: 10px;

}

.footer a {

	color: #FFFFFF;

}

.clear {

	clear: both;

}

.list-proposal li{
	list-style-image:url(../images/list_img.gif);
	line-height:135%;
	margin:5px 0px;
	padding-left:10px;
}