<!--
body {
	margin: 0px auto;
	padding: 0px;
	color: black;
	text-align: center; /* this centers the container in IE 5* browsers. */
	background-color: #f0e9d3;/*#E9E6D1*/
	/* background-image:url("images/main_background.jpg");
	background-position: left;
	background-repeat: no-repeat;
	background-attachment: fixed;*/
	}
	/* Body display settings */

div.mainheader {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;	
	top: 0px;
	width: 100%;
	height: 128px;
	background-color: transparent;
	background-image:url("images/mast_bg1a.jpg");
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 0px solid #663300;
	border-right: 0px solid #330033;
	}

div.mainheader_center {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	top: 0px;
	text-align: center;
	border: 0px dotted red;	
	}

div.mainheader_left {
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	height: 128px;
	border-right-style: solid;
	border-right-color: #000000;
	border-right-width: 0px;
	}

div.mainheader_right {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	height: 128px;
	border-left-style: solid;
	border-left-color: #000000;
	border-left-width: 0px;
	}

div.navbar_bg {
	margin: 0 auto;
	top: 0px;
	height: 30px;
	width: 100%;
	padding: 0px;
	background-color: transparent;
	background-image:url("images/black2green.jpg");
	border-bottom: 1px solid black;
	z-index: 10;
	}

div.navbar_container {
	margin: 0px auto;
	top: 0px;
	width: 526px;
	height: 30px;
	padding: 0px;
	background-color: transparent;
	border: 0px solid red;	
	}

div.navbar {
	margin: 0px auto;
	top: 0px;
	width: 526px;
	height: 20px;
	padding: 5px 0px 0px 0px;	 
	border: 0px dotted blue;
	}


div.title {
	position: relative;	
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	top: 30px;
	width: 580px;
	padding: 0px;	 
	border: 0px dotted blue;	
	}

h1 {
	position: relative;
	top: 45px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #663366;
	background: transparent;
	text-align: center;
	font-family: verdana, geneva, arial, sans-serif; 
	border: 0px solid blue;
	}

h2 {
	position: relative;
	top: 50px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #336600;
	background-color: transparent;
	text-align: center;
	font-family: verdana, geneva, arial, sans-serif; 
	border: 0px solid blue;
	}


div.text_container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	top: 75px;
	width: 95%;
	padding: 0px;
	border: 0px solid red;
	}

div.links_text_container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: -20px;
	width: 100%;
	padding: 0px;
	border: 0px solid blue;
	}
	
div.image_policy_left {
	font-family: Verdana, Arial, sans-serif; font-size: .65em; 
	font-style: italic; 
	color: #CC6677;
	}

.image_policy_left a:link, a:visited {
	color: #330099;
	text-decoration: none;
	}

.image_policy_left a:hover {
	color: #330099;
	background-color: #CC99FF;
	text-decoration: none;
	}

div.image_policy_right {
	font-family: Verdana, Arial, sans-serif; 
	font-size: .65em; 
	font-style: italic; 
	text-align: right; 
	color: #CC6677; 
	width: 99%;
	padding: 0px 0px 0px 0px;
	border: 0px solid red;
	}

.image_policy_right a:link, a:visited {
	color: #330099;
	text-decoration: none;
	}

.image_policy_right a:hover {
	color: #330099;
	background-color: #CC99FF;
	text-decoration: none;
	}


hr {
	height: 1px;
	color: #996600;
	background-color: #996600;
	border: none;
	}

div.divider_line {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	top: 0px;
	width: 100%;	
	padding: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-top: 5px solid #996600;
	}

div.float_left {
	float: left;
	width: 48%;
	}

div.float_right {
	float: right;
	width: 48%;
	}

p.home_text {
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: .70em;
	line-height: 135%;
	text-align: justify;
	color: #660033;
	border: 0px solid blue;
	}

