body { 
	margin: 0px 5px 5px 5px;
	padding: 0px;
	background : #ffffff url(nav.gif) repeat-x scroll left top;
	font-family: Verdana, "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	}
#green {color: #93B06B;}
hr {
	border: 0px;
	height: 1px;
	background-color: #C3CFDB;
	color: #C3CFDB;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	}
hr#green {
	border: 0px;
	height: 1px;
	color: #93B06B;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	}
h1 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	color: blue;
	font-size: 20px
	margin-top: 14px;
	margin-bottom: 10px;
	font-weight: bold;
	text-decoration: none;
	}
h1#white{
	color: white;
}
h1#red{
	color: red;
}
h1#blue{
	color: blue;
}
h1#green{
	color: green;
}
h1#box {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-top: 0px;
	color: #333;
	background-color: #8FAEBE;
	text-decoration: none;
	}

h2 {
	color: #93B06B;
	font-size: 16px;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	margin-top: 5px;
	margin-bottom: 1px;
	font-weight: bold;
	text-decoration: none;
	}

h2#breadcrumbs a {
	font-weight: bold;
	text-decoration: none;
	}

.box2 {
	border: 1px solid #8FAEBE;
	margin-bottom: 10px;
	padding: 2px 3px 2px 3px;
	}
.box {
	margin-bottom: 5px;
	color: #333333;
	text-align:left; 
	text-decoration: none;
	background-color: #fcfcfc; 
	padding: 3px; 
	border-top: 1px solid #cccccc; 
	border-left: 1px solid #cccccc; 
	border-right: 1px solid #AAAAAA; 
	border-bottom: 1px solid #AAAAAA; 
	font-weight : bold;
	}

.box h4 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #FFF;
	background-color: #8FAEBE;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	}

.box ul {
	margin: 3px 0px 0px 0px;
	padding: 0px;
	}

.box li {
	font-size: 12px;
	list-style-type: none;
  background-image : url(ls3blue.gif);
  background-repeat : no-repeat;
  margin-left: 3px;
  padding-top : 0px;
  padding-left : 10px;
  text-indent : 0px;
	}

.box .list {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}

.news-box {
	border: 1px solid #9C6;
	margin-bottom: 15px;
	}

a {
	text-decoration:none;
	font-weight: bold;
	}

a#h2 {
	text-decoration: none;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 1px;
	font-weight: bold;
	color: #93B06B;
	}


a#red {
	text-decoration: none;
	font-weight: bold;
	color: red;
	}

a.help {
	padding: 1px 4px 0px 4px;
	border: 1px #3F658C solid;
	color: #3F658C;
	text-decoration: none;
	font-size: 10px;
	}

a:link, a:visited {
	color: #3F658C;
	}

a:active, a:hover {
	color: #996;
	}

p {
	font-size: 12px;
	line-height: 130%;
	margin: 5px 0px 10px 0px;
	}

p.tight-bottom {
	margin-bottom: 0px;
	}

#nav {
	width: 110px;
	float: left;
	}

#nav ul {
	padding: 0px;
	margin: 0px;
	}

#copyright {
	background: #FFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: xx-small;
	color: #666;
	border-top: 1px dotted #CCC;
	border-bottom: 1px #CCC;	
	margin: 50px 0px 0px 0px;
	padding-left: 30px;
	}

