﻿body { 
 background-color: #640e27;
 font-family: Franklin Gothic Medium;
 font-size:12px;
}

a:link {color: #990000; text-decoration:none}     /* unvisited link */
a:visited {color: #990000; text-decoration:none}  /* visited link */
a:hover {color: #990000; text-decoration:underline}   /* mouse over link */
a:active {color: #990000}

.news
{
 background-color:#9eb847;
 }
 
.menu 
{
 background-color: White;
 color: White;
 font-family:Franklin Gothic Medium Cond;
 font-size:25px;
 }
.menu a:link 
{
 color: white; 
 text-decoration:none;
 font-family:Franklin Gothic Demi;
 font-size: 14px;
 }     /* unvisited link */
.menu a:visited {color: white; font-family:Franklin Gothic Demi; font-size: 14px; text-decoration:none}  /* visited link */
.menu a:hover {color: white; font-family:Franklin Gothic Demi; font-size: 14px; text-decoration:underline}   /* mouse over link */
.menu a:active {color: white; font-family:Franklin Gothic Demi; font-size: 14px;}

.titles
{
 color:#94040e;
 font-weight:bold;
 font-size:25px;
 }
 
.contentArea
{
 background-color:white;
 }
    
.Admin
{
 color: Red;
 }
.Admin a:link {color: Red; text-decoration:none}     /* unvisited link */
.Admin a:visited {color: Red; text-decoration:none}  /* visited link */
.Admin a:hover {color: Red; text-decoration:underline}   /* mouse over link */
.Admin a:active {color: Red}

.topmenu
{ position: relative; margin: 0 auto; width:717px; color:#94040e;}
.NavMenuButton
 {
 	background-repeat: no-repeat;
	background-position: center center;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color:#94040e;
	
 }
