
body {
	margin: 0;
	padding: 0;
	background: #000023;
/*	font-family: 'Roboto', sans-serif; */
	font-family: 'Rosario', sans-serif;
/*	font-family: 'Lucida Grande', geneva, verdana, helvetica, sans-serif; */
	font-size: 1em;
	color: #fff;
	text-align: left;
	background-image:url('/image/underwater-medium.png');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: 0 0 ; 
	border-top: 5px solid #0D5591;
}
h1,h2,h3,h4,h5 {
	font-family: 'Roboto', sans-serif;
}
p {
	margin: 0 0 15px 0;
	font-size: 20px;
	line-height: 26px;
}
a:link, a:active, a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #9f9fff;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 2px solid;
}
.container {
	background: transparent;
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.content {
	background: transparent;
	width: 90%;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
	padding: 0 0 5px 0;
	text-align: center;
}
.logo {
	margin: 0;
	padding: 1em 0 0 0;
	float: center;
}
.logo a:hover { 
	border:none;
	text-decoration: none;
} 

.sidebar .content {
		width: 100%;
}
.sidebar .logo {

}
.box {
	width: 66%;
	margin: 1em;
	padding: 2em;
	background: rgb(200, 200, 255) transparent;
	background: rgba(200, 200, 255, 0.3);
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: justify;
/*	border: 5px solid #0D5591; */
}
.box h1 {
	text-align: center;
}
.box a {
	color: #9f9fff;
	text-decoration: none;
	font-weight: bold;
}
.blue {
/* 	background-color: #0D5591; */
	background: rgb(156, 156, 255) transparent;
	background: rgba(156, 156, 255, 0.7);
}
.green {
/* 	background-color: #0D9155; */
	background: rgb(156, 255, 156) transparent;
	background: rgba(156, 255, 156, 0.7);
}
.red {
/* 	background-color: #910D55; */
	background: rgb(255, 156, 156) transparent;
	background: rgba(255, 156, 156, 0.7);
}
.right {
	float:right;
}
.left {
	float:left;
}
.center {
	text-align: center;
	width: 50%;
}
.both {
	width: 100%;
}

.menu ul {
	text-align: center;
	margin: 0;
	margin-top: 7px;
	list-style-type: none;
	padding: 0;
}
.menu ul li {
	font-size: 1.2em;
	display: inline;
}
.menu ul li a {
	padding: 3px 4px;
	background: rgb(200, 200, 255) transparent;
	background: rgba(200, 200, 255, 0.3);
	color: #fff;
	margin-right: 0px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.menu ul li.selected a {
	border-bottom: 0px solid #0D5591;
	border-top: 7px solid #0D5591;
	background-color: #0D5591;
	color: #fff;
}
.menu ul li a:hover {
	background: #0D5591;
	border-bottom: 0px solid #0D5591;
	/* border-top: 7px solid #0D5591; */
	color: #fff;
}
.menu ul li.unselectable a {
	border: 0px solid #eee;
	background-color: #eee;
	color: #ccc;
	/* display: none; */
}
.container .sections {
	margin-bottom: 10px;
}
.social {
	font-size: .8em;
}
.boxes {
	width:80%;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	z-index: 1; 
}
.box-small {
	width: 40%;
	text-align: center;
}
.big {
	font-size:1.2em;
	margin:10px;
}
.envelope {
	height: 200px;
	border-radius: 2px;
	z-index:0;
	text-align:center;
	width:100%;
}
.postal {
	z-index: 3; 
	position:relative; top: 5px; left: 175px;
}
.address {
	z-index: 1;
	position:relative; top: -20px; left: auto;
}
