@charset "utf-8";
* {margin:0, padding:0;}
h3 {margin-top:0px;}
p {padding-top:5px; padding-bottom:5px; margin-top:0; margin-bottom:0;}
a {text-decoration:none; color:#0000FF;}
a:hover {text-decoration:underline;}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #e0e4e5;
	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;
}
.twoColFixLtHdr #container { 
	width: 780px;  /* 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: 1px solid #003366;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
} 
.twoColFixLtHdr #header { 
	background: #ffffff; 
	padding: 0;
	margin: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. */
} 
.twoColFixLtHdr #header p {
	margin: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* 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: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0px 15px;
	margin:0px;
}
.twoColFixLtHdr #sidebar1 img {padding:0; margin:0; }
.twoColFixLtHdr #mainContent {
	margin: 0 10px 0 160px; /* the left margin on this div element creates the column down the left 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: 10px 10px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#003366;
	height:50px;
} 
.twoColFixLtHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:72%;
	line-height:50%;
}
#footer a {
	color:#ffffff;}
.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;
}
.services, .services ul {
	margin-left:0;
	padding-left:0;
	padding-top:0;
	margin-top:0;
	list-style-image:url(images/bullet.jpg);
	list-style-position:inside;
	text-indent:-1em;
}
.servlist {
	font-size: 12px;
	line-height:16px;
}
.servlist a {
	text-decoration:none;
	color:#003366;
}
.servlist a:hover {
	text-decoration:underline;
}
.serviceheader {
	font-size: 80%;
	color: #003366;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-color: #E6F0FF;
}
.serviceheader a {
	text-decoration:none;
	color:#003366;
}
.serviceheader a:hover {
	text-decoration:underline;
}
#leftcolumn {
	padding-left:5px;
	padding-right:5px;
	border-right: 1px solid #003366;
	margin-top:15px;
	width: 140px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#rightcolumn {
	padding-right:5px;
	padding-left:3px;
	border-left:1px solid #003366;
	margin-top:15px;
	height:325px;
}
#bottcolumn {
	border-top:1px solid #003366;
	padding-top:5px;
}
.spacer {height:15px;}
.welcome {color: #FF0000}
.bodytext {font-size: 90%;}
.redheader {
	color: #FF0000;
	font-size: 14px;
}
.style1 {
	font-size: 90%;
	font-style: italic;
	color: #000000;
}
.style2 {color: #000000; font-size: 90%;}
.style3 {color: #000000}
