/*
This is the style sheet for the mognw.com web site.
The margins are set to zero to ensure that there is no empty area surrounding the pages.
The 'watermark' logo starts below the top of page banner.
*/

body
  {
    background-color: #FFFFFF;
    font-family: Arial, sans-serif;
    color: #15028D;
    margin-left: 0;
    margin-top: 0;
    margin-right: 0; 
  }

/*
The following entries control the color, size, weight, style, and alignment
of fonts in web pages.
*/

.med
  {
    font-size: medium;
  }
  
.lg
  {
    font-size: large;
    color: #951224;
  }
  
.hometitle
  {
    font-family: "Oregon LDO", sans-serif;
    font-size: 24pt;
    letter-spacing: 5pt;
    color: #951224;
  }

.pgtitle
  {
    font-size: 20pt;
    color: #951224;
  }

.mailtitle
  {
    font-size: 16pt;
    color: #951224;
  }

.red16
  {
    Line-height: .8em;
    font-size: 16pt;
    font-weight: bold;
    color: #951224;
  }
    
.red14
  {
    Line-height: 1;
    font-size: 14pt;
    font-weight: bold;
    color: #951224;
  }
    
.red10
  {
    font-size: 10pt;
    font-weight: bold;
    color: #951224;
  }

.blue12
  {
    Line-height: 1;
    font-size: 12pt;
    font-weight: normal;
    color: #15028D;
  }

.blue14
  {
    Line-height: 1.2;
    font-size: 14pt;
    font-weight: bold;
    color: #15028D;
  }
          
.heavy
  {
    font-weight: bold;
  }

.light
  {
    font-weight: normal;
  }

.ital
  {
    font-style: italic;
  }
 
.lft
  {
    text-align: left;
  }

.ctr
  {
    text-align: center;
  }

.just
  {
    text-align: justify;
  }

#curtainleft
  {
    background-image: url(images/vertical.gif);
    background-repeat: repeat-y;
  }

#curtainright
  {
    background-image: url(images/vertical.gif);
    background-repeat: repeat-y;
    background-position: right;
  }

#colleft
  {
    float: left; width: 55%;
	position: relative;
	top: 0%; left: 0%;
  }

#colright
  {
    float: left; width: 45%;
	position: relative;
	top: 0%;
  }

#piccenter
  {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

#picpadrt
  {
    padding: 0 1em 0 0;
  }

#picpadlft
  {
    padding: 0 0 0 1em;
  }

.padlft
  {
    padding: 0 0 0 4em;
  }

.padrt
  {
    padding: 0 4em 0 0;
  }

.picborder
  {
    border: ridge #15028D 6px;
  }
  
.piccenter
  {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

.supsize
  {
    width: 450px;
    font-family: Calibri, sans-serif;
    font-weight: bold;
    font-size: 12pt;
  }

.supsizel
  {
    width: 300px;
    font-family: Calibri, sans-serif;
    font-weight: bold;
    font-size: 12pt;
  }

.suppad
  {
    padding: 6px;
  }

.imgalign
  {
    position: absolute;
    top: 10px; left: 20px;
  }

.flt
  {
    float: left;
  }

.fltrt
  {
    float: right;
  }

ul.about
  {
    text-autospace: none;
    margin-left: .25in;
    margin-right: .25in;
  }
  
li
  {
    margin-top: 5.0pt;
    margin-bottom: 5.0pt;
  }

li.extra
  {
    margin-left: .25in;
  }
  
a:hover
  {
    color: red;
  }

a.visited
  {
    color: purple;
  }