@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background-image:url(../shared/bgr-repeat.jpg); background-repeat:repeat-x;

	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: #FFA507;
}
img {border:none}
img a {border:none}

a:link {color: #030088;text-decoration: none;}
a:visited {text-decoration: none;color: #030088;}
a:hover {text-decoration: underline;color: #030088;}
a:active {text-decoration: none;color: #030088;}

.twoColFixLtHdr #container {
	width: 953px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #030088;
	background-image: url(../shared/container-bgr-repeat.jpg);
	background-repeat: repeat-x;
} 
.twoColFixLtHdr #header {
	padding: 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 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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 215px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 26px;
	font-size:0.76em;
}
.twoColFixLtHdr #sidebar1 #sidebar1-bgr {
background-image:url(../shared/left-nav-bgr-repeat.jpg); background-repeat:repeat-x; height:584px;}

.twoColFixLtHdr #sidebar1 #sidebar1-bgr2 {
background-image:url(../shared/left-nav-bgr-repeat2.jpg); background-repeat:repeat-x; height:440px;}

.twoColFixLtHdr #sidebar1 #nav-white-links-container #nav-white-links{height:15px; width: 186px; margin:0; padding:0; font-size:1em; font-weight:bold; float:left;}

.twoColFixLtHdr #sidebar1 #nav-white-links-container #nav-white-links a:link {color: #FFFFFF;text-decoration: none; }
.twoColFixLtHdr #sidebar1 #nav-white-links-container #nav-white-links a:visited {color: #FFFFFF;text-decoration: none;}
.twoColFixLtHdr #sidebar1 #nav-white-links-container #nav-white-links a:hover {color: #FFFFFF;text-decoration: underline;}
.twoColFixLtHdr #sidebar1 #nav-white-links-container #nav-white-links a:active {color: #FFFFFF;text-decoration: none;}

.twoColFixLtHdr #sidebar1 #links-header{width:215px; height:21px; float:left; background-color:#FFFFFF;}


.twoColFixLtHdr #sidebar1 #links-header #company-info-text {width:205px; height:21px; float:left; background-color:#DDE9F3; color:#030088; font-size:1.1em; font-weight:bold;}
.twoColFixLtHdr #sidebar1 #links-header #company-info-text #nav-text-align {margin:3px 0 0 6px;}
.twoColFixLtHdr #sidebar1 #nav-white-vspacer{height:3px; width: 196px; margin:0; padding:0; float:left;}

#news-heading{font-family: "Trebuchet MS" , Arial, Helvetica, Tahoma, sans-serif; font-size:1.2em; font-weight:bold;  color:#17059C; }
#news-subhead{font-family: "Trebuchet MS" , Arial, Helvetica, Tahoma, sans-serif; font-size:1.1em; font-weight:bold;  color:#17059C; }


#body-copy-area ul{
border:0;
margin:0;
list-style:none;/* basically, don't use list style, because you cannot control the position of the list image */
/*list-style-image:url(../images/arrow.gif);*/
/*list-style-position: outside;*/
/*list-style-type: none;*/
padding:0; /* Make padding 0 so it won't display the extra gap to the left in Firefox*/
width:94%;
line-height:1.4em;

}
#body-copy-area li
{display: block; /*The first setting will apply to all browsers*/
#display: inline-block; /*The second setting will only apply to Microsoft IE browsers*/
_display: inline-block;  /*The third setting will only apply to IE browsers 6.0 and older*/

border:0; background:url(../shared/bullet.gif) no-repeat top left; /*adjusts the bullet 3px from top.*/padding:0 0 0 20px;/* space for your GIF image */margin:3px 0 0 0;} /*display:inline-block;*/

#body-copy-area li a:link{text-decoration:none;}/*Taken off display: block;*/



.twoColFixLtHdr #mainContent {
	min-height:440px;
	height:100%;
	background-color: #FFCC66;
	width: 650px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #030088;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #005EA8;
} 
.twoColFixLtHdr #footer {
	height:20px;
	background-color: #030088;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.twoColFixLtHdr #footer p {
	font-size:0.7em;
	color:#cccccc;
	text-align:right;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #footer p a:link{text-decoration:none; color:#ffffff;}
.twoColFixLtHdr #footer p a:visited{text-decoration:none; color:#ffffff;}
.twoColFixLtHdr #footer p a:hover{text-decoration:none; color:#ffffff;}
.twoColFixLtHdr #footer p a:active{text-decoration:none; 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;
}

table{border-collapse:collapse;}
td{font-size:0.98em;}
td{line-height:1.2em;}