@charset "UTF-8";
/* CSS Document */
/*
white: #E7F1F9
background blue: #00192E
*/

html, body{
	height:100%;
	padding:0;
	position:relative;
	font-family:Helvetica, Corbel, Verdana, sans-serif;
	font-size:0.95em;
	*font-size:0.85em;
	line-height:1.3em;
}
body{
	background-color:#00192E;
	background-image:url(../cssImages/BKGD.jpg);
	background-attachment:fixed;
	_background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:left top;
	text-align:left;
}
body.flashPage{
	background-image:url(../cssImages/flashBKGD.jpg);
}
h1,h2,h3,h4,h5,h6{
	color:#005DAA;
	padding:0 0 5px 0;
}
h1,h2,h3,h4,h5,h6,p{
	line-height:1.2em;
}
p, ol, ul, dl{
	font-size:1em;
}
h1{
	font-size:2.5em;
}
h2{
	font-size:2.0em;
}
h3{
	font-size:1.5em;
}
h4{
	font-size:1.5em;
	font-weight:normal;
}
h5{
	font-size:1.2em;
}
h6{
	font-size:1em;
	font-weight:bold;
}
p{ padding:0 0 10px 0
}

.pngfix{ behavior: url(iepngfix.htc) }

ul, ol{
	margin:0;
	padding:5px;
	list-style-position:inside;
}
#columnLeft p a, #columnLeft ul a, #columnLeft ol a, #columnLeft dl a{
	text-decoration:none;
	padding:1px 1px 0 1px;
	margin:-1px -1px 0 -1px;
	border-bottom:1px dotted;
	color:#005DAA;
	font-weight:bold;
}
#columnLeft p a:hover, #columnLeft ul a:hover, #columnLeft ol a:hover, #columnLeft dl a:hover {
	color:#C6CFE9;
	background-color:#00192E;
}
.noUnderline{
	text-decoration:none !important;
	border:none !important;
	background:none !important;
}
.noPad{
	padding:0;
}
.smaller{
	font-size:smaller;
}
.plainList{
	list-style-type:none;
	padding:0 0 10px 0;
}
.noWrap{
	white-space:nowrap;
}