/* CSS Document */
* {margin:0; padding:0;}
body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:100.1%; /*** Don't change this setting. Make all other
font-sizes in % (preferred) or ems ***/
	color:#000000;
	text-align: center;
	background: #5286C2;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 70%;
	line-height: 1.3em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	color: #666666;
	}	
/* ----- links ----- */
a:link {
	color: #5286C2;
	}
a:visited {
	color: #5286C2;
	}
a:hover {
	
	color: #003980;
	}
a:active {
	color: #5286C2;
	}
/* ----- lists ----- */
li {
	font-size: 90%;
	line-height: 1.1em;
	margin-top: 0.3em;
	margin-bottom: 0.2em; 
	}
ul {
	margin-top: 1.0em;
	margin-bottom: 1.0em; 
	}

ul ul{
}
ul ul ul{
}
td {
	font-size: 90%;
	}
img {
	border: 0;
	}
#wrapper {
}
/*-------------Headings*/
h1 {
	color: #96CFEA;
	margin-top: 10px;
	margin-bottom: 2px;
	padding: 5px;
	background: #003980;
	text-align: center;
	font: bold normal 86% Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #4A7CB9;
}
h2{
 font-size: 114%;
}

h3{
 font-size: 100%;
}

h4{
 font-size: 100%;
 font-weight: normal;
}

h5{
 font-size: 96%;
}
/* ----- Classes ----- */
.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 */
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
	}
.column {
	float: left;
	width: 40%;
	margin-right: 10px;
	margin-left: 10px;
}.hide{
display:none;
}
.show{
display:block;
}
/* ----- IDS ----- */
.twoColFixLtHdr #container {
	width: 775px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top: 1px solid #003980;
	border-right: 1px solid #003A80;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #003980;
} 
#logo_utilities {
	background: no-repeat;
	height: 94px;
	width: 774px;
	padding: 0px;
}

.twoColFixLtHdr #header {
	height: 380px;
	background-color: #003980;
	background-image: url(../../images/images/Slice_index.jpg);

} 
.twoColFixLtHdr #header h1 {
	margin: 0 0 0 -9000px; /* 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 */
	font-size: 1px;
	color: #003980;
	background: transparent;
	border-style: none;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
#sidebar1 h1 {
	font-variant: normal;
	background: #96CFED;
	color: #003980;
	border: 1px solid #76B0E2;
	font-family: Arial, Helvetica, sans-serif;
}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* 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: 0 20px; /* 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:#003980;
	clear:both;
} 
.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;

}  
#navigation{
}
/* ----- FORMS ----- */

form{
}
fieldset{
}
legend{
}
label{
}
input{
}
textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}

/* ----- TABLES ----- */

table{
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
}
tr .alt{
}
th{
}
td{
}
#page_title {
	width: 774px;
	margin-top: 20px;
}
#page_title p {
	margin-left: 450px;
	margin-top: 2px;
	font-size: 60%;
	margin-right: 30px;
	color: #FFFFFF;
}
.twoColFixLtHdr #container #header #page_title h1 {
	margin-left: 430px;
	font-size: 14px;
	margin-top: 60px;
	color: #FFFFFF;
	text-align: left;
	background: transparent;
	font-variant: normal;
	border-style: none;
}

#header img {
	margin: 0px;
	padding: 0px;
	float: left;
}
/*navigation formatting*/
.navlist
{
	padding: 0px 1px 1px;
	margin-left: 0px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
}

.navlist li
{
	list-style: none;
	margin: 0;
	display: inline;
}

.navlist li a
{
	padding: 0.25em 0.5em 0.25em 0.75em;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font-weight: normal;
	border-right: 2px solid #003980;
}

.navlist li a:link {
	color: #FFFFFF;
}
.navlist li a:visited {
	color: #FFFFFF;
}

.navlist li a:hover
{
	color: #A9F425;
	background: transparent;
	border-right: 2px solid #A9F425;
	border-bottom: 1px solid #A9F425;
	border-top-color: #A9F425;
	border-left-color: #A9F425;
}
.twoColFixLtHdr #footer a:link {
	color: #ffffff;
	}
.twoColFixLtHdr #footer a:visited {
	color: #ffffff;
	}
.twoColFixLtHdr #footer a:hover {
	background: #ffffff;
	color: #00397D;
	}
.twoColFixLtHdr #footer a:active {
	color: #ffffff;
	}
.twoColFixLtHdr #container #header #page_title a:link {
	color: #FFFFFF;
	}
.twoColFixLtHdr #container #header #page_title a:visited {
	color: #ffffff;
	}
.twoColFixLtHdr #container #header #page_title a:hover {
	background: #ffffff;
	color: #003980;
	}
.twoColFixLtHdr #container #header #page_title a:active {
	color: #ffffff;}
.twoColFixLtHdr #container #sidebar1 #sidebar2 #frmcollete table {
	font-size: 70%;
	color: #666666;
}
.disclaimer {
	font-size: 9px;
} 
