/* CSS Document */

* { /* set margin and padding to zero in ALL page elements to avoid browser variations */
	padding:0;
	margin:0;
} 

html { /* give FF a scrollbar ALWAYS, even if the page ends above the fold */
	min-height:100%;
	margin-bottom:1px;
}

body {
	background-color: #ffffff;
	background-image: url(_img/Erice2008_header-bg.png);
	background-position: top;
	background-repeat: repeat-x;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h1{
	font-size: 200%;
}
h2 {
	font-size: 120%;
}
p {
	line-height:1.8;
}

a {
	color:#297d2a;
}

a:hover {
	color:#389130;
	text-decoration:none;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container { /* Main container */
	background-color:#f1f1f1;
	width:770px;
	margin:0 auto 0 auto;
}

#masthead { /* Logo, etc */
	width:770px;
	margin:10px auto 0 auto;
	position:relative;
}

#content { /* left container */
	float:left;
	width: 470px;
	padding: 0 25px 0 25px;
	min-height: 300px;
}
#sidebar { /* right sidebar */
	float:right;
	width:200px;
	padding: 0 25px 0 25px;
}
#footer {
	background-color:#f1f1f1;
	width:720px;
	margin:0 auto 5px auto;
	padding: 0 25px 0 25px;
	border-top:1px dashed #333333;
	text-align:center;
	font-size:9px;
	color:#bbb;
}
#footer a, #footer a:visited {
	font-size:9px;
	font-weight: bold;
	color:#bbb;
	text-decoration:none;
}
#footer a:hover {
	font-size:9px;
	font-weight: bold;
	color:#297d2a;
	text-decoration:underline;
}

/***********************************************/
/* Specific TEXT formatting                    */
/***********************************************/

#content h1 {
	text-align:left;
	color:#297d2a;
	border-bottom:1px dashed #333333;
	padding:15px 0 0 0;
	margin:0 0 6px 0;
}
#content h2 {
	text-align:left;
	font-size:120%;
	color:#333333;
	padding:15px 0 0 0;
}

#content p {
	text-indent:0px;
	padding:0 0 6px 0;
}

#content ol, #content ul {
	line-height:25px;
}

#content li {
	list-style-image:url(../_images/bkg/SIBBM_li_bullet.gif);
	margin-left:40px;
}

#sidebar h1 {
	text-align:right;
	color:#297d2a;
	border-bottom:1px dashed #333333;
	padding:15px 0 0 0;
}
#sidebar h2 {
	font-size: 150%;
	font-weight:bold;
	text-align:right;
	color:#297d2a;
	padding:15px 0 0 0;
}
#sidebar h3 {
	padding:15px 0 0 0;
	text-align:right;
	font-size: 120%;
}


/* Footer */

/* Other styles */
.SmallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	}
.SmallText a, .SmallText a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #296fa3;
	text-decoration:none;
	}
.SmallText a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #f60000;
	text-decoration:none;
	}
.SIBBM_small_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}
.SIBBM_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #296fa3;
}
.red{color: #ee0000; }


.error_highlight {
	color: #ee0000;
	}

/* temporarily disabled */
/*
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #ddd;
	border: 1px solid #fff;
	line-height: normal;
}
*/