html, body {
	height:	100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: arial, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
	background-position: 0 0;
	background-repeat: repeat-y;
	background-image: url(/images/menu_bg_rpt.png);
}

.fixed {
	position: fixed;
}

a:link {
	background-color: inherit;
	color: #1002CC;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	background-color: inherit;
	color: #1002CC;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #70A0DE;
	background-color: inherit;
	text-decoration: underline;
}

a:active {
	background-color: inherit;
	color: #70A0DE;
	text-decoration: underline;
}

div {
	margin: 0px;
	padding: 0px;
}

fieldset {
	border: 1px solid #828177;
	padding: 4px;
}

#header_div {
	overflow: hidden;
}

#header_div_top {
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-image: url(/images/head_top.jpg);
	float: right;
	width: 100%;
	height: 25px;
}

#header_div_bottom {
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #6699db;
	background-image: url(/images/head_bot.jpg);
	clear: both;
	float: right;
	width: 100%;
	height: 144px;
}

#post_image_div {
	float: left;
	height: 144px;
	width: 295px;
	overflow: hidden;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/logo.png');
}

#header_div_bottom>#post_image_div {
	float: left;
	margin-top: -25px;
	height: 179px;
	width: 295px;
}

#post_image {
	display: none;
	visibility: hidden;
}

#post_image_div>#post_image {
	visibility: visible;
	display: block;
}

#motto {
	color: #FFFFFF;
	background-color: transparent;
	float: left;
	margin-left: -50px;
	margin-top: 80px;
	position: relative;
	text-align: center;
	font-variant: small-caps;
	bottom: 0px;
	font-family: times, serif;
	font-weight: bold;
}

#body_div {
	width: 100%;
	float: left;
	background-position: top right;
	background-repeat: repeat-y;
	background-image: url(/images/right_bar_bg.png);
}

* html #body_div {
	height: 80%;
}

#sub_menu_column {
	width: 172px;
	float: left;
}

#sub_menu_container {
	background: url(../images/menu_bg.png) no-repeat;
	padding-right: 10px;
	margin-top: 0%;
	position: relative;
	height: 300px;
}

#left_menu_bg_div {
	height: 100%;
	width: 100%;
	margin-top: -439px;
}

#top_menu_div {
	width: 100%;
	background-color: #6699db;
	position: relative;
	z-index: 10;
}

#body_div>#center_div {
	margin: 0px 17px 0px 172px;
	height: 100%;
}

#center_div {
	height: 100%;
}

* html #center_div {
	float:left;
	margin: 0px 0px 0px -10px;
}

#content_div {
	float: left;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #10025B;
	background-color: inherit;
	width: 93%;
}

#right_border_div {
	float: right;
	height: 100%;
	width: 17px;
	background-position: top left;
	background-repeat: repeat-y;
	background-image: url(/images/right_bar_bg.png);
}

#footer_div {
	font: 12px Arial, Helvetica, sans-serif;
	color: #70A0DE;
	background-color: inherit;
	padding-left: 8px;
	border-top: 1px solid #fcfcfc;
	border-right: #fcfcfc;
	border-bottom: #fcfcfc;
	border-left: #fcfcfc;
	padding-top: 9px;
	margin: 0px 40px 15px 185px;
	clear: both;
}

#footer_div a:link {
	background-color: inherit;
	color: #70A0DE;
	font-weight: normal;
	text-decoration: none;
}

#footer_div a:visited {
	background-color: inherit;
	color: #70A0DE;
	font-weight: normal;
	text-decoration: none;
}

#footer_div a:hover {
	color: #70A0DE;
	background-color: inherit;
	text-decoration: underline;
}

#footer_div a:active {
	background-color: inherit;
	color: #70A0DE;
	text-decoration: underline;
}

#footer_nav_div {
	float:right;
}

#footer_nav_div ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#footer_nav_div ul li {
	margin-left: 10px;
	display: inline;
}

