/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image: url(../Assets/navgradient.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 0 px;
	margin-right: 0 px;
	margin-left: 0px;
}

h1 {
	color: #006699;
	font-family: "Trebuchet MS", "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: Normal;
	text-align: left;
  letter-spacing: .1cm
	text-indent: 0;
}

h2 {
	font-family: "Trebuchet MS", "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	text-indent: 0;
}

h3 {
	font-family: "Trebuchet MS", "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-indent: 2em;
}

h4 {
	color: #006699;
	font-family: "Trebuchet MS", "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: Normal;
	text-align: left;
  letter-spacing: .03cm

}

hr {
	text-align: left;
	width: 30%;
}

ol {
	text-align: left;
	list-style-position: outside;
}

p {
	font-family: "Trebuchet MS", "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12 px;
	font-weight: Normal;
	color: #000000;
	text-align: left;
	text-indent: 2em;
}

.callout {
	font-weight: bold;
}

p.label {
	font-weight: bold;
	text-align: right;
}

.noindent {
	text-indent: 0;
}

p.sidebar {
	margin: 5px;
	color: #006699;
	text-indent: 0;
}

p.title {
	font-family: "Trebuchet MS", "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 100 px;
	font-weight: bold;
	color: #006699;

}

.subheading {
	font-size: 16px;
	font-weight: bold;
	text-indent: 0;
}

p.update {
	border-top: solid black 1px;
	text-indent: 0;
}

table {
	width: 95%;
	cell-spacing: none;
	display: block;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0 px;
	margin-right: 0 px;
	margin-left: 0px;
}

table.body {
	width: 100%;
	text-align: center;
	/*cell-spacing: 2px;*/
}

th {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-indent: 0;
}

td {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	padding: 5px 5px 5px 5px;
	margin-top: 0px;
	margin-bottom: 0 px;
	margin-right: 0 px;
	margin-left: 0px;
	text-indent: 0;
}

td.banner {
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
	vertical-align: middle;
	text-indent: 0;
}

td.input {
	text-align: left;
}

td.links {
	text-align: left;
}

td.nav {
	text-align: left;
}

ul {
	text-align: left;
	/*text-indent: -10px;*/
	list-style-position: outside;
}

ul.results {
	border-top: solid black 1px;
}

a {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	/*color: #46B34B;*/
	color: #3C9940;
	text-decoration: none;
}

a.ancsubhead {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-indent: 0;
}

a.navA {
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

a.navA1 {
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal:
}

.navB {
	font-size: 14px;
	font-weight: bold;
}

/*a:visited {
	color: #74C978;
	color: #46B34B;
}*/

a:hover {
	color: #FF0000;
	text-decoration: underline;
}