/*
	Gabriele Garulli
	gabriele_garulli@hotmail.com
	16-08-2009
*/

body
{
	background-color:#2e436a;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a
{
	outline:none;
}
a:visited
{
	color:#FFFFFF;	
}

.text a, .text a:visited{color:#2e436a; font-weight:bold;}

.header
{
	width:800px;
	margin:0 auto 0 auto;
}

.logo
{
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	height:200px;
	width:800px;
}

.banner a
{
	display:block;
	height:200px;
	width:180px;
	text-indent:-9999px;
}

.banner
{
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
	height:386px;
	width:800px;
	border-top:#329791 1px solid;
}

.container
{
	width:840px;
	margin:0 auto 0 auto;
	background-image:url(../images/menu_bottom.gif);
	background-position: left bottom;
	background-repeat:no-repeat;
}

.menu
{
	width:200px;
	float:left;
	/*background-color:#329791;*/
	background-image:url(../images/menu_top.gif);
	background-position: left top;
	background-repeat:no-repeat;
}
/*
.menu ul
{
	list-style:square;
	color:#2e436a;
}

.menu ul li a
{
	color:#FFFFFF;
}
*/
.content
{
	width:620px;
	background-color:#FFFFFF;
	float:left;
	min-height:450px;
}
.text table
{
	margin:0;
	padding:0;
}
/*
.content img
{
	border-bottom:#97cac7 solid 1px;
}
*/
.content h2
{
	font-size:16px;
	color:#2e436a;
	text-transform:uppercase;
}

.content h3
{
	font-size:18px;
	color:#2e436a;
	border-bottom:#97cac7 solid 1px;
	background-color:#329791;
	/*border-right:#97cac7 solid 1px;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color: #FFFFFF;
	/*background-image:url(../images/h3.gif);*/
	background-position:bottom;
	background-repeat:repeat-x;
	font-style:italic;
	padding:0 10px 0 10px
}

.content marquee
{
	font-size:18px;
	color:#2e436a;
	border-bottom:#97cac7 solid 1px;
	/*border-right:#97cac7 solid 1px;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color: #2e436a;
	background-image:url(../images/h3.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	font-style:italic;
	/*padding:0 10px 0 10px*/
}

.text
{
	margin:20px 20px 20px 20px;	
}

/*.text img
{
	border-top:1px dashed #2e436a;
	border-bottom:1px dashed #2e436a;
}
*/
.clear
{
	clear:both;
	height:0px;
}

.footer
{
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	background-color:#e5e5e5;
	width:800px;
	height:175px;
	margin:0 auto 0 auto;
}

.footer_menu
{
	float:left;
	width:586px;
	margin:70px 0 0 0;
	font-size:10px;
	text-align:center;
}

.footer_menu a
{
	text-decoration:none;
	color:#2e436a;
}

.footer_menu a:hover
{
	text-decoration:underline;
	color:#2e436a;
}

.footer_logo a
{
	float:left;
	display:block;
	height:100px;
	width:150px;
	text-indent:-9999px;
}
h3.succes
{
	background-color:#329791;
	text-align:center;
	height:25px;
	line-height:25px;
	color:#ffffff;
}
h3.failure
{
	background-color:red;
	text-align:center;
	height:25px;
	line-height:25px;
	color:#ffffff;
}
.date
{
	color:#2e436a;
	font-weight:bold;
}
.citation
{
	font-style:italic;
	font-weight:bold;
	text-align:center;
}
.text a
{
	text-decoration:none;
	color:#2e436a;
}
.text a:hover
{
	text-decoration:underline;
	color:#2e436a;
}
.text ul
{
	list-style:square;
}
.box_quote
{
	background-image:url(../images/bg_quote_start.gif);
	background-repeat:no-repeat;
	background-position: 3px 7px;
	background-color:#f0f0f0;
	border:#97cac7 solid 1px;
	padding: 10px 0 10px 30px;
}
.quote
{
	font-style:italic;
	background-image:url(../images/bg_quote_end.gif);
	background-repeat:no-repeat;
	background-position: bottom right;
	padding: 0 30px 0 0;
}
.on
{
	text-decoration:underline;	
}