
/* HTML ElEMENTS & STYLE */

/* Body */

	body, font {
		margin:0; padding:0;
		font: 9pt/2 Verdana, Arial, sans-serif;
	}

/* Headings & Hyperlinks */

	h1 {
		font-family: Trebuchet MS, sans-serif;
		font-size: 140%;
		line-height: 140%;
		color: #00833b;
		font-weight: normal;
	}

	h2 {
		font-family: Trebuchet MS, sans-serif;
		font-size: 125%;
		line-height: 125%;
		color: #00833b;
		font-weight: normal;
	}

	h3 {
		font-family: Trebuchet MS, sans-serif;
		font-size: 110%;
		line-height: 110%;
		color: #48a9d6;
	}

	h4 {
		font-family: Trebuchet MS, sans-serif;
		font-size: 100%;
		line-height: 100%;
		color: #00833b;
	}
	
	strong {
		color:#48a9d6;
	}

	a:link, a:visited { color:#48a9d6; text-decoration:none; outline: none; }
	a:hover, a:active { color:#00833b; text-decoration:underline; outline: none; }

	#footer a:link, #footer a:visited { color:#fff; text-decoration:none; outline: none; }
	#footer a:hover, #footer a:active { color:#003333; text-decoration:underline; outline: none; }
	
	#right a:link, #right a:visited { color:#003333; text-decoration:underline; outline: none; }
	#right a:hover, #right a:active { color:#003333; text-decoration:underline; outline: none; }
	
/* Lists */

	li { padding: 0;}
	
	ul, ol { 
		padding-left: 2em;
		margin-left: 0;
	}
	
	ul#board {
		list-style-type: none;
		padding-left: 0;
	}
	
/* Images */

	.image-right {
		float: right;
		margin: 0.25em 0 0 1.5em;
		padding: 3px;
		border: 1px solid #c9c9c9;
		background-color: #efefef;
	}

	.image-left {
		float: left;
		margin: 0.25em 1.5em 0 0;
		padding: 3px;
		border: 1px solid #c9c9c9;
		background-color: #efefef;
	}
	
	.image {
		margin: 1em 0 0;
		padding: 3px;
		border: 1px solid #c9c9c9;
		background-color: #efefef;
	}