@charset "utf-8";
*{
	padding: 0;
	margin: 0;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
	background-image: url(../images/static/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-position: center top;
}
div#container {
	width: 960px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 100px;
}
div#banner {
	width: 920px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-left: 0px;
}
div#menu {
	width: 940px;
	margin-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: center;
	font-weight: normal;
	color: #064b7b;
	height: 90px;
	line-height: 90px;
}
div#menu .selected {
	color: #4C713D;
}
td.bg{
	background-image: url(../images/static/menu-active.png);
	background-repeat: no-repeat;
	background-position: 50% 0px;
}

div#menu  a {
	color: #666666;
	text-decoration: none;
	border: 0px none #FFF;
	}	
div#menu  a:hover {
	color: #116DAC;
	text-decoration: none;
	border: 0px none #FFF;
}

div#content {
	width: 880px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
div#bottom {
	width: 100%;
	background-image: url(../images/static/bottom.png);
	background-repeat: repeat-x;
	height: 100px;
	position: fixed;
	clear: both;
	bottom: -10px;
	margin-top: -100px;
}


td {
	padding-bottom: 1px;

}
th {
}
ul {
	list-style-type: circle;
	line-height: normal;
}
ol {
	list-style-type: decimal;
}
li {
	list-style-position: inside;
	padding-left: 20px;
	text-indent: -18px;
	margin-left: 10px;
	margin-top: 6px;
}
hr {
	height:0px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin: 20px;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 0px;
	color: #5F7D49;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #736656;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: normal;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	font-weight: normal;
}
h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #333;
	font-weight: bold;
}
.small {
	font-size: 9px;
}




a:link {
	color: #000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6EB0E2;
}
a:hover {
	color: #000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}
a:visited {
	color: #000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6EB0E2;
}
.img-right {
	float: right;
	border: 0px none #FFF;
	margin-left: 20px;
}
.img-left {
	float: left;
	border: 0px none #FFF;
	margin-right: 20px;
}
#container #content table tr td p a img {
	border: 0px none #FFF;
}
.img-link {
	float: left;
	border: 0px none #FFF;
}