.header_cell {
	color: #fff;
	background-color: #124384; /*#C8C028;*/
	font-weight: bold;
}

.header_cell a:link {
	background-color: inherit;
	color: #FFF;
	font-weight: bold;
	/*text-decoration: none;*/
}

.header_cell a:visited {
	background-color: inherit;
	color: #FFF;
	/*text-decoration: none;*/
}

.header_cell a:hover {
	background-color: inherit;
	color: #C6E3FF;
}

.subheader_cell {
	color: #000;
	background-color: #C6E3FF; 
	border-bottom: 1px solid black;
}

.hard_border {
	border: 1px solid black;
}

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

.hard_b_border {
	border-bottom: solid 1px black;
}

.soft_r_border {
	border-right: solid 1px silver;
}

.soft_b_border {
	border-bottom: solid 1px silver;
}

.soft_br_border {
	border-right: solid 1px silver;
	border-bottom: solid 1px silver;
}

table.pricing_table {
	font-size: small;
	border-collapse: collapse;
}

table.pricing_table td {
	padding: 0em 1.5em 0em 1.5em;
	border: 1px solid black;
	background: #FFFFFF;
}

table.pricing_table td.empty {
	border: none;
	background: inherit;
}

table.pricing_table td.header {
	font-weight: bold;
	background: #C0C0C0;
	text-align: center;
}

.advertisement {
	padding :6px;
	width: 300px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	border: 1px solid black;
	background-color: #DDDDFF;
	color: inherit;
}

.nomargin {
	margin: 0;
}

.nopadding {
	padding: 0;
}

form.styled_form {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
	
form.styled_form fieldset {
	clear: both;
	font-size: 100%;
	border-width: 1px 0px 0px 0px;
	border-style: solid none none none;
	padding: 10px;
	margin: 0px 0px 0px 0px;
}

form.styled_form fieldset legend {
	font-size: 150%;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px;
}
	
form.styled_form label {
	font-size: 100%;
	width: 35%;
	clear: both;
	float: left;
	text-align: right;
	margin-top: 1em;
	margin-right: 1em;
}

form.styled_form div.nopad {
	padding: 0;
	margin: 0;
}

form.styled_form div {
	display: block;
	float: left;
	width: 100%;
	margin-top: 1em;
	clear: both;
}
			
form.styled_form div span {
	width: 258px;
	float: left;
	display: block;
}

.calendar_select {
	border: 1px solid black;
	color: black;
	background-color: white;
	padding: 1px;
}
			
form.styled_form div span.calendar_select {
	border: 1px solid black;
	color: black;
	background-color: white;
	padding: 1px;
}

form.styled_form div span.label {
	width: 35%;
	text-align: right;
	margin-right: 1em;
}

form.styled_form .auto_width {
	width: auto;
}

form.styled_form .borderless {
	border: none;
}

form.styled_form input, form.styled_form select, form.styled_form textarea {
	width: 55%;
	font-size: 100%;
	color: #000000;
	float: left;
	margin-top: 1em;
	border: 1px solid black;
}

form.styled_form textarea {
	overflow: auto;
}

.borderless {
	border: none;
}

.regwidth {
	width: auto;
}

#top_menu_container {
	text-align: center;
	height: 100%;
	width: 100%;
	float: left;
	background-color: #6699db;
}

#top_menu_container ul {
	padding: 0;
	height: 100%;
	width: 100%;
	padding: 0px 0px 0px 5%;
	margin: 0px;
}

#top_menu_container ul li {
	display: inline;
	float: left;
	height: 100%;
	padding: 0px;
	margin: 0px;
	border-right: 1px solid #EEEEFF;
}			

#top_menu_container ul {
	margin: 0;
	padding: 0 0 0 0;
	color: #FFFFFF;
	font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
	font-size: .65em;
	letter-spacing: 2px;
	font-weight: bold;
}

#top_menu_container ul li a {
	float: left;
	height: 100%;
	padding: .75em 12px;
	background-color: #6699db;
	color: #FFFFFF;
	text-decoration: none;
}

