/* HTML Definitions */
body {
	font-family: “Trebuchet MS”, sans-serif;
	color: #000000;
	background-color: #ffffff;
	font-size: 12px;
	line-height: 19px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_content-home.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#wrapper {
	background-image: url(../images/wrapper.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1030px;
}
h1 {
	font-size: 24px;
	font-family: "“Trebuchet MS”", sans-serif;
	color: #005581;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	padding: 0px 0px 10px;
	color: #005581;
}
h3 {
	font-size: 14px;
	padding: 10px 0px 0px;
	font-weight: bold;
}
#header {
}
#topbanner {
}
#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;
	background-image: url(../images/content-tile.jpg);
	background-repeat: repeat-y;
}
#nav {
}
#navcontainer {
	background-color: #005581;
}
#navlist {
	margin: 0px;
	padding: 0px;
}
#navlist li {
	list-style: none;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	padding: 0px;
	text-indent: 10px;
}
#navlist li a, #navlist li a:link, #navlist li a:visited {
	text-decoration: none;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 24px;
	text-indent: 10px;
	background-color: #005581;
	display: block;
	text-indent: 10px;
	margin: 0px;
	
}
#navlist li a:hover {
	text-decoration: none;
	color: #005581;
	background-color: #FFFFFF;
	display: block;
}

#sidebar {
}

#footer {
	height: 90px;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
}
#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;
}
