﻿/* COMMON FONT STYLES */

html {}

body {
	font-family: verdana;
	font-size: .9em;
	color: #202020;}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  padding-top: 0;}

h1 {
  font-family: Trebuchet;
  font-size: 1.3em;
  color: #143348;
  font-variant: small-caps;}

h2 {
	font-size: 1.2em;
	color: #5f000a;}

h3 {
	font-size: 1.1em;
	color: #22587c;}

h4 {
	font-size: 1.0em;}

h5 {
	font-size: 1.0em;}

h6 {
	font-size: 1.0em;}

p {}

a {
  color: #298ba8;}

	a:hover {}

blockquote {}
	
	blockquote p {}
	
acronym {}

img {}

table.linksTable {}

  .linksTable h1,
  .linksTable h2,
  .linksTable h3,
  .linksTable h4,
  .linksTable h5,
  .linksTable h6 {
    margin-bottom: 0;}

  .linksTable a {
    color: #153448;}
  
  .linksTable ul {
    margin: 0;
    padding: 0 0 0 10px;}
  
  .linksTable ul li {
    list-style-type: none;}


/* SPECIFIC FONT STYLES */

html {}

	body {}
	  
	  #pageContainer {}

/* Membership Search/Login Styles */

#pageContainer #header .bottom .navigation .left,
#pageContainer #header .bottom .navigation,
#pageContainer #header .bottom {
  overflow: visible;}

#pageContainer #header .bottom .navigation .left {
  text-align: left;
  font-size: 0.8em;}

  #pageContainer #header .bottom .navigation .left p {
    color: #fff;
    margin: 0 0 0 16px;
    padding: 0;
    line-height: 29px;}

  #pageContainer #header .bottom .navigation .left a {
    background: #153448;
    color: #fff;
    font-variant: small-caps;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #fff;
    margin: 5px 15px 0 10px;
    padding: 0 5px;
    display: block;
    float: left;}
  
  #pageContainer #header .bottom .navigation .left a:hover {
    background: #153448;
    color: #fff;}

/* Membership App Styles */

select.application option {}

  select.application option.level0 {
    margin-left: 0;
    font-weight: bold;
    text-transform: uppercase;}
  
  select.application option.level1 {
    margin-left: 10px;}
  
  select.application option.level2 {
    margin-left: 20px;}