html, body{ 
 margin:0; 
 padding:0; 
} 

H1 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 15pt;
 font-style: normal;
 line-height: normal;
 font-weight: bolder;
 color: #006699;
}

fieldset {
 margin-top: 5px;
 border: 1px dotted #708090;
 padding-left: 10px;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-right: 10px;
}

fieldset p {
	clear: left;
	margin: 0;
	padding: 0;
}

fieldset p label{
	float: left;
	width: 150px;
}

legend {
   padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
   color: #075A84;
	font-weight: bold;
	background-color: White;
}

ul {
	list-style-image: url(images/bullet.gif);
  	font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: normal;
	margin-top: 1px;
	margin-bottom: 0;
	padding-top: 0;
   
}

.heading {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10pt;
 font-style: normal;
 line-height: 1px;
 font-weight: bold;
 color: #075A84;
 display: block;
 padding-bottom: 6px;
 padding-top:5px;
 letter-spacing: -1px;
}

.headingimage {
  padding-top:10px;
}

#pagewidth{ 
 width:750px; 
 text-align:left; 
 margin-left:auto; 
 margin:0 auto; 
} 

#header{ 
clear: both;
 width:100%; 
 margin:0 auto;
 border-bottom:1px solid #015B99;
 } 
 
#subheader{ 
clear: both;
 width:100%; 
 margin:0 auto;
 background-image: url(images/headerbackgrnd2.gif);
  height: 90px;
 } 
 
#subheader-admin{ 
 width:100%; 
 margin:0 auto;
 background-image: url(images/headerbackgrnd.gif);
 height: 90px;
 } 
  
  
  
#outer{ 
 width:100%; 
 margin:0 auto;
 padding-top: 15px;
 }
 #outeradmin{ 
 width:100%; 
 margin:0;
 padding-top: 10px;
 background-color: #EAEFF5;

 }
 
#leftcol{ 
 float: left;
 width:50%;
  }
 
#leftcol2{ 
 float: left;
 width:40%; 
 }

#leftcol50{ 
 float: left;
 width:48%; 
 } 
 
 #col100{ 
 float: left;
 width:100%; 
 } 
 
 
#midcol{ 
  width:28%; 
  float: left; 
  border:1px solid #000;
 }
 
 #rightcol{ 
   width:40%; 
   float: right; 
 }
  
 #rightcol2{ 
   width:55%; 
   float: right; 
 } 
 
  #rightcol50{ 
   width:48%; 
   float: right; 
 } 
 
   
 
.datatable {
 	border:1px dotted #d6dde6;
	border-collapse: collapse;	
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: normal;
   line-height: normal;
   font-weight: normal;
   font-variant: normal;
}


.datatable caption {
 	
	color: #075A84;
	font-weight: bold;
	text-align: left;
	padding: 4px;
}

.datatable th {
 	background-color: #CBD9E9;
	color: #075A84;
	font-weight: bold;
	text-align: left;
	padding: 4px;
}
 
.datatable td {
 	text-align: left;
	padding: 4px;
}
 

 
.datatable tr.altrow {
 	background-color: #EAF1F6;
}
 
.datatable tr#recent {
 	color: #B22222;
}
 
 
.rightcolheader{ 
   text-align: right;
	margin-top: 15px;
	margin-right: 5px;
   width:40%; 
	height: 70px;
   float: right; 
	font-family: Arial, Helvetica, sans-serif;
   font-size: 8pt;
   font-style: normal;
	color: #5F5F5F;
 }
 
.leftcolheader{ 
   margin-left: 5px;
	margin-top: 15px;
   float: left;
   width:40%; 
	font-family: Arial, Helvetica, sans-serif;
   font-size: 8pt;
   font-style: normal;
	color: #5F5F5F;
 } 
 
  
 #rightcolright{ 
   width:48%;
	text-align: right; 
   float: right; 

 }
  
#tabnav ul {
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid #015B99;
	font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: bold;
  background-color: #EAEFF5;
	}

#tabnav ul li{
	list-style: none;
	margin: 0;
	display: inline;
}

#tabnav ul li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #015B99;
	border-bottom: none;
	background: #CBD9E9;
	text-decoration: none;
}
#tabnav ul li a:link {
   color: #075A84;
	
}
#tabnav ul li a:visited {
	color: #667;
}
#tabnav ul li a:link:hover, #tabnav ul li a:visited:hover {
	
	background: #86A6CC;
	border-color: #227;
}
#tabnav ul li a#current {
	background: white;
	border-bottom: 1px solid white;
}



#currency {
	text-align: right;	
}

#redcurrency {
	text-align: right;	
	color:#DC143C;
}

  
#footer{ 
clear: both;
 width:100%; 
 margin:0 auto;
 color: #6a6a6a;
 border-top:1px solid #015B99;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-style: normal;
 line-height: normal;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 text-decoration: none;
 margin-top: 10px;
  } 
 
 #subfooter{ 
 clear: both;
 color: #6a6a6a;
 font-family: Arial, Helvetica, sans-serif;
 font-size:9px;
 font-style: normal;
 line-height: normal;
 font-weight: normal;
 margin-bottom:40px;
 } 
  
.addninfo{ 
 width:120px; 
 border:10px solid White;
 }
  
.addouter{ 
 width:130px; 
 border:1px solid #0C6591;
 }
 
