@charset "UTF-8";

/* swatches------------
 dark brown: #2f2418
 green" #8cc63f
 tab: #e7e5d4
 dark blue: #3b6e8f
 light blue: #b9c7d4
 grey: #787878
*/

body {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #3b6e8f;
	line-height: 21px;
}
h1 {
	
}
h2 {
	
}
h3 {
	font-size:24px;
	color: #787878;
}
h4 {
	
}
h5 {
	
}
h6 {
	
}
a:link, a:visited {
	color: #2f2418;
}
dt {
	font-weight: bold;
	font-size: 18px;
}
ul#nav a:link, ul#nav a:visited {
	color: white;
	text-decoration: none;
}
ul#nav a:hover, div#footer a:hover {
	color: #8cc63f;
}
#content ul {
	
}
#content li {
    font-weight: bold;
}
#footer { 
	color: white;
	line-height: 30px; 
}
#footer a:link, #footer a:visited {
	color: white;
}

/*--||home page||--*/
#intro h3.sub, #facts h3.sub { 
	color: #366e8f;
	font-size: 21px;	 
}
#facts {
	color:white;
}
#facts h3.sub { 

}

/*--||news page||--*/
.archive_title a {
	font-weight: bold;
	font-size: 21px;
	text-decoration: none;
}

/*--||contact page||--*/
span.error {
	color:red;
	font-size: 14px ;
}
#contact_text dt {
	font-weight: bold;
}