#top_menu_container ul li a:hover {
	background-color: #4477AA;
	color: #FFFFFF;
	text-decoration: none;
}

.clearboth {
	clear: both;
}

.clearnone {
	clear: none;
}

.bold_text {
	font-weight: bold;
}

.italic_text {
	font-style: italic;
}

.emphasis {
	color: #F00;
	background-color: inherit;
}

.emphasis a {
	color: #F00;
}

.alert {
		text-align: center;
		font-weight: bold;
		color: #CF8300;
		font-size: 18px;
		padding: 20px;
}

dl.changes_list {
	padding-left: 1em;
}

.changes_list dt {
	font-weight: bold;
	text-decoration: underline;
}

.changes_list dd {
	font-style: italic;
	margin-left: 2em;
}

.changes_list dd p {
	padding-top: 0px;
	margin-top: 3px;
}

.zebra a:link {
	background-color: inherit;
	color: #1002CC;
	font-weight: normal;
	text-decoration: underline;
}

.zebra a:visited {
	background-color: inherit;
	color: #1002CC;
	font-weight: normal;
	text-decoration: underline;
}

.zebra a:hover {
	color: #70A0DE;
	background-color: inherit;
	text-decoration: underline;
}

.zebra a:active {
	background-color: inherit;
	color: #70A0DE;
	text-decoration: underline;
}

ul.zebra {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

ul.zebra li {
	padding: 4px 0;
	margin: 0;
	height: 14px; /* space out your rows */
	width: 100%;
}

ul.zebra li.tableheader {
	font-weight: bold;
}

ul.zebra li.odd {
	background-color: #eee;
	color: inherit;
}

ul.zebra li.even {
	background-color: inherit;
	color: inherit;
}

ul.zebra ul.item {
	clear: left;
	list-style-type: none;
	width: 100%;
	padding: 0;
	margin: 0;
}

ul.zebra ul.item li {
	float: left;
	padding: 0 20px 0 0;
	margin: 0;
}

ul.zebra ul.item li.last {
	text-align: right;
	padding-right: 0;
}

.contact_info_footer {
	width: 95%;
	margin: 30px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #000080;
	border-bottom: 1px solid #000080;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	font-size: smaller;
}

#corner_blue_box {
	overflow: hidden;
	height: 55px;
	width: 156px;
	padding:5px 5px;
	border-top: 3px solid #0000AA;
	border-left: 3px solid #0000AA;
	border-right: 3px solid #000033;
	border-bottom: 3px solid #000033;
	background-color: #000066;
	color: #FFFFFF;
	font-size: 16px;
}

#corner_blue_box a {
	color: #FFF;
	text-decoration: none;
}

#small_login_form {
	overflow: hidden;
	height: 85px;
	width: 162px;
	padding: 2px;
	border-top: 3px solid #0000AA;
	border-left: 3px solid #0000AA;
	border-right: 3px solid #000033;
	border-bottom: 3px solid #000033;
	background-color: #000066;
	color: #FFFFFF;
	font-size: 10px;
}

#small_login_form input {
	font-size: 10px;
	background-color: #E0E0E0;
	border: 1px solid #666666;
	color: #000000;
}

.nospace {
	padding:0px;
	margin:0px;
}

.blackfont {
	color: #000000;
}

.printfont {
	font-size: 16pt;
	font-family: sans-serif;
	color: #000000;
}

table caption {
	margin-top: 1em;
	text-align: left;
	font-weight: bold;
}

table.statement_transactions {
	border: 1px solid #000;
	border-spacing: 0px;
}

* html table.statement_transactions  {
 	border-collapse: collapse;
}

table.statement_transactions tr, th, td {
	padding: 1px 4px;
}
	
table.statement_transactions caption {
	margin-top: 1em;
	text-align: left;
	font-style: italic;
}

table.statement_transactions th {
	border: 1px solid #000;
	background-color: #CCC;
}

table.statement_transactions td {
	border-top: 1px solid #000;
	border-right: 1px solid #CCC;
}

table.statement_summary {
	border: 1px solid #000;
	border-spacing: 1px;
}

* html table.statement_summary  {
	border-collapse: collapse;
}

table.statement_summary tr, th, td {
	padding: 1px 4px;
}

table.statement_summary caption {
	margin-top: 1em;
	text-align: left;
	font-style: italic;
}

table.statement_summary th {
	border: 1px solid #000;
	background-color: #CCC;
}

table.statement_summary td {
	border: 1px solid #000;
	text-align: center;
}

/*****
 original styles below
******/

.copy {
	font: 14px Arial, Helvetica, sans-serif;
	color: #10025B;
	padding-right: 5px;
}

.title {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #10025B;
	border-bottom: 1px dashed #10025B;
}

.img {
	float: right;
	margin-left: 12px;
	margin-bottom: 6px;
	margin-top: .4em;
	border-color: #ddd;
	border-width: 2px;
	border-style: solid;
	padding: 2px;
}

.imgnobr {
	float: right;
	margin-left: 12px;
	margin-bottom: 6px;
	margin-top: .9em;
	padding: 2px;
	border: none #ddd;
}

.footer {
	font: 12px Arial, Helvetica, sans-serif;
	color: #70A0DE;
	padding-left: 8px;
	border-top: 1px solid #fcfcfc;
	border-right: #fcfcfc;
	border-bottom: #fcfcfc;
	border-left: #fcfcfc;
	padding-top: 9px;
}

.mainbg {
	background: url(../images/bbg.jpg) no-repeat;
}

.footerRgt {
	font: 12px Arial, Helvetica, sans-serif;
	color: #70A0DE;
	border-top: 1px solid #fcfcfc;
	border-right: #fcfcfc;
	border-bottom: #fcfcfc;
	border-left: #fcfcfc;
	text-align: right;
	padding-right: 8px;
	padding-top: 9px;
}

#sub_menu_container ul {
	font: 16px Arial, Helvetica, sans-serif;
	color: #000077;
	background-color: inherit;
}

#sub_menu_container ul  a:link {
	color: #000077;
	background-color: inherit;
	font-weight: normal;
	text-decoration: none;
}

#sub_menu_container ul a:visited {
	color: #000077;
	background-color: inherit;
	font-weight: normal;
	text-decoration: none;
}

#sub_menu_container ul a:hover {
	color: #F4AC00;
	background-color: inherit;
	font-weight: normal;
	text-decoration: underline;
}

#sub_menu_container ul a:active {
	color: #F4AC00;
	background-color: inherit;
	font-weight: normal;
	text-decoration: underline;
}

#sub_menu_container ul li {
	border-bottom: 1px solid #E9E9E9;
	margin-top: 3px;
	padding-top: 2px;
}

.titlesub {
	color: #10025B;
	font: 24px Arial, Helvetica, sans-serif;
}

.li {
	list-style-position: outside;
	line-height: 21px;
	margin-bottom: 10px;
	font-size: 15px;
}

.quote {
	font: 14px Arial, Helvetica, sans-serif;
	color: #FDAD53;
	border-bottom: 1px #E9E9E9;
}

.line1 {
	font: 14px Arial, Helvetica, sans-serif;
	color: #10025B;
	background: #FFFFFF;
	height: 24px;
}

.line2 {
	font: 14px Arial, Helvetica, sans-serif;
	color: #10025B;
	background: #f1f1f1;
	height: 24px;
}

.smallheading {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #10025B;
	background: #FFFFFF;
	height: 24px;
}

table.inventory td {
	vertical-align: top;
}

#busy {
	position: absolute;
	font: bold 14px Arial, Helvetica, sans-serif;
	display: none;
	background-color: #000000;
	z-index: 100;
	opacity: .35;
	filter: alpha(opacity=35);
	width: 100%;
	height: 100%;
}

