/* CSS file */

/*  My editor automatically updates this type of date/time definition on every save.
    <p>Last updated 
    
    4/27/2016 3:52:36 PM
    
    </p>
*/

/*  Do not change the order of these a:xxx definitions  */
          a:link {
          	color: #00F;
          }
          a:visited {
          	color: #00F;
          
          }
          a:hover {
          	color: #F00;
          }

/*  Beginning of CSS definitions  */

body {
    background-color:Red  /* Color of area outside the displayed page */
}

table.page {              /* Float the page in the center of the screen */
    border-style:none;
    border-radius:25px;
    background-color:#F0FFFF;   /* Color of the displayed page internal background. */
    width:1050px;
    margin:20px auto;
    padding:10px;
}
  
h1 {
  	font-size: 16px;
}

#content {
  	position:relative;
  	left:126px;
  	width:788px;
  	font-family: Arial, Helvetica, sans-serif;
}

#content h2{
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 24px;
  	color: #000;
}

#content h3 {
  	color: #000;
}

.topMenu {
    padding:0px;
    margin:0px;
    border:0px;
    width:1040px;
}

.TLine {                /* Navigation bar text. */
  	font-size: 16px;
  	font-family: Arial, Helvetica, sans-serif;
    vertical-align:middle;
    text-align:center;
}

.CLine {                /* Navigation bar divider line. */
    vertical-align:middle;
    width:5px;
    float:left;
}

.VLine {                /* Navigation text with a bar . */
  	font-size: 16px;
  	font-family: Arial, Helvetica, sans-serif;
    vertical-align:middle;
    text-align:center;
    border-right:2px solid black;
    padding-right: 5px;
}

.NLine {                /* Navigation without a bar. */
  	font-size: 16px;
  	font-family: Arial, Helvetica, sans-serif;
    vertical-align:middle;
    text-align:center;
}

.BoldCenter {
    font-weight:bold; 
    text-align:center;
}

.Center {
    text-align:center;
}