.please_note {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
	text-align: justify;
	color: #660033;
	padding: 8px 10px 8px 10px;
	background-color: #66cc99;
	border: 0px solid blue;
	}

.dropcap {
	width: 61px; 
	height: 65px;
	float: left;
	margin: 2px 9px 0px 0px;
	}

ul {	
	font-family: Verdana, Arial, sans-serif;
	font-size: .70em;
	text-align: justify;
	color: #660033;
	}

li {
	
	padding: 0px;
	margin: 5px;
	/*list-style: none;
	list-style-image: url(images/list_bullet.png);*/
	
	border: 0px solid red;
	}

ol li {
	
	padding: 0px;
	margin: 5px;
	/*list-style: none;
	list-style-image: url(images/list_bullet.png);*/
	
	border: 0px solid red;
	}

div.clear {
	clear: both;
	}

.trailpair {
	position: relative;
	margin: 0 auto;
	top: 8px;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: .75em;
	font-weight: bold; 
	color: #993399;
	width: 95%;
	height: 15px;
	border: 0px solid red;
	}
	
/* Table Data Elements */

div.table_container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	top: 80px;
	width: 95%;	
	padding: 0px;
	border: 0px solid red
	}

.table {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	top: 0px;
	text-align: center;
	padding: 0px;	
	background-color: #CCCCFF;
	border-top: 1px solid #003333;
	border-left: 1px solid #003333;
	border-right: 3px solid #003333;
	border-bottom: 3px solid #003333;
	}

.table caption {
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	height: 35px;
	color: #336666;
	line-height: 140%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	border: 0px solid blue;
	}

#caption_1 {
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	height: 45px;
	color: #336666;
	line-height: 140%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	border: 0px solid blue;
	}

.table th {
	font-family: Verdana, Arial, sans-serif;
	font-size: .80em;
	height: 40px;
	padding: 0px;
	margin-top: 0px;
	color: #99CCFF;
	padding: 0px;
	background-color: #336633;	
	border-bottom: 2px solid #003333;	
	}

.table tr.altrow {
	background-color: #669999;
	}
	
.table td.left_align {
	width: 250px;
	padding-left: 10px;
	padding-right: 0px;
	text-align: left;	
	}

.table td.left_date {
	width: 145px;
	padding-left: 20px;
	padding-right: 0px;
	text-align: left;	
	}

.table td.bold_text {	
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: .80em;	
	}

.table td {
	font-family: Verdana, Arial, sans-serif;
	font-size: .65em;
	text-align: center;
	height: 25px;
	width: 125px;
	color: #333366;
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 0px;
	border: 0px solid #99CCCC;
}

/* End of Table Data Elements */
	
td.footer {
	height: 40px;
	padding-top: 25px;
	margin: 0px;
	text-align: center;
	border: 0px solid lime;
	}
	
span.pictitle {
	color: #CC6677;
	background: transparent;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
	}
	/* Picture title display settings */

img.left {
	float: left;
	border-width: 0;
	margin: 1px 7px 0px 0px;
	}
	/* Left image float settings */

img.right {
	float: right;
	border-width: 0;
	margin: 1px 0px 0px 10px;
	}
	/* Right image float settings */

p {
	font-family: Verdana, Arial, sans-serif;
	font-size: .70em;
	text-align: justify;
	color: #C23E28;
	margin-top: 0px;
	padding: 0px;
	}
	
p.text {
	font-family: Verdana, Arial, sans-serif;
	font-size: .65em;
	padding: 0px;
	margin: 0px;
	height: 10px;
	text-align: center;
	border: 0px solid aqua;
	}

.text a:link, a:visited {
	color: #330099;
	text-decoration: none;
	}

.text a:hover {
	color: #CC0066;
	text-decoration: underline;
	}
	
div.footer {
	position: relative;
	margin: 0px auto;
	top: 80px;
	width: 95%;
	height: 90px;
	padding: 0px;
	background: transparent;
	border: 0px solid blue;
	}

