/* Typography of the website*/
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #FFFFFF;
}
a {
	color: #FFFFFF;
	text-decoration:none;
}
a:hover {
	color: #CCCCCC;
}

ul#nav_main li {
	font-size: 20px;

}
ul#nav_main li a.active {
	color:#BB5E00;
}

div#content ul li.first  h3 {
	margin-top: 38px;
	text-align:center;
}
div#content ul li.first  h4 {
	text-align:center;
}
h2{
	color:#BB5E00;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 20px;
}
h3 {
	color:#000000;
	font-size: 16px;
	padding: 5px 0 5px 0;
	font-weight: bold;
}
h4 {
	color:#FFFFFF;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 16px;
}
h5 {
	color:#333333;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;	
}
h6 {
	color:#BB5E00;
	letter-spacing: 1px;
	font-weight: bold;
	font-variant:small-caps;
}
p a {
	color: #BB5E00;
	text-decoration: none;
}
p.intro {
	margin: 10px 100px 10px 5px;
	font-size: 0.9em;
	font-weight: bold;
}
p a:hover {
	color:#BB5E00;
	text-decoration: underline;
}
p strong {
	font-weight: bold;
}
p em {
	font-style:italic;
}
p img {
	float: right;
}
div#white p, div#news_text p{
	margin: 5px 0 5px 0;	
}
div#white h4 {
	color: #BB5E00;	
}
div#news_text h2{
	margin: 0;	
}
div#news_text h3{
	margin: 0;	
}
div#news_text h4{
	margin: 0;	
}
