@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/design/background.jpg);
	/* background-attachment: fixed; */
	font-size: 62.5%;
	}
	
*html body {
	height: 100%;
	}	
	
h1 {
	font-family: "Gill Sans", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, Arial, sans-serif;
	font-size: 3.6em;
	font-weight: 300;
	color: #347916;
	letter-spacing: -0.1em;
	margin-top: 0;
	margin-bottom: 15px;
	}
	
h2 {
	font-family: "Gill Sans", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #372A0F;
	letter-spacing: 0.2em;
	margin-bottom: -0.8em;
	}

h3 {
	font-family: "Gill Sans", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: 900;
	font-style: oblique;
	color: #961B1E;
	margin-bottom: -0.8em;
	}

h4 {
	font-family: "Gill Sans", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	font-style: bold;
	margin-bottom: -1.0em;
	color: #372A0F;
	}

h5 {
	font-family: "Gill Sans", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	margin-top: 0.4em;
	margin-bottom: -0.9em;
	color: #961B1E;
	}

h6 {
	font-family: "Gill Sans", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #347916;
	letter-spacing: 0.1em;
	margin-bottom: -0.9em;
	}
	
p {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1.2em;
	line-height: 150%;
	}

p.white {
	display: block;
	padding: 10px;
	margin: -10px;
	background-color: #FFFFFF;
	line-height: 100%;
	}

p.news {
	line-height: 200%;
	font-size: 1.0em;
	}		
	
a {
	color: #347916;
	}	
	
a.news {
	color: #347916;
	font-weight: bold;
	text-decoration: none;
	}
	
a.news:hover {
	color: #961B1E;
	}
	
#footer {
	font-family: Helvetica Nue, Helvetica, Geneva, Arial, sans-serif;
	font-size: 1.0em;
	color: #666666;
	letter-spacing: 0.1em;
	}	

.footer {
	color: #666666;
	text-decoration: none;
	}
	
a.footer:hover {
	color: #347916;
	text-decoration: underline;
	}
	
	
.inlinepic {
	border-right: #347916 10px;
	margin-right: 10px;
	}	
	
table {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1.2em;
	line-height: 150%;
	}
	