body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color:#ffffff;
background-image:url(../images/bgmain.jpg);
background-position:center top;
background-repeat:repeat-x;
/*background-repeat:no-repeat;*/
font-family:Arial;
font-size: 14px;
line-height:18px;
}

html {
	margin:auto;
	text-align:center;
	}
	
#bod {
	width:960px;
	margin:auto;
	text-align:center;
}

#top {
	width:960px;
	margin:auto;
	text-align:center;
}

#nav {
	width:960px;
	margin-top:17px;
	text-align:center;
	background-color:#004C85;
}

#banner {
	width:960px;
	margin:auto;
	height:307px;
	margin-top:9px;
	text-align:center;
}

#contentbox {
	width:960px;
	margin:auto;
	margin-top:35px;
	text-align:center;
}

#contentrepeat {
	width:960px;
	text-align:center;
	margin:auto;
	background-image:url(../images/subpagebgrepeat.jpg);
	background-position:top center;
	background-repeat:repeat-y;

}


#content {
	text-align:left;
	margin:auto;
	padding:30px;
	background-image:url(../images/subpagebg.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;

}


#boxcontent {
	width:960px;
	height:300px;
	margin:auto;
}

#boxa {
	width:278px;
	height: 119px;
	margin:auto;
	text-align:left;
	float:left;
	background-image:url(../images/upcoming-box.jpg);
	background-repeat:no-repeat;
	padding-left: 15px;
	padding-top: 170px;
}

#boxb {
	width:278px;
	height: 119px;
	margin-right:40px;
	margin-left:40px;
	text-align:left;
	float:left;
	background-image:url(../images/eachday-box.jpg);
	background-repeat:no-repeat;
	padding-left: 15px;
	padding-top: 170px;
}

#boxc {
	width:279px;
	height: 119px;	
	margin:auto;
	text-align:left;
	float:left;
	background-image:url(../images/aboutBarge-box.jpg);
	background-repeat:no-repeat;
	padding-left: 15px;
	padding-top: 170px;
}

#footer {
	width:960px;
	height:50px;
	margin-top:50px;
}

.base {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004377;
}

.base a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004377;
	font-weight:bold;
	text-decoration: none;
}

.base a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004377;
	font-weight:bold;
	text-decoration: none;
}

.base a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#004377;
	text-decoration: underline;
}

.base a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004377;
}

.contentlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004377;
	text-decoration: none;
}

.contentlink a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004377;
	text-decoration: none;
}

.contentlink a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004377;
	text-decoration: none;
}

.contentlink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#004377;
	text-decoration: underline;
}

.contentlink a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004377;
	text-decoration: none;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight:bold;
	color: #004377;
}

.title a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight:bold;
	color: #004377;
	text-decoration:none;
}

.title a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight:bold;
	color: #004377;
	text-decoration:underline;
}


.smalltitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #004377;
}

.quotenames {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #004377;
}

.smallgreytitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#333333;
}

/* Added by Anibal, we need it for gallery */
.white2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 5px;
}

a.info{
    position:relative; /*this is the key*/
    z-index:24;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25;}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    text-align: left;
	padding: 5px;}
	
.quotes {
font-size:14px;
}