/* HTML element styles */

body {
	font-family: arial, helvetica, sans-serif;
	background: #E0DDD8 url('/images/bg_1.gif');
}

p {
	font-size: 11px;
	line-height: 1.35em;
	color: #000000;
	margin: 0px;
	padding: 0px;
	/*margin-bottom: -0.2em;*/
}

TD {
	font-size: 11px;
	line-height: 1.35em;
	color: #000000;
	margin: 0px;

	/*margin-bottom: -0.2em;*/
}

h1 {
	font-family: georgia, serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.35em;
	letter-spacing: 0.1em;
	color: #3B4B5B;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0.2em;
}

h2 {
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.35em;
	color: #A7AB74;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0.2em;
}

h3 {
	font-family: georgia, serif;
	font-size: 12px;
	line-height: 1.35em;
	color: #3B4B5B;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.35em;
	color: #A7AB74;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0.3em;
}

h5 {
	font-size: 13px;
	line-height: 1.35em;
	margin: 0px;
	padding: 0px;
}

h6 {
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.35em;
	color: #A7AB74;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0.2em;
}


ul {
	font-size: 11px;
	line-height: 1.35em;
	list-style-type: disc;
	margin: 0px;
	padding:0px;
	margin-left: 30px;
}

li {
	margin: 0px 0px 2px 0px;
	padding: 0px;
}

a:link, a:visited, a:active {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #A7AB74;
	text-decoration: underline;
}

hr {
	border: 0px none;
	height: 1px;
	background: url('/images/hr_1.gif') repeat-x center;
	margin: 0px;
	padding: 0px
}

* html hr {border-left:0px none; border-right:0px none; border-bottom:0px none; height: 1px; border-top: 1px dotted #9E948D;}



.header {
	background-color: #F5F4F2;
}

.main {
	background-color: #F5F4F2;
}

.maincopy {
	padding-left: 12px;
}

.maincopy p {
	line-height: 1.5em;
}

.clr1 {
	background-color:#848D94;
}

ul.arrowbw {
	list-style-image: url('/images/li_bw.gif');
}

ul.arrowbw li {
	margin: 0px 0px 4px 0px;
}



/* Bucketstyle 1 - pale blue background */

.bucketstyle1 {
	background-color: #BCCAD6;
}

.bucketstyle1 a:link, .bucketstyle1 a:visited, .bucketstyle1 a:active {
	color: #3B4B5B;
	text-decoration: none;
}

.bucketstyle1 a:hover {
	color: #3B4B5B;
	text-decoration: underline;
}



/* Bucketstyle 2 - white background; pale blue h2 background */

.bucketstyle2 {
	background-color: #FFFFFF;
}

.bucketstyle2 h2 {
	font-family: georgia, serif;
	font-size: 12px;
	line-height: 1.35em;
	color: #3B4B5B;
	background-color: #BCCAD6;
	text-align: center;
	padding: 5px 3px 5px 3px;
	display: block;
}


.bucketstyle2 ul {
	margin-left: 15px;
}



/* Bucketstyle 3 - white background; green h2 background */

.bucketstyle3 {
	background-color: #FFFFFF;
}

.bucketstyle3 h2 {
	font-family: georgia, serif;
	font-size: 12px;
	line-height: 1.35em;
	color: #FFFFFF;
	background-color: #A7AB74;
	text-align: center;
	padding: 5px 3px 5px 3px;
	display: block;
}

.bucketstyle3 ul {
	margin-left: 15px;
}



/* Bucketstyle 4 - white background; orange h2 background */

.bucketstyle4 {
	background-color: #FFFFFF;
}

.bucketstyle4 h2 {
	font-family: georgia, serif;
	font-size: 12px;
	line-height: 1.35em;
	color: #FFFFFF;
	background-color: #F1AB00;
	text-align: center;
	padding: 5px 3px 5px 3px;
	display: block;
}

.bucketstyle4 ul {
	margin-left: 15px;
}



/* Bucketstyle 5 - white background; rust h2 background */

.bucketstyle5 {
	background-color: #FFFFFF;
}

.bucketstyle5 h2 {
	font-family: georgia, serif;
	font-size: 12px;
	line-height: 1.35em;
	color: #FFFFFF;
	background-color: #BA5915;
	text-align: center;
	padding: 5px 3px 5px 3px;
	display: block;
}

.bucketstyle5 ul {
	margin-left: 15px;
}



/* Bucketstyle 6 - white background; teal h2 background */

.bucketstyle6 {
	background-color: #FFFFFF;
}

.bucketstyle6 h2 {
	font-family: georgia, serif;
	font-size: 12px;
	line-height: 1.35em;
	color: #FFFFFF;
	background-color: #396F8F;
	text-align: center;
	padding: 5px 3px 5px 3px;
	display: block;
}

.bucketstyle6 ul {
	margin-left: 15px;
}



/* Breadcrumbs */

.breadcrumbs {
	color: #3B4B5B;
	font-size: 10px;
	margin-left: 12px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

.breadcrumbs a:link, .breadcrumbs a:visited, .breadcrumbs a:active {
	color: #9E948D;
	text-decoration: none;
}

.breadcrumbs a:hover {
	color: #9E948D;
	text-decoration: underline;
}



/* Inset table styles */

.tbl-inset {
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 2px;
}



/* Horizontal/vertical rule styles */

.vr1 {
	background: url('/images/vr_1.gif');
}

.hr1 {
	background: url('/images/hr_1.gif');
}


/* Utility nav styles */

.utility {
	background-color: #9E948D;
	font-size: 11px;
	color: #FFFFFF;
}

.utility a:link, .utility a:visited, .utility a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.utility a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


/* Login styles */

.login {
	background-color: #E4E1DE;
	font-size: 11px;
}

.login a:link, .login a:visited, .login a:active {
	color: #000000;
	text-decoration: underline;
}

.login a:hover {
	color: #000000;
	text-decoration: underline;
}


/* Footer styles */

.footer {
	background-color: #D7D2CF;
	font-size: 10px;
	padding: 4px 12px 4px 12px;
}

.footer a:link, .footer a:visited, .footer a:active {
	color: #3B4B5B;
	text-decoration: none;
}

.footer a:hover {
	color: #3B4B5B;
	text-decoration: underline;
}

.copyright {
	background-color: #D7D2CF;
	color: #9E948D;
	font-size: 10px;
	padding: 4px 12px 4px 12px;
}
.AdminText {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}
SPAN.AdminText a {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	}
.AdminLink {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.AdminLink:hover {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3B4B5B;
	font-weight: bold;
}