﻿/*BODY*/

body { padding: 0; margin: 0; font-family: times, serif; }

/*HEADING CLASSES */

H1 { font-family: "Arial"; color: black; margin: 10px text-align: left; border-bottom: 1px solid #99CCFF; }
H2 { font-family: "Arial"; color: black; margin: 10px text-align: left; border-bottom: 1px solid #99CCFF; }
H3 { font-family: "Arial"; color: black; margin: 10px text-align: left; border-bottom: 1px solid #99CCFF; } 
H4 { font-family: "Arial"; color: black; margin: 10px text-align: left; border-bottom: 1px solid #99CCFF; }
H5 { font-family: "Arial"; color: black; margin: 10px text-align: left; border-bottom: 1px solid #99CCFF; }
H6 { font-family: "Arial"; color: black; margin: 10px text-align: left; border-bottom: 1px solid #99CCFF; }

H1.highlight { font-family: "Arial"; color: black; margin: 10px text-align: left; border: 0; }
H2.highlight { font-family: "Arial"; color: black; margin: 10px text-align: left; border: 0; }
H3.highlight { font-family: "Arial"; color: black; margin: 10px text-align: left; border: 0; }
H4.highlight { font-family: "Arial"; color: black; margin: 10px text-align: left; border: 0; }
H5.highlight { font-family: "Arial"; color: black; margin: 10px text-align: left; border: 0; }
H6.highlight { font-family: "Arial"; color: black; margin: 10px text-align: left; border: 0; }

/*PARAGRAPHS*/

br { margin: 10px }
pre { margin: 10px }
p { margin: 10px }


/*BREADCRUMB ID*/

ul#breadcrumb { display: none; }
ul#breadcrumb li { display: none; }
ul#breadcrumb a { display: none; }
ul#breadcrumb a:hover { display: none; }

/*FOOTER ID*/

#footer { display: block; float: left; color: white; background: darkblue; padding: .2em 1em; border-right: 1px solid white; }

/*NAVIGATION ID*/

ul#nav { display: none; }
ul#nav li { display: none; }
ul#nav a { display: none; }


/*LINK CLASSES*/

a:link { color: black; padding -4em 0; position: relative; z-index 1; text-decoration: none; }
a:hover { color: black; padding -4em 0; position: relative; z-index 1; text-decoration: none; }
a:visited { color: black; padding -4em 0; position: relative; z-index 1; text-decoration: none; }
a:focus { color: black; padding -4em 0; position: relative; z-index 1; text-decoration: none; }
a:active { color: black; padding -4em 0; position: relative; z-index 1; text-decoration: none; }

a.external:link { background: url('images/netonly.gif') no-repeat 0% 0; 
padding-left: 18px; color: black; text-decoration: none; }
a.external:hover { background: url('images/netonlyhover.gif') no-repeat 0% 0; 
padding-left: 18px; color: black; text-decoration: none; }
a.external:visited { background: url('images/netonlyvisited.gif') no-repeat 0% 0; 
padding-left: 18px; color: black; text-decoration: none; }
a.external:focus { background: url('images/netonly.gif') no-repeat 0% 0; 
padding-left: 18px; color: black; text-decoration: none; }
a.external:active { background: url('images/netonly.gif') no-repeat 0% 0; 
padding-left: 18px; color: black; text-decoration: none; }

a.protected:link { background: url('images/inetonly.gif') no-repeat 0% 0; 
padding-left: 18px; color: black; text-decoration: none; }
a.protected:hover { background: url('images/inetonlyhover.gif') no-repeat 0% 0; 
padding-left: 18px; color: black; text-decoration: none; }
a.protected:visited { background: url('images/inetonly.gif') no-repeat 0% 0; 
padding-left: 18px; color: black; text-decoration: none; }
a.protected:focus { background: url('images/netonly.gif') no-repeat 0% 0; 
padding-left: 18px; color: black; text-decoration: none; }
a.protected:active { background: url('images/netonly.gif') no-repeat 0% 0; 
padding-left: 18px; color: black; text-decoration: none; }

/*DIV IDs */

#breadcrumbtrail { display: none; }
#pageheader {  }
#vertnavigation { display: none; }
#content { float: left; }
#footer { display: block; float: left; color: white; background: darkblue; padding: .2em 1em; border-right: 1px solid white; }
#horiznavigation {  }

/*OTHER IDs*/

#noprint { display: none; }
