body {
background-color: #fff; /* NOTE: override in layoutNav to slate = #3D5864 */
font: normal normal normal small Verdana,Arial,Helvetica,sans-serif;
margin: 0; /* positions the content in the top left */
padding: 0; /* used by Opera to position the content in the top left*/
}
body, h1, h2, h3, h4, h5, h6, ol, ul, li, p {
color : #4E6D95; /* text blue */
font-family: Verdana, Arial, Helvetica, sans-serif;
}
p, ul, ol, li { line-height: 140%; }
big { font-size: 110%; }
strong, b { font-weight: bold;} 
h1 { font-size: 175%; }
h2 { font-size: 130%; }
h3 { font-size: 110%; }
h4 { font-size: 100%; }
h5 { font-size: 100%; }
h6 { font-size: 97%; }
a { color: #5197CB; text-decoration: none; /* link blue */} 
a:visited {	color : #5197CB; /* same as link blue? */ } /* visited must be before hover */
a:hover { color : #004B74; text-decoration: underline; /* hover blue */}
a:focus { color : #004B74; }
a:active { color : #004B74; }
.devNote {
color: #090;
background-color: #9f9;
}
h1, h2, h3, h4, h5, h6 {
color: #4D7094;
font-family: Verdana, Arial;
margin: 0 0 1em 0;
}	
h1 {
color: #485D69; /* title gray */
font-size: 1.75em;
font-weight: normal;
line-height: 1.4em;
margin-bottom: 0.6em;
}
#skipNav {
display: none;
}