div.links_container {
	margin: 0 auto;
	top: 0px;
	width: 100%;
	height: 88px;
	border: 0px solid orange;
	}

div.email_container {
	position: absolute;
	top: 30px;
	left: 0px;
	margin: 0px;
	width: 100%;
	height: 40px;
	padding: 0px;
	text-align: center;
	font-family: verdana, geneva, arial, sans-serif;
	font-size: 0.70em;
	font-weight: normal;
	color: #336600;
	border: 0px solid green;
	}

.email_container a:link, a:visited {
	color: #2F5904;
	text-decoration: none;
	}

.email_container a:hover {
	color: #990066;
	background-color: #66CC99;
	text-decoration: none;
	}

p.text_menus{
	position: absolute;
	left: 0px;
	margin: 0px;
	top: 75px;
	width: 100%;
	height: 12px;
	padding: 0px;
	text-align: center;
	color: #336600;
	font-size: .70em;
	font-family: verdana, geneva, arial, sans-serif;  
	background: transparent;
	border: 0px solid yellow;
	}

.text_menus a:link, a:visited {
	color: #2F5904;
	text-decoration: none;
	}

.text_menus a:hover {
	color: #990066;
	background-color: #66CC99;
	text-decoration: none;
	}
	
.bullet_color {
	color: #D45F00;
	}
	
.bracket {
	color: #2ABFAA;
		}

div.bottom_footer_container {
	position: relative;
	margin: 0px auto;
	top: 20px;
	width: 100%;
	height: 50px;
	padding-bottom: 0px;
	border: 0px solid lime;
	}
	
div.bottom_footer_middle {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	width: 150px;
	height: 50px;
	border: 0px dotted red;
	}

div.bottom_footer_left {
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0px ;
	margin-left: 0px ;
	border: 0px solid blue;
	}

div.bottom_footer_right {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 0px;
	margin-right: 0px;
	border: 0px solid blue;
	}

/*div.footer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	top: 80px;
	width: 95%;
	height: 185px;
	padding: 0px;
	background: transparent;
	border: 0px solid blue;
	}

div.links_container {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 95px;
	border: 0px solid orange;
	}

div.email_container {
	position: absolute;
	top: 40px;
	left: 0px;
	margin: 0px;
	width: 100%;
	height: 40px;
	padding: 0px;
	text-align: center;
	font-family: verdana, geneva, arial, sans-serif;
	font-size: .70em;
	font-weight: normal;
	color: #336600;
	border: 0px solid green;
	}

.email_container a:link, a:visited {
	color: #2F5904;
	text-decoration: none;
	}

.email_container a:hover {
	color: #990066;
	background-color: #66CC99;
	text-decoration: none;
	}

p.text_menus{
	position: absolute;
	left: 0px;
	margin: 0px;
	top: 80px;
	width: 100%;
	height: 12px;
	padding: 0px;
	text-align: center;
	color: #336600;
	font-size: .70em;
	font-family: verdana, geneva, arial, sans-serif;  
	background: transparent;
	border: 0px solid yellow;
	}

.text_menus a:link, a:visited {
	color: #2F5904;
	text-decoration: none;
	}

.text_menus a:hover {
	color: #990066;
	background-color: #66CC99;
	text-decoration: none;
	}

div.bottom_footer_container {
	position: absolute;
	margin: 0px;
	top: 120px;
	width: 100%;
	height: 41px;
	padding-bottom: 0px;
	border: 0px solid lime;
	}
div.bottom_footer_middle {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	width: 140px;
	height: 41px;
	border: 0px dotted red;
	
	}

div.bottom_footer_left {
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0px;
	margin-left: 0px ;
	border: 0px solid blue;
	
	}

div.bottom_footer_right {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 0px;
	margin-right: 0px;
	border: 0px solid blue;	
	}
	
.invisible { 
	display: none; 
	}
-->
