/* HTML Definitions */
body {
	font-family: “Trebuchet MS”, sans-serif;
	color: #000000;
	background-color: #9cc6ed;
	font-size: 12px;
	line-height: 19px;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 24px;
	font-family: "“Trebuchet MS”", sans-serif;
	color: #4d3920;
	text-transform: uppercase;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	padding: 0px 0px 10px;
	color: #4d3920;
}
h3 {
	font-size: 14px;
	padding: 10px 0px 0px;
	font-weight: bold;
}
#logo {
	float: left;
}
#topbanner {
	float: right;
}
#content {
	padding-top: 5px;
}
hr {
	background:#a9a9a9;
	color:#a9a9a9;
	clear:both;
	float:none;
	width:100%;
	height:.1em;
	margin:0 0 1.45em;
	border:none;
}
a {
	color: #0077C0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #c41130;
}
.container {
	background-color: #FFFFFF;
}
#nav {
	margin-left:10px;
}
#navcontainer {
}
#navlist {
	padding-left: 0;
	margin-left: 0;
}
#navlist li {
	list-style: none;
	margin: 0;
	padding: 0.5em;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #4d3920;
}
#navlist li a, #navlist li a:link, #navlist li a:visited {
	text-decoration: none;
	font-size: 14px;
	color: #4d3920;
	font-weight: bold;
	/* letter-spacing: 0.1em; */
    letter-spacing:0;
}
#navlist li a:hover {
	text-decoration: none;
	font-size: 14px;
	color: #9cc5ea;
	font-weight: bold;
}
#navlist .on {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #4d3920;
}
#subnav {
	list-style: none;
    padding:0;
	margin: 0px;
	font-size: 12px;
}
#subnav li {
	border-bottom-width: 0px;
	border-bottom-style: none;
}
#subnav li a, #subnav li a:link, #subnav li a:visited {
	text-decoration: none;
	font-size: 12px;
	color: #4d3920;
	font-weight: bold;
	/* letter-spacing: 0.1em; */
	background-color: #ffffff;
	display: block;
	text-indent: 0px;
	/* padding: 2px 10px 2px 10px; */
    padding:0;
	margin: 0px;
}
#subnav li a:hover {
	text-decoration: none;
	font-size: 12px;
	color: #4d3920;
	font-weight: bold;
	background-color: #9cc6ec;
	display: block;
}
.subnavon{
	text-decoration: none;
	font-size: 12px;
	color: #4d3920;
	letter-spacing: 0.1em;
	text-indent: 6px;
	/* padding: 2px 10px 2px 10px; */
    padding:0;
	margin: 0px;
	font-weight: bold;
	background-color: #9cc6ec;
	display: block;
}
#newsbox {
	background-color: #f3f2f0;
	background-image: url(../images/bg-newstile.jpg);
	background-repeat: no-repeat;
	min-height: 400px;
	background-position: bottom;
	width: 201px;
	float: right;
}
#news {
	width: 190px;
	padding-left: 10px;
}
#news ul {
}
#news li {
	list-style-image: url(../images/arrow.jpg);
	padding-bottom: 7px;
}
#news li a {
	color: #4d3920;
}
#sidebar {
}
#footergraphic {
	background-image: url(../images/footer-graphic.jpg);
	background-repeat: no-repeat;
	height: 111px;
}
#footer {
	height: 90px;
	background-color: #FFFFFF;
}
#footer #copyright {
	font-size: 12px;
	color: #000000;
	text-align: center;
}
.imgright {
	text-align: right;
	padding-left: 5px;
	padding-bottom: 8px;
	float: right;
}
.imgpadright {
	padding-right: 10px;
}
.flash {
	padding: 0px;
	margin: 0px;
}
ul, ol {
	padding-left: 10px;
}
