@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	background: url(../assets/back_front.png) no-repeat center top;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.margine_table_body {
	padding-right: 20px;
	padding-left: 20px;
}

.margine_top_20 {
	margin-top: 20px;
}

.margine_top_10 {
	margin-top: 10px;
}

.margine_top_5 {
	margin-top: 5px;
}

.margine_top_0 {
	margin-top: 0px;
}
.margine_bottom_20 {
	margin-bottom: 20px;
}

.margine_bottom_10 {
	margin-bottom: 10px;
}

.margine_bottom_5 {
	margin-bottom: 5px;
}

.margine_bottom_0 {
	margin-bottom: 0px;
}

p {
	text-align: justify;
}
ul {
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 18%;
}
li {
	margin-top: 0px;
	padding-top: 0px;
}
h3,h2,h1 {
	margin-bottom: 6px;
}



a.StandardLink {
	color: #2446B9;
	text-decoration: underline;
}
a.StandardLink:visited {
	color: #1F2181;
}
a.StandardLink:hover {
	color: #024AB5;
	text-decoration: none;
	background-color: #FEF0B1;
} 


a.bottom_links {
	color: #034F87;
	text-decoration: underline;
	font-weight: bold;
	margin-top: 40px;
}
a.bottom_links:visited {color: #1F2181; text-decoration: none;}
a.bottom_links:hover {
	color: #000066;
	text-decoration: none;
	background-color: #BAE1FE;
} .margine_front_h1 {
	padding-top: 20px;
	text-align: center;
}
#topbar {
	width: 710px;
	margin: 60px auto 0;
}
#nav {
	width: 710px;
	margin: 47px auto 0;
	height: 32px;
}
#body {
	width: 820px;
	margin: 30px auto 0;
}
#bottom {
	width: 800px;
	margin: 15px auto 0;
	height: 180px;
}
.bottomlinks {
	font-size: 11px;
	text-align: center;
	line-height: 10px;
	color: #034F87;
	margin-top: 11px;
	margin-bottom: 11px;
}
.botlinks_top {
	padding-top: 15px;
}
#bottom_container {
	background-image: url(../assets/back_front_bottom.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	background-position: center top;
	height: 317px;
}
.p_front_body {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.tour_button {
	margin-top: 30px;
	margin-bottom: 30px;
}
.two_buttons {
	margin-top: 10px;
	margin-bottom: 20px;
}
