body{
  font-family: verdana, arial;
  font-size: 8pt;
  background: #eee;
  margin: 0px 5px 0px 5px;
  color: #222;
}

p, td, th, li{
  font-family: verdana, arial;
  color: #222;
}

th{vertical-align: top; text-align:left; color:#6c9e0c;}

a:link {color: #888; text-decoration: none;}
a:visited {color: #888; text-decoration: none;}
a:hover {background: #888; color: #fff; text-decoration: none;}

a.int:link,
a.int:visited{
  padding-right: 12px;
  background-image: url(/content/icons/link_icon_int.gif);
  background-repeat: no-repeat;
  background-position: right; 
  color: #c00; text-decoration: none;
}

a.int:hover {
  background: #400;
  padding-right: 12px;
  background-image: url(/content/icons/link_icon_int.gif);
  background-repeat: no-repeat;
  background-position: right; 
  text-decoration: none;
  color: #f00; 
}


a.ext:link,
a.ext:visited{
  padding-right: 12px;
  background-image: url(/content/icons/link_icon_ext.gif);
  background-repeat: no-repeat;
  background-position: right; 
  color: #c00; text-decoration: none;
}

a.ext:hover {
  background: #800;
  padding-right: 12px;
  background-image: url(/content/icons/link_icon_ext.gif);
  background-repeat: no-repeat;
  background-position: right; 
  text-decoration: none;
  color: #fff; 
}

#content strong{
  text-transform: uppercase;
  font-style: italic;
  font-weight: normal;
  font-size:80%;
}

h1{font-size: 135%; font-family: Georgia, Verdana; color: #111;}
h2{font-size: 115%; font-family: Georgia, Verdana; color: #111;}

img{border:0px;}

#canvas{
  width: 100%;
}

#frame{
  padding-bottom: 2px;
  margin-bottom: 20px;
  color: #222;
}

#header{
  padding-top: 30px;
  padding-bottom: 30px;
  text-align:center;
}

#header h1{
  margin: 0px;
  font-family: Georgia;
  font-weight: normal;
  font-size: 34pt;
  text-transform: uppercase;
}

#header .established{
  margin: 0px;
  font-family: Georgia;
  font-weight: normal;
  font-size: 9pt;
  text-transform: uppercase;
  letter-spacing: 3px
}

#nav{
  clear: both;
  font-family: Georgia, monospace;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  text-align:center;
  font-size: 14pt;
  color: #444;
}

#messages{
  border: 1px dashed #444;
  padding: 10px;
}

#content{
  text-align:justify;
}


div p,
div h1,
div h2,
div h3{
  padding-left: 10px;
  padding-right: 10px;
}

/*border classes*/
.lb {border-left:1px solid #444;}
.rb {border-right:1px solid #444;}
.tb {border-top:1px solid #444;}
.bb {border-bottom:1px solid #444;}

/*font classes*/
.terms {font-size: 7pt; text-transform: uppercase;}