﻿body 
{
	background-color: #789c3a;
	background-image: url('Images/PageGradient.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
	font-family: Times New Roman:
}

.divHeader
{
	width: 950px;
	height: 225px;
	border: 1px solid black;
	background-color: #5e91ca;
	text-align: left;
}

.divNavigationMenu
{
	width: 950px;
	height: 35px;
	background-image: url('Images/Menu_bk.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #141f10;
	border-left: 1px solid black;
	border-right: 1px solid black;
	text-align: left;	
}

.mnuNavigationMenu
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
}

.mnuNavigationMenu a:link, .mnuNavigationMenu a:active, .mnuNavigationMenu a:visited, .mnuNavigationMenu a:hover
{
	padding: 0px 2px 0px 15px;
}
.mnuNavigationMenu a:link, .mnuNavigationMenu a:active, .mnuNavigationMenu a:visited
{
	text-decoration: none;
	color: #cccccc;
}

.mnuNavigationMenu a:hover
{
	text-decoration: underline;
	color: #ffffff;
}

.mnuSubMenu
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
    color: #006600;	
}

.mnuSubMenu a:link, .mnuSubMenu a:visited, .mnuSubMenu a:active, .mnuSubMenu a:hover
{
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid white;
}

.mnuSubMenu a:link, .mnuSubMenu a:visited, .mnuSubMenu a:active
{
	color: #cccccc;
	border: 1px solid white;
}

.mnuSubMenu a:hover
{
	color: #ffffff;
	background-color: #001100;
}

.btnLogin a:visited, .btnLogin a:link, .btnLogin a:active, .btnLogin a:hover
{
	font-family: arial;
	font-size: 12pt;
	padding-left: 5px;
	padding-right: 5px;
}

.btnLogin a:visited, .btnLogin a:link, .btnLogin a:active
{
	color: White;
}

.btnLogin a:hover
{
	color: Red;	
}

.divContent
{
	background-color: #ffffff;
	border: 1px solid black;
	width: 910px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 300px;
	text-align: left;
}

.divFooter
{
	background-color: #879b7f;
	width: 950px;
	min-height: 20px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	text-align: left;
}

A:hover
{
  color: red;
  text-decoration: none;
}

p
{
  font-size: 14px;
  font-family: Arial, Times New Roman, Verdana, Helvetica, sans-serif;
  padding-bottom: 10px;
}

h1
{
  font: bold italic 3em/1em "Times New Roman", "MS Serif", "New York", serif;
  font-size: 24px;
  padding: 0.5em 0 0.5em 0;
  margin: 10px;
  border-bottom: solid #e7ce00 0.25em;
  color: Green;
}

h2
{
  font: bold italic 3em/1em "Times New Roman", "MS Serif", "New York", serif;
  font-size: 20px;
  padding: 0.5em 0 0.5em 0;
  margin: 10px;
  color: Green;
}

h3
{
  font: bold italic 3em/1em "Times New Roman", "MS Serif", "New York", serif;
  font-size: 16px;
  padding: 0.5em 0 0.5em 0;
  margin: 10px;
  color: Green;
}

h4
{
  font: bold italic 3em/1em "Times New Roman", "MS Serif", "New York", serif;
  font-size: 16px;
  padding: 0.5em 0 0.5em 0;
  margin: 0px;
  border-top: solid #e7ce00 0.25em;
  border-bottom: dotted #e7ce00 0.25em;
  color: Green;
}

td
{
  font-size: 14px;
  font-family: Arial, Times New Roman, Verdana, Helvetica, sans-serif;
}

th
{
  font-size: 14px;
  font-family: Arial, Times New Roman, Verdana, Helvetica, sans-serif;
  background-color: #6699cc;
  
}

ol
{
  font-family: Arial, Times New Roman;
  font-size: 12px;
  color: black;
  text-decoration: none;
}

ul
{
  font-family: Arial, Times New Roman;
  font-size: 12px;
  color: black;
  text-decoration: none;
}

li
{
  font-family: Arial, Times New Roman;
  font-size: 12px;
  color: black;
  text-decoration: none;
}

bodylink
{
  font-family: Arial, Times New Roman, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: #009900;
  text-decoration: none;
}


.subhead
{
  font: bold italic 3em/1em "Times New Roman", "MS Serif", "New York", serif;
  font-size: 14px;
  padding: 0.5em 0 0.5em 0;
  margin: 10px;
  color: #999999;
}

.errorbox
{
	background-color: #FFCCCC;
	width: 875px;
	min-height: 50px;
	border: 1px solid black;
	text-align: left;
}

.error
{
  font-family: Arial, Times New Roman, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: red;
  text-decoration: none;
}

.elink
{
  font-family: Arial, Times New Roman, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: blue;
  font-weight: bold;
  text-decoration: none;
}

.grdAlternatingRowStyle
{
	background-color: Green;
}

.grdRowStyle
{
	background-color: white;
}
