/* Screen style sheet

Author: MEME



First version: September, 2002

This version: September, 2002



Arranged as follows: 

1) imported rules, if applicable;

2) rules applied to HTML elements;

3) rules applied to classes;

4) rules applied to ID'd objects;

5) "stunts" and DHTML rules which override those established above.



*/

@import url("extra.css");



/* font sizes */

body, dt, dd, h2, h3, h4, label, input li, li p, p, td li, td p { font-size: small; }

h1 { font-size: medium; }



.mainpagelinks { font-size: x-small; }



/* html elements */

a { background: #fff; color: #339; }

a:hover { background: #fff; color: #5b7bb5; text-decoration: none; }

a:visited { background: #fff; color: #535f8e; }



body { background: #fff; color: #006; }

body, dt, dd, div, h1, h2, h3, h4, label, li, li p, p, td p { font-family: Verdana, Arial, sans-serif; }



dt { margin-top: 1em; }



 h1, h2, h3, h4 { 

 background: #fff;

 font-family: Verdana, Arial, sans-serif; 

 font-weight: 700;

 }

h1, h2 { text-transform: uppercase; }

 

h1 { color: #b4b557; }

h2 { color: #5372ad; }

h2, p { margin-bottom: .67em; margin-top: .67em; }

h3 { color: #28388d;}



img { border: 0; display: block; vertical-align: bottom; } 

label { font-weight: 700; }





/* classes */





/* id's */



#Header a { color: #28388d; text-transform: uppercase; }

#Header a:hover { color: #5b7bb5; text-transform: uppercase; }



#HeaderLinks { font-weight: 700; text-transform: uppercase;  }

#Logo { margin: 5px 0 0 0; }

#Navigation a { font-weight: 700; }

#SkipNav, #SkipNav a { background: #fff; color: #fff; }



/* stunts */

#Crisisline h1 { 

background: #fff; 

border: 0; 

color: #28388d; 

text-transform: none;

}

 

div.mainpagelinks a, div.mainpagelinks a:visited { color: #b4b557; font-weight: 700; }



.long { font-size: 110%; }