.leader {
 font-family: Arial, sans-serif;
 font-size: 14px;
 color: #026697;
 border: 4px solid #D9E3EC;
 padding: 10px 10px 10px 15px;
 border: 4px solid #D9E3EC;
 
}

.primarycontent {
 font-family: Arial, sans-serif;
 font-size: 12px;
 color: #333333;
 text-align: justify;
}

.content{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-style: normal;
 line-height: 12px;
 font-weight: normal;
 color: #575757;
 padding-left: 10px;
 text-align: justify;
 }
 
 .inputarea{
 margin-top: 5px;
 border: 1px dotted #708090;
 padding-left: 10px;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-right: 10px;
 }
 
 .legalcontent{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-style: normal;
 line-height: normal;
 font-weight: normal;
 text-transform: none;
 color: #333333;
 text-decoration: none;
 text-align: justify;
 }

#header .content{text-align: right;}

.quoteblock{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-style: normal;
 color: #749EAC;
 background-color: #EAEFF5;
 padding: 20px 20px 10px 20px;
 margin-bottom: 20px;
 line-height: 10px;
 border: 1px dashed #0869A0;
 }
 
 .quoteblock2{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-style: normal;
 color: #749EAC;
  padding: 0px 20px 10px 20px;
 line-height: 10px;
 }


.helpblock{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-style: normal;
 color: #666666;
 background-color: #EAEFF5;
 padding: 0px 10px 0px 10px;
 line-height: 10px;
 border: 1px dashed #0869A0;
}

.emailblock{
 font-family: monospace;
 font-size:12px;
 font-style: normal;
 padding: 10px 10px 10px 10px;
  border: 1px solid #DADADA;
  border-right: 3px;
  border-bottom: 3px;
}

.faqblock{
  padding: 10px 10px 10px 10px;
  border: 1px solid #DADADA;
  border-right: 3px;
  border-bottom: 3px;
}

.infoblock{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-style: normal;
 line-height: normal;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 color: #747474;
 background-color: #F5F8FB;
 padding: 10px;
 padding-left: 25px;
 border-left: 3px solid #CBD9ED;
}

.infoblock ul {
 margin: 0px 0px 0px 20px;
 list-style-image: none;
 font-size: 11px;  
 
 }

.helptext {
	color:#848484;
}

.greenblock{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 font-style: normal;
 line-height: normal;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 color: #006899;
 background-color: #EDF6D9;
 padding: 15px 15px 15px 15px;
  border-left: 3px solid #CBE58F;
}

.errblock{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 font-style: normal;
 line-height: normal;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 color: #006899;
 background-color: #FFDEAD;
 padding: 15px 15px 15px 15px;
  border-left: 3px solid #FFA00F;
}

.tipblock{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 font-style: normal;
 line-height: normal;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 border-left: 3px solid #CBE58F;
 color: #006400;
 background-color: #EDF6D9;
 padding: 15px 15px 15px 15px;
 margin-top:40px;
 margin-bottom:40px;
}

.inputbox {
 	border:1px solid #9CB6D4; 
	font-size:8pt; 
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	}
	
.selectionbox {
   height: 80px;
	overflow: auto;
	border:1px solid #9CB6D4; 
	font-size:8pt; 
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	margin-bottom: 3px;
	}
	
.hidden {
	display: none;
}	
	
.submitbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt; 
	color: #006699;
	background-color: #FAFAF9;
	border:1px solid #9CB6D4; 
	}
	
.logo {
	float: left;
	margin-top: 20px;
	padding-bottom: 5px;
	}
	
	
	
.login-container {
   float: right;
	text-align: right;
   width:200px; 
	padding-right: 10px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color:#0B6A86
	
}

.headerimages {
   float: left;
	margin-bottom: 15px;
	margin-right:95px;
	}

.container {
   border:1px solid #000;
   width:740px;
   margin:0 auto;
	border:1px solid #000;
}

.bluetablinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.bluetablinks a {text-decoration:none; color:#0C6591}

.industries {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	margin-bottom: 5px;
}

.detailstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #006699;
	text-decoration: none;
}

.bold { font-weight: bold;}

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

.question {
	font-weight: bold;
	font-size: 15px;
	float: left;	
}


.bulletimg {
	float: left;	
	padding-right: 10px;
}

.rightadjust {
	float: right;	
}


.leftadjust {
	padding-top: 10px;
	float: left;
	}

.stepshdr {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 16px;
   font-style: normal;
   font-weight: bolder;
   color: #046C9F;
	letter-spacing: -1px;
	line-height: 15px;
}



.steps {
   padding-bottom: 15px;
	line-height: 10px;
}

.indent1 {
	float: left;	
	margin-left:10px;
	margin-bottom: 15px;
	line-height: 15px;
}

.indent2 {
	float: left;	
	margin-left:5px;
	margin-right:10px;
	line-height: 11px;
	text-align: justify;
}

a {text-decoration:underline; color:#0C6591}
a:hover {text-decoration:underline; color:#FF6633}
a:active {text-decoration:none; color:#FF6633}


 
 .subnav{
 	list-style-image: url(images/orgnaro.gif);
  	padding: 3px 0;
	margin-left: 10px;
	padding-top:15px;
	border: 4px solid #D9E3EC;
	font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: normal;
   background-color: #FBFCFD;
 }
  
.problem-red{
	color: #DC143C;
}  
  
.temp { border:1px solid #000; }