body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #dfdfdf;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.style2 {color: #00237d}
.style3 {color: #ab0012}
.sendbtn {margin-top: 5px;	border: solid 1px #2d426e; background-color: #FFF;}
.viewbtn {border: solid 1px #2d426e; background-color: #FFF;} 
.twoColFixRtHdr #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background-image:url(images/header.gif);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	height: 132px;
	width: 902px;
}
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px;
	border-top: solid 4px #dfdfdf;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 220px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-top: solid 4px #dfdfdf;
	border-right: solid 4px #dfdfdf;
} 
.twoColFixRtHdr #footer { 
	/*padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #2d426e;
	background-image:url(images/camera.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	height: 65px;
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	border-top: solid 4px #dfdfdf;
} 
.twoColFixRtHdr #footer #cr {
	/*margin: 0; /*zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	/*padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	font: 100% Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-align: center;
	margin-top: 20px;
}
.twoColFixRtHdr #footer a,a:link,a:visited {
	/*margin: 0; /*zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	/*padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	text-align: left;
	text-align: center;
}
.note {
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding: none;
	margin: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#ltext {
	font: 100% Tohoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	padding-left: 5px;
	padding-top: 5px;
}

#linebreak1 {
	background-image:url(images/gpixel.gif);
	background-position:center;
	height: 8px;
	margin-left: 7px;
	margin-right: 7px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#flashcontent {
	width: 545px;
	height: 170px;
	border: solid 1px #000;
	margin-left: auto;
	margin-right: auto;
}

#lcontent {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 20px;
	font: 100% Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	text-align: left;
	
}

#lcontent heading {
	font: 100% Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.35em;
	color: #000;
	text-align: center;
	
}

#linebreak2 {
	background-image:url(images/gpixel.gif);
	background-position:center;
	height: 4px;
	margin-top: 25px;
	margin-bottom: 6px;
}

#contactform {
	padding-left: 5px;
	font: 100% Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	text-align: left;
}

.h2 {
	font: 100% Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #000;
}

.formfields {
	border: solid 1px #2d426e;
	background-color: #FFF;
	width: 175px;
}

.mfield {
	border: solid 1px #2d426e;
	background-color: #FFF;
	width: 550px;
}

.lbfield {
	border: solid 1px #2d426e;
	background-color: #FFF;
	width: 195px;
}

.h6 {
	color: #2d426e;
	font: 100% Arial, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	margin:auto;
	padding-left: 25px;
}

h5 {
	color: #2d426e;
	font: 100% Arial, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	margin:auto;
	padding-left: 70px;
}

.lb {
	color: #000;
	font: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#linebreak3 {
	background-image:url(images/gpixel.gif);
	background-position:center;
	height: 4px;
	margin-top: 8px;
	margin-bottom: 6px;
}

/* Tabs */
#tabsB {
  float:left;
  width:100%;
  font-size:75%;
  line-height:normal;
  margin-top: 101px;
  margin-left: 11px;
  }
#tabsB ul {
  margin:0;
  list-style:none;
  }
#tabsB li {
  display:inline;
  margin:0;
  padding:0;
  }
#tabsB a {
  float:left;
  background:url("images/tableft.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  }
#tabsB a span {
font-family: Arial, Helvetica, sans-serif;
  float:left;
  display:block;
  background:url("images/tabright.gif") no-repeat right top;
  padding:5px 10px 2px 5px;
  color:#FFF;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsB a span {float:none;}
/* End IE5-Mac hack */
#tabsB a:hover {
  background-position:0% -42px;
  }
#tabsB a:hover span {
  background-position:100% -42px;
  }
  
  
#lcontent p {
	text-indent: 30pt;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

#lcontent a, a:link, a:visited, img {
	color: #00237d;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border: none;
}

li {
	line-height: 18px;
	margin-bottom: 5px;
}

.h4 {
	font: 100% Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000;
}