#busy div {
	background-color: #818FFD;
	text-align: center;
	border: 2px solid black;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	margin-top: 120px;
}

fieldset.float {
	width: 450px;
	margin: 0 15px 15px 0;
	float: left;
}

div.float {
	width: 100%;
	float: left;
}

.float legend {
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #828177;
	margin-bottom: 4px;
	padding: 1px 4px 1px 4px;
}

.float div {
	margin-bottom: 2px;
}

.float .label {
	width: 150px;
	text-align: right;
	margin-right: 15px;
	display: inline-block;
}

.float select {
	width: 202px;
}

.float input, .float select, .float .calendar_select {
	border: 1px solid #828177;
}

.float input {
	width: 200px;
}

.float .required {
	color: red;
	vertical-align: top;
}

.float .small {
	font-size: 11px;
}

.float .pad {
	padding: 5px 5px 5px 15px;
}

.float .invalid input, .float .invalid select, .float .invalid span.calendar_select {
	background-color: yellow;
	border: 1px solid red;
}

.float .calendar_select {
	display: inline-block;
	width: 199px;
}

.float .submit {
	border: 1px solid #828177;
}

.center {
	text-align: center;
}
.form_text_field {
	clear: left;
}
.form_text_field label {
	width: 20%;
	float: left;
	margin-top: 2px;
}
.form_text_field input, .form_text_field select, .form_text_field a, .form_text_field .spanner, .form_text_field .checkboxList, .form_text_field .list {
	width: 45%;
	float: left;
	margin-bottom: 2px;
}
.form_text_field a, .form_text_field .spanner {
	text-align: center;
}
.form_text_field .submit {
	width: 22.5%;
}
.form_text_field select {
	margin-right: .4%;
}
.form_text_field .checkboxList input {
	width: 7%;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	float: none;
}
.form_text_field .checkboxList .checkboxLabel {
	width: 42%;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	display: inline-block;
}
.form_text_field .checkboxList .checkboxLabel .checkboxDescription, .linkMessage, .form_text_field .list .listItemDescription {
	width: 1px;
	height: 1px;
	line-height: 1px;
	visibility: hidden;
}
.form_text_field .checkboxList .checkboxLabel .checkboxDescription, .linkMessage,
.form_text_field .checkboxList .checkboxLabel .checkboxDescription_visible, .linkMessage_visible,
.form_text_field .list .listItemDescription_visible {
	margin-top: 7px;
	position: absolute;
	background-color: #E0EBEF;
	border: 1px solid #67797F;
}
.form_text_field .checkboxList .checkboxLabel .checkboxDescription_visible, .linkMessage_visible, .form_text_field .list .listItemDescription_visible {
	visibility: visible;
	width: 40%;
}
.form_field_prefix {
	float: left;
	text-align: right;
	margin-top: 2px;
	margin-right: 5px;
	width: 5%;
}
.invalid {
	background-color: #FFEC1F;
	padding: 3px;
	border: 1px solid red;
}
.required {
	float: left;
	text-align: right;
	color: red;
}
.message, .errorMessage {
	width: 100%;
	padding: 0 5% 0 5%;
}
.message, .errorMessage, .success {
	clear: both;
	font-size: 12px;
}
.errorMessage {
	color: #CF0000;
}
.success {
	width: 96%;
	background-color: #AFFFBA;
	border: 1px solid #00CF1C;
	padding: 5px 2% 5px 2%;
	margin: 10px 0 10px 0;
}
.tableTag {
	width: 100%;
	border-top: 1px solid;
	border-left: 1px solid;
}
.tableTag, .tableTag td, .tableTag th {
	border-spacing: 0px;
	border-color: black;
}
.tableTag td, .tableTag th {
	border-right: 1px solid;
	border-bottom: 1px solid;
}
.tableTag th {
	background-color: #4085CF;
	color: white;
	border-color: black;
}
.tableTag tr.alt {
	background-color: #C2D7EF;
}
