﻿body
{
	background-color: #E2C295;
	font-family: verdana;
	margin: 0px;
}
        .style1
        { 
            width: 100%;
        }
a
{
	text-decoration:none;
	color:#000000;
	font-size:smaller;
}

a:hover
{
	text-decoration:underline;
	color:#FF0000;
}

/* ----------------------------------------- */
/* Navigation */
/* ----------------------------------------- */
.Navigation
{
	border-right:solid 1px #898989;
	border-bottom:solid 1px #898989;
	width:150px;
}

.Navigation .NavHeader
{
	border-bottom: 1px solid #004983;
	border-top: 1px solid #004983;
	padding:1px;
	font-weight:bold;
	color:#000000;
	font-size:small;
}

.Navigation ul
{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:15px;
	padding:1px;
}

.Navigation li
{
	background-repeat:no-repeat;
	background-position:left;
	list-style-position:outside;
	list-style-type:none;
	font-size:11px;
	padding-left:6px;
}

.Navigation a
{
	color:#000000;
	text-decoration:none;
	font-size:small;
}

.Navigation a:hover
{
   text-decoration:underline;
    color:#FF0000;
    font-weight:bold; 
    
}

.Navigation td
{
	white-space:nowrap;
}

/* ----------------------------------------- */
/* Header */
/* ----------------------------------------- */
.Header
{
	font-size:14px;
	font-weight:bold;
	border-bottom:solid 1px #004983;
	color:#004983;
	background-color:#eeeeee;
	padding:5px;
	margin-bottom:5px;
}
.H1
{
    font-family: Verdana;
    font-size: 32pt;
    font-weight: bold;
    text-align: center;
    color: #000000;
}

.H1Mission
{
    font-family: Verdana;
    font-style: italic;
    font-size: large;
    text-align: left;
    font-weight: normal;
    color: #000000;
}

