﻿html
{
	text-align: center; 
	background-color: #ddf2f1; 
	margin: 0px;
	padding: 0px;
}

body
{
	font-family: Arial;
	font-size: .8em;
	text-align: left; 
	background-color: #ddf2f1; 
	color: #009c96;
	margin: 0px;
	padding: 0px;
}

.darkText
{
    color: #6c6866;
}

.darkBoldText
{
    color: #6c6866;
    font-weight: bold;
}

.master
{
	text-align: left;
	width: 961px;
	padding: 0;
	margin: 0;
	background-color:#FFFFFF;
}

.header
{
    background-image: url(../../Images/header_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 961px;
	height: 159px;
}

.headerNAW
{
	font-size: .9em;
	color: #c4c6c6;
}

.menu
{
	background-color: #ffffff;
	width: 961px;
}

.submenu
{
	background-color: #FFFFFF;
	width: 301px
}

.TransparantMenuItem
{
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	z-index: 100;
}

.freespace
{
	padding: 5px;
}

.freespaceNoTop
{
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.freespaceNoBottom
{
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
}

.content
{
	text-align: left; 
    background-color: #ffffff;
    width: 951px;
    min-height: 350px;
    color: #8e8d8c;
}

.homespacer
{
	width: 13px;
	height: 15px;
}
.textBox
{
	border-style: outset;
	border-color: #959595;
	border-width: 1px;
}
.footer
{
	width: 100%;
	background-color: #FFFFFF;
	text-align: center;
}

.footerLine
{
	border: solid 1px #009c96;
}

h1
{
	font-size: 1.7em;
	color: #6c6866;
	font-weight: bolder;
}

h2
{
	font-size: 1em;
	color: #6c6866;
	font-weight: bolder;
}

.graylink 
{
	color: #6c6866;
	text-decoration: underline;
}

a.graylink:hover
{
    color: #000000;
	text-decoration: underline;    
}

.redlinkBig
{
	font-size: 1.3em;
	color: #a70006;
	text-decoration: underline;
	font-family: Rockwell, Times New Roman;
	font-weight: bolder;
}

/* Anchor */

.linkMenu
{
	color: #009c96;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
}

a.linkMenu: link
{
	color: #009c96;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
}

a.linkMenu:visited
{
	color: #009c96;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
}

a.linkMenu:active
{
	text-decoration: none;
	color: #009c96;
	font-weight: bold;
	font-size: 1.2em;
}

a.linkMenu:hover
{
	text-decoration: underline;
    color: #009c96;
    font-weight: bold;
	font-size: 1.2em;
}

.footerLinkButton
{
	color: #009c96;
	text-decoration: none;
}

a.footerLinkButton: link
{
	color: #009c96;
	text-decoration: none;
}

a.footerLinkButton:visited
{
	color: #009c96;
	text-decoration: none;
}

a.footerLinkButton:active
{
	text-decoration: none;
	color: #009c96;
}

a.footerLinkButton:hover
{
	text-decoration: underline;
    color: #009c96;
}
