﻿/* Gray Blue Color Background for Entire Page*/
body 
{ 
margin: 0;
padding: 0;
font-family:"Trebuchet MS", Helvetica, Sans-Serif;
font-weight: normal; 
background-color: #A7B2BF;
}

/* Remove border from image links */
image 
{
border: 0;
}

/* Center Tables */
table 
{
margin: auto;
width: 800px;
}

/* Level 1 headings */
h1 { 
	font-family: "Trebuchet MS", Helvetica, Sans-Serif;
	text-align:left;
    }

/* Level 1 headings Right */
h1.right { 
	font-family: "Trebuchet MS", Helvetica, Sans-Serif;
	text-align:right;
	font-weight: normal;
	font-style: italic;
	color: #52748D;  
    }

/* Level 2 headings */
h2 { 
	font-family:"Trebuchet MS", Helvetica, Sans-Serif;
	text-align:left;  
   }

/* Level 2 headings Right */
h2.right { 
	font-family: "Trebuchet MS", Helvetica, Sans-Serif;
	text-align:right;
	font-weight: normal;
	font-style: italic;
	color: #485D6D;  
  }

/* Level 2 headings Center */
h2.center { 
	font-family:"Trebuchet MS", Helvetica, Sans-Serif;
	text-align:center;  
   }

a.bodylink
{
text-weight: bold;
}

a.bodylink:link
{
font-weight: bold;
color: black;
}

a.bodylink:visited
{
font-weight: bold;
color: black;
}

a.bodylink:hover 
{
background-color: #485d6d;
color: white;
font-weight: bold;
}

a.bodylink:active 
{
background-color: #485d6d;
color: yellow;
font-weight: bold;
text-decoration: none;
}

a.menu
{
text-weight: bold;
color: #325777;
font-size: 1.5em;
}

a.menu:link
{
font-weight: bold;
text-decoration: none;
}

a.menu:visited
{
font-weight: bold;
text-decoration: none;
}

a.menu:hover 
{
background-color: #485d6d;
color: white;
font-weight: bold;
text-decoration: none;
}

a.menu:active 
{
background-color: #485d6d;
color: yellow;
font-weight: bold;
text-decoration: none;
}

a.menuprint
{
text-weight: bold;
color: white;
font-style: italic;
font-size: 1.5em;
}

a.menuprint:link
{
font-weight: bold;
text-decoration: none;
}

a.menuprint:visited
{
font-weight: bold;
text-decoration: none;
}

a.menuprint:hover 
{
background-color: #485d6d;
color: white;
font-weight: bold;
text-decoration: none;
}

a.menuprint:active 
{
background-color: #485d6d;
color: yellow;
font-weight: bold;
text-decoration: none;
}

