@charset "utf-8";
/* CSS Document */
#content {
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	background-color: #FFFFFF;
	margin: 0px 10px 0px 10px;
	text-align: justify;
	color: #130786;
	width: auto;
	Padding: 15px 15px 15px 15px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #130786;
	border-right-color: #130786;
	border-bottom-color: #130786;
	border-left-color: #130786;




}


#content p {
	text-align: justify;
	line-height: 1.5em;
	padding-left: 10px;
	width: auto;
	border-left-width: 2px;
	padding-right: 10px;



}

#rightcontent p {
	text-align: justify;
	line-height: 1.5em;
	padding-left: 3px;
	width: auto;

	padding-right: 3px;



}
pre {
 overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
 white-space: pre-wrap; /* css-3 */
 white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
 white-space: -pre-wrap; /* Opera 4-6 */
 white-space: -o-pre-wrap; /* Opera 7 */
 /* width: 99%; */
 word-wrap: break-word; /* Internet Explorer 5.5+ */
}

/*pre {
 white-space: pre-wrap;       
 white-space: -moz-pre-wrap;  
 white-space: -pre-wrap;     
 white-space: -o-pre-wrap;   
 word-wrap: break-word;      
}*/

#content pre {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;

	text-align: left;
	line-height: 1.5em;
	padding-left: 10px;
	width: auto;
	border-left-width: 2px;
	padding-right: 10px;



}


#content a {color:#FF0000;
	text-decoration: none;

}


#content img.illus {
	float: left;
	margin: 1em 1em 1em 0;
	border: #FF0000;
}

#content img.sunflower {
	float: left;
	margin: 0 1em 1em 0;
	border: #FF0000;
}

#content img.illus2 {
	float: right;
	margin: 1em 0 1em 1em;
	
}

#content img.illus-centre {

margin: 0 auto 0 auto;
text-align: center;

}




#content h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 2em;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-left: 10px;
	margin: 10px;
	background-color: #130786;
}
#content h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 2em;
	color: #003366;
	padding-left: 10px;
	margin: 10px;
	text-decoration: underline;
}

#content h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5em;
	color: #9d0000;

}

#content h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
	line-height: 2em;
	color: #ffffff;
	background-color: #9D0000;
	padding-left: 10px;
	margin: 10px;

	
}


#rightcontent p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	background-color: #FFFFFF;
	color: #036;
	
}

#footer p {
	text-align: justify;
	line-height: 1.5em;
	padding-left: 10px;
	width: auto;
	border-left-width: 2px;
	padding-right: 10px;



}
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
	float: none;
	}
