html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
    margin: 0; 
    padding: 0; 
    border: 0; 
}
body { 
	color: #000000;
	background-color: #002B8E;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}
img { border: 0 }
#main {
	width: 900px;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;	
	text-align: left;
}
#banner { padding-left: 35px; }

h1 { 
	font-size: 34px; 
	height: 40px;
	margin-top: -6px;
	color: #002d42; 
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
h2 { 
	font-size: 1.1em; 
	color: #002A8A; 
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 4px 0px;
}
#nav {
	display: block;
	padding-top: 10px;
	padding-bottom: 20px;
}
#nav a {
	margin-right: 20px;
	color: #333333;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}
#nav a.selected {
	color: #002b8e;

}
#nav a:hover {
	text-decoration: underline;
}
#container #subcon {
	float: left; 
	width: 171px; 
	margin-right: 30px;
	padding: 0px;
	text-align: center;
	border: 1px solid #666;
	color: #002b8e;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 10px;
}
#container #subcon img {
	display: block;
	margin: 0 auto;
	padding: 10px 0px;
}

#content {
	width: 810px;
	padding: 10px;
	position: relative;
	background-image: url(../img/bg_nav.jpg);
	background-repeat: repeat-x;
	padding-top: 0px;
}
#container { width: 750px; padding: 0px 30px; }
#container p { margin: 0px 0px 9px 0px; }
#container #copy {
	float: right; 
	width: 540px;
}
#container #copy img.rt {
	float: right; 
	margin: 0px 0px 20px 20px;
}
#container #copy ul {
	margin-left: 30px;
}
#container #copy ul li {
	margin-bottom: 10px;
}
.rightimg {
	float: right;
	width: 170px;
	margin: 0px 0px 20px 14px;
	padding-left: 9px;
	border-left: 1px solid #999999;
}
#container #copy .rightimg img {
	float: none;
	margin: 0;
	margin-bottom: 2px;
}
#container #copy .rightimg ul {	margin-left: 15px; margin-bottom: 10px; }
#container #copy .rightimg ul li { list-style-type: square; font-size: .9em; margin-bottom: 0px;  }
#container #copy #quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: 1.5em;
	font-style: italic;
	color: #666;
	font-weight: normal;
}
#container #copy #quoteattrib {
 	color: #002A8C;
	text-transform: uppercase;
	font-size: .9em;
	font-weight: bold;
}
#container #copy #quoteattribname {
	text-transform: uppercase;
	font-size: .9em;
	font-weight: bold;
	margin-top: 5px;
}
#container #copy #readmore {
	display: inline;
}
#container #copy .rightimg p { padding: 2px 10px; }
#footer {
	width: 830px;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #ababab;
}
#footer img { margin-left: 2px; }
#footer td {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.7em;
	margin: 0; padding: 0;
	color: #333333;
}
#footer td a { text-decoration: none; }
#footer td a:hover { text-decoration: underline; }

#pnavcontainer {
	background-color: #eee;
	height: 85px;
	width: 836px;
	border-bottom: 1px solid #666;
}
ul#pnav {
	padding:0; 
	list-style:none; 
	font-size:11px; 
	height: 85px;
	float: left;
}
ul#pnav li {
	margin:0; 
	padding:0;
    float: left;
    position: relative;
    height: 85px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

ul#pnav li a { 
    text-decoration: none; 
    color: #333333;
	display: block; 
	padding: 8px 9px 4px 9px;
	padding-top: 63px;
	text-align: center;
	border-bottom: 1px solid #666;
	width: 50px;
}
ul#pnav li a:hover { text-decoration: underline; }
ul#pnav li.sel a { 
    text-decoration: none; 
    color: #333333;
	font-weight: bold;
	background-color: #fff; 
	border-bottom: 1px solid #fff;
	border-left: 1px solid #666;
	border-right: 1px solid #666;	
	width: 60px;
}
#navcontainer {
	margin-left: 0;
	margin-right: auto;
	width: 836px;
	background-image: url(../img/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 30px;
	clear: both;
}
ul#nav  { 
	margin: 0 auto; 
	padding:0; 
	list-style:none; 
	display:table; 
	white-space:nowrap; 
	font-size:11px; 
	height: 32px;
}
ul#nav li {
	display:table-cell; 
	margin:0; 
	padding:0;
    float: left;
    display: table-cell;
    position: relative;
    height: 42px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

ul#nav li.sel {
    background-image: url(../img/nav_sel_bg.gif);
	background-repeat: no-repeat;
	background-position: center 31px;    
}
ul#nav li a { 
    text-decoration: none; 
    color: #333333;
	display: block; 
	padding: 8px 9px;
}
ul#nav li.sel a { 
    text-decoration: none; 
    color: #333333;
	font-weight: bold; 
}
ul#nav li.sel a:hover, ul#nav li a:hover  { text-decoration: underline; }




h3 { font-size: 12px; }
#clear { clear: both; }
a { color: #0077af; }

table.dataTable {
 width: 100%;
 border: 0;
 border-collapse: collapse;
 font-size: .85em;
}
table.dataTable th {
 border-bottom: 1px solid #0D6E9E;
 text-align: left;
 background-color: #B7D4E2;
 padding: 3px;
 vertical-align: bottom;
 line-height: 1.2em;
}
table.dataTable td {
 padding: 2px;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #B7D4E2;
 vertical-align: top;
}
.ctr { text-align: center; }
.ip { text-align: right; white-space:nowrap; } 
