/*
   Contains very basic page formatting. Only a small amount of CSS 1.0 should be used
   because browsers 4.0 and newer can read this file. Limit the CSS in this file to
   that commonly supported by all browsers since Internet Explorer and Netscape 4.0.
*/

/* CSS rules to be used within EditLive should be placed between these two comments */
/* EditLive Styles~ */
/* ~EditLive Styles */

a:link {
  color: #C00;
  text-decoration: none;
}

a:visited {
  color: #666;
  text-decoration: none;
}


a:hover, a:active, a:focus {
  color: #000;
  text-decoration: underline;
}

body {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

.asterick {
  font-size: 120%;
  font-weight: 900;
  color: #f00;
}

.hideFrom4,
#logoText,
#mainNav li li span,
.showOnlyHandheld { display: none; }

.spacer {
  clear: both;
  overflow: hidden;
}

/* GLOBAL FONT STYLES */
.arial, .arial70, .arial80, .arial120, .arial150, .arial175 { font-family: Arial, Helvetica, Sans-serif; }

.courier, .courier70, .courier80, .courier120, .courier150, .courier175 { font-family: "Courier New", Courier, Monospace; }

.garamound, .garamound70, .garamound80, .garamound120, .garamound150, .garamound175 { font-family: Garamound, Georgia, "Times New Roman", Times, Serif; }

.georgia, .georgia70, .georgia80, .georgia120, .georgia150, .georgia175 { font-family: Georgia, "Times New Roman", Times, Serif; }

.palatinoLinotype, .palatinoLinotype70, .palatinoLinotype80, .palatinoLinotype120, .palatinoLinotype150, .palatinoLinotype175 { font-family: "Palatino Linotype" Palatino, Georgia, "Times New Roman", Times, serif; }

.times, .times70, .times80, .times120, .times150, .times175 { font-family: "Times New Roman", Times, Serif; }

.verdana, .verdana70, .verdana80, .verdana120, .verdana150, .verdana175 { font-family: Verdana, Arial, Helvetica, Sans-serif; }

.arial70, .courier70, .garamound70, .georgia70, .palatinoLinotype70, .times70, .verdana70 { font-size: 70%; }

.arial80, .courier80, .garamound80, .georgia80, .palatinoLinotype80, .times80, .verdana80 { font-size: 80%; }

.arial120, .courier120, .garamound120, .georgia120, .palatinoLinotype120, .times120, .verdana120 { font-size: 120%; }

.arial150, .courier150, .garamound150, .georgia150, .palatinoLinotype150, .times150, .verdana150 { font-size: 150%; }

.arial175, .courier175, .garamound175, .georgia175, .palatinoLinotype175, .times175, .verdana175 { font-size: 175%; }
/* END GLOBAL FONT STYLES */
