/***Global Styles***/

body {
	color : #000000;
	background-color : #a4b1d4;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : normal;
	margin-left : 0px;
	margin-top : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
}

a:link {
	color : #0b4499;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
}

a:visited {
	color : #0b4499;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
}

a:hover {
	color : #f7100d;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
}

a:active {
	color : #0b4499;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
}

span {
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

td {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : normal;
}

.center {
	text-align : center;
}

.right {
	text-align : right;
}

.left {
	text-align : left;
}

.bold { 
	font-weight : bold; 
}

.italics { 
	font-style : italic; 
}

.small { 
	font-size : 10px; 
}

.superscript {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8px;
	vertical-align : top;
}


/***Structure Styles***/

td.contentBack {
	background-image : url(ecr_back02.gif);
	background-repeat : no-repeat;
	background-color : #ffffff;
}

td.navPad {
	background-color : #ffffff;
	padding-top : 40px;
	padding-left : 10px;
	padding-bottom : 20px;
}

td.white {
	background-color : #ffffff;
}

table.outsideBorder {
	border: solid 1px #000000;
}


/***Main Content Styles***/

td.addressPad {
	padding-top : 2px;
	padding-bottom : 5px;
}

td.rivetHeadingBack {
	background-color : #cbd1e5;
	padding-top : 3px;
	padding-bottom : 3px;
	padding-left : 3px;
	padding-right : 3px;
}

td.rivetContentBackOne {
	background-color : #e4e6f1;
	padding-top : 3px;
	padding-bottom : 3px;
	padding-left : 3px;
	padding-right : 3px;
}

td.rivetContentBackTwo {
	background-color : #cbd1e5;
	padding-top : 3px;
	padding-bottom : 3px;
	padding-left : 3px;
	padding-right : 3px;
}

.copyright {
	color : #5b78b5;
	font-size : 10px;
}

.address {
	font-size : 10px;
	font-weight : bold;
}

.title {
	color : #0b4499;
	font-size : 16px;
	font-weight : bold;
}

.tag {
	color : #0b4499;
	font-style : italic; 
	font-weight : bold;
}

.rivetHeading {
	font-size : 10px;
	font-weight : bold;
}

.rivetContent {
	font-size : 10px;
}


/***Main Navigation Styles***/

a.leftNav:link {
	color : #000000;
	font-size : 13px;
	font-weight : bold;
	text-decoration : none;
}

a.leftNav:visited {
	color : #000000;
	font-size : 13px;
	font-weight : bold;
	text-decoration : none;
}

a.leftNav:hover {
	color : #f7100d;
	font-size : 13px;
	font-weight : bold;
	text-decoration : none;
}

a.leftNav:active {
	color : #000000;
	font-size : 13px;
	font-weight : bold;
	text-decoration : none;
}

a.leftNavSelected:link {
	color : #f7100d;
	font-size : 13px;
	font-weight : bold;
	text-decoration : none;
}

a.leftNavSelected:visited {
	color : #f7100d;
	font-size : 13px;
	font-weight : bold;
	text-decoration : none;
}

a.leftNavSelected:hover {
	color : #000000;
	font-size : 13px;
	font-weight : bold;
	text-decoration : none;
}

a.leftNavSelected:active {
	color : #f7100d;
	font-size : 13px;
	font-weight : bold;
	text-decoration : none;
}

td.leftNavBulletPad {
	padding-left : 23px;
	padding-right : 8px;
	padding-top : 4px;
	padding-bottom : 10px;
}

td.leftNavPad {
	padding-right : 5px;
	padding-bottom : 10px;
}


/***Contact Styles***/

form.contactForm {
	display: inline;
}

.contactInputOne {
	font-size: 13px;
	width : 285px;
	border: 1px #000000 solid;
	padding : 1px;
	margin : 0px;
}

.contactInputTwo {
	font-size: 13px;
	width : 367px;
	border: 1px #000000 solid;
	padding : 1px;
	margin : 0px;
}

td.contactSecurityBack {
  background-color : #e4e6f1;
  border-color: #000000;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-spacing: 0;
  border-collapse: collapse;
}

td.contactSecurityPadOne {
	padding-top : 6px;
	padding-left : 6px;
	padding-right : 6px;
	padding-bottom : 6px;
}

td.contactSecurityPadTwo {
	padding-top : 6px;
	padding-bottom : 6px;
}

td.contactSecurityPadThree {
	padding-top : 6px;
	padding-left : 6px;
	padding-right : 6px;
	padding-bottom : 6px;
}

td.contactPad {
	padding-bottom : 6px;
}

.contactError {
	color : #f7100d;
	font-weight : bold;
}

.contactRequired {
	color : #f7100d;
	font-size : 11px;
}

.contactOptional {
	font-size : 11px;
}

.contactSecurityCode {
	color : #f7100d;
	font-weight : bold;
}

.contactSecurityText {
	font-size : 11px;
	font-weight : bold;
}