@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	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 */
	
}
 #container {
	width: 805px;  /* 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 */
	border: 2px solid #4386fc;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
 #header {
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:260px;
}
 #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 */
}
 #subhead {
    background: #DDDDDD; 
	padding: 2px 2px 0px 2px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */ 	
	height:25px;
	background:#002a53;
	border: 2px solid #4386fc;
}
/* the following is the css for the 'p' element - used for text link styling */
    .bcrumb1  {  /*this is for left side breadcrumb trail */
	font-weight:normal;color:#ffffff;letter-spacing:1pt;word-spacing:1pt;font-size:.8em;text-align:left;font-family:georgia, serif;line-height:1;
/* this is for home link on left side of header */
	}
	.bcrumb1 A:link {
	font-weight:normal;color:#ffffff;letter-spacing:1pt;word-spacing:1pt;font-size:.8em;text-decoration:underline;text-align:left;font-family:georgia, serif;line-height:1;	
	}
	.bcrumb1 A:visited  {
	 font-weight:normal;color:#ffffff;letter-spacing:1pt;word-spacing:1pt;font-size:.8em;text-decoration:underline;text-align:left;font-family:georgia, serif;line-height:1;
	}
	.bcrumb1 A:active  {
	font-weight:normal;color:#ffffff;letter-spacing:1pt;word-spacing:1pt;font-size:.8em;text-decoration:underline;text-align:left;font-family:georgia, serif;line-height:1;
	}
	.bcrumb1 A:hover {
	font-weight:normal;color:#ffffff;letter-spacing:1pt;word-spacing:1pt;font-size:.8em;background:#4386fc;text-align:left;font-family:georgia, serif;line-height:1;
	}
	.bcrumb2 {   /*this is for the request information link (note: need to add link stylings in the subhead too for this-20dec*/
	font-weight:bold;text-transform:uppercase;color:#ffffff;letter-spacing:0pt;word-spacing:0pt;font-size:1em;text-align:left;font-family:georgia, serif;line-height:1;
	}
	.bcrumb2 A:link {   
	font-weight:bold;text-transform:uppercase;color:#ffffff;letter-spacing:0pt;word-spacing:0pt;font-size:1em;text-decoration:underline;text-align:left;font-family:georgia, serif;line-height:1;
	}
	.bcrumb2 A:visited {   
	font-weight:bold;text-transform:uppercase;color:#ffffff;letter-spacing:0pt;word-spacing:0pt;font-size:1em;text-decoration:underline;text-align:left;font-family:georgia, serif;line-height:1;
	}
	.bcrumb2 A:active {   /*this is for the request information link (note: need to add link stylings in the subhead too for this-20dec*/
	font-weight:bold;text-transform:uppercase;color:#ffffff;letter-spacing:0pt;word-spacing:0pt;font-size:1em;text-decoration:underline;text-align:left;font-family:georgia, serif;line-height:1;
	}
	.bcrumb2 A:hover {   /*this is for the request information link (note: need to add link stylings in the subhead too for this-20dec*/
	font-weight:bold;text-transform:uppercase;color:#ffffff;letter-spacing:0pt;word-spacing:0pt;font-size:1em;background:#4386fc;text-align:left;font-family:georgia, serif;line-height:1;
	}
 #mainContent {
	padding: 5px 10px 5px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
/* the following is the css for the 'p' element -used for text styling */
   .title {
	   font-weight:bold;color:#002a53;letter-spacing:1pt;word-spacing:1pt;font-size:1.5em;text-align:center;font-family:georgia, serif;line-height:1;
   }
   .subt {
	   font-weight:bold;font-variant:small-caps;color:#4386fc;letter-spacing:2pt;word-spacing:2pt;font-size:1.2em;text-align:center;font-family:georgia, serif;line-height:1;
   }
   .top {
	   font-weight:bold;text-transform:uppercase;color:#002a53;letter-spacing:1pt;word-spacing:1pt;font-size:1em;text-align:left;font-family:georgia, serif;line-height:1;
   }
   .block {
	   font-weight:normal;color:#002a53;letter-spacing:0pt;word-spacing:1pt;font-size:1em;text-align:left;font-family:georgia, serif;line-height:1;
   }
   /* the following is for main content text links */
   
   .main A:link {
	  font-family: georgia,serif; text-decoration: underline; color:#002a53;
   }
   .main A:visited {
	   font-family: georgia,serif; text-decoration: underline; color:#002a53;
   }
   .main A:active  {
	   font-family: georgia,serif; text-decoration: underline; color:#002a53;
   }
   .main A:hover  {
	   font-family: georgia,serif; text-decoration: underline; color:#002a53; background:#4386fc;
   }
   /* this is for the address on the about us page */
   .subtadd {
	   font-weight:bold;font-variant:small-caps;color:#4386fc;letter-spacing:2pt;word-spacing:2pt;font-size:1.2em;text-align:left;font-family:georgia, serif;line-height:1;
   }
   /* the following is for aligning text next to an image */
   .imgfloatleft  {
    float:left;width:auto;padding:5px 10px 5px 0px;margin:0px;  
   }
   
   /* the following is for header breadcrumb links */
   
   .bcrumb A:link {
	  font-family: georgia; text-decoration: underline;
   }
   .bcrumb A:visited {
	   font-family: georgia; text-decoration: underline;
   }
   .bcrumb A:active  {
	   font-family: georgia; text-decoration: underline;
   }
   .bcrumb A:hover  {
	   font-family: georgia; text-decoration: underline;background:#4386fc;
   }
 #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#002a53;
	height:40px;
}
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 2px 2px 2px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
   .footer1 {
	   font-weight:normal;color:#ffffff;letter-spacing:2pt;word-spacing:1pt;font-size:.9em;text-align:left;font-family:georgia, serif;line-height:1;
   }
   .footer2 {
	   font-weight:normal;font-style:oblique;color:#ffffff;letter-spacing:1pt;word-spacing:1pt;font-size:.7em;text-align:right;font-family:georgia, serif;line-height:1;
   }
   
 