@charset "UTF-8";
/* CSS Document */

img {border: none}
img a {border: none}

body,td,th {
	font-family: "Trebuchet MS" , Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-image: url(../shared/big-grassland.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p{font-size:12px; color:#333333; line-height:1.5em; margin:0 0 10px 0; padding:0;}

a:link {color: #11645D;text-decoration: none;}
a:visited {text-decoration: none;color: #11645D;}
a:hover {text-decoration: underline;color: #3ABD88;}
a:active {text-decoration: none;color: #11645D;}

h1 {font-size: 18px;color: #11645D;line-height:24px; margin:0 0 5px 0; padding:0;}
h2 {font-size: 16px;color: #11645D;line-height:22px; margin:0 0 5px 0; padding:0;}
h3 {font-size: 14px;color: #11645D;line-height:20px; margin:0 0 5px 0; padding:0;}
h4 {font-size: 13px;color: #11645D;line-height:18px; margin:0 0 5px 0; padding:0;}
h5 {font-size: 11px;color: #11645D;line-height:15px; margin:0 0 5px 0; padding:0;}
h6 {font-size: 9px;color: #11645D;line-height:13px; margin:0 0 5px 0; padding:0;}


.navigation a:link {text-decoration: none; font-weight:bold;color: #11645D; font-size:1em; line-height:1.2em;}
.navigation a:visited {text-decoration: none;font-weight:bold; color: #11645D; font-size:1em; line-height:1.2em;}
.navigation a:hover {text-decoration: none;font-weight:bold; color: #3ABD88; font-size:1em; line-height:1.2em;}
.navigation a:active {text-decoration: none;font-weight:bold; color: #11645D; font-size:1em; line-height:1.2em;}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;height:0;font-size: 1px;line-height: 0px;}

#container {
	width:769px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
	background-color:#ffffff;
	border: 1px solid #11645D;
}


ul{
border:0;
margin:0 0 0 -12px;
list-style:none;/* basically, don't use list style, because you cannot control the position of the list image */
padding:0; /* Make padding 0 so it won't display the extra gap to the left in Firefox*/
}

ul li
{/*The first setting will apply to all browsers*/
 /*The second setting will only apply to Microsoft IE browsers*/
/*The third setting will only apply to IE browsers 6.0 and older*/

border:0; background:url(../images/bullet.png) no-repeat top left; /*adjusts the bullet 3px from top.*/padding:0 0 0 20px;/* space for your GIF image */font-size:12px;line-height:18px;margin-top:3px;margin-left:15px; color:#333333;} /*display:inline-block;*/


ol{margin:0 0 0 23px; padding:0;}
ol li{margin-top:7px;line-height:18px;}