@charset "UTF-8";
/* CSS Document */

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #000033;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #FFFFFF;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 13px;
}
h3 {
	font-size: 13px;
	text-align: center;
	line-height: 130%;
}
p {
	font-size: 12px;
	line-height: 130%;
}
a, a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #CCCCCC;
}
.thrColElsHdr #container { 
	margin: 3px;
} 
.thrColElsHdr #header { 
	display: none;
}  

.thrColElsHdr #header1 { 
	display: none;
}
.thrColElsHdr #navbar { 
	display: none;	
}

.thrColElsHdr #sidebar1 {
	display: none;
}
.sidebar1blue {
	display: none;
}
.thrColElsHdr #sidebar2 {
	display: none;
}

.thrColElsHdr #mainContent {
	margin: 0; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 
.thrColElsHdr #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top: 1px #00316E solid;
} 
.thrColElsHdr #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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.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. */
	margin-left: 3px;
}
.fltlft { /* this class can be used to float an element left in your page */
	margin-right: 3px;
}
.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;
}

[if IE]>

/* place css fixes for all versions of IE in this conditional comment */
.thrColElsHdr #sidebar1, .thrColElsHdr #sidebar2 { padding-top: 0; }
.thrColElsHdr #mainContent { zoom: 1; padding-top: 0; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

<![endif]
