﻿@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Verdana;
	font-size: 11px;
	background-color: #B6C7DE;
}

td {
	font-family: Verdana;
	font-size: 11px;
	line-height: 1.5;
}

a:link {
	color: #333333;
	text-decoration: underline;
}

a:active {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

.heading {
	color: #215086;
	font-weight: bold;
	font-size: 16px;
}

.headingSml {
	color: #215086;
	font-weight: bold;
	font-size: 13px;
}

.content {
	background-color: #BAD2ED;
	padding: 8px;
}

.padding {
	padding: 8px;
}

.bgMain {
	background-image: url('images/MainBG.jpg');
	background-repeat: repeat-x;
}

.bgMiddle {
	background-image: url('images/middleBG.gif');
	background-repeat: repeat-y;
}

.bgPics {
	background-image: url('images/picsBG.gif');
	background-repeat: repeat-x;
}

.footer {
	color: #333333;
	font-weight: bold;
	font-size: 9px;
}

.footer a:link{
	color: #333333;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
}

.footer a:active{
	color: #333333;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
}

.footer a:visited{
	color: #333333;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
}

.footer a:hover{
	color: #1E4D84;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
}

/* Menu */

.nav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 170px;
	float: left;
}

.nav li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}

.nav a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 30px;
	line-height: 3;
	border-bottom: 1px solid #B6C7DE;
	font-weight: bold;
	background-image: url('images/shell.png');
	background-repeat: no-repeat;
	background-position: 6px center;
}

.nav .nav_con a {
	border: none;
	font-weight: bold;
	background-image: url('images/shell.png');
	background-position: 6px center;
}

.nav a:hover {
	color: #BAD2ED;
	font-weight: bold;
	background-color: #1E4D84;
}

.nav_0_off a {
	color: #FFFFFF;
	font-weight: bold;
}

.nav_0_off a:hover {
	color: #FFFFFF;
	font-weight: bold;
}

.nav_0_on a {
	background-color: #1E4D84;
	color: #BAD2ED;
	font-weight: bold;
}

.nav_0_on a:hover {
	background-color: #1E4D84;
	color: #BAD2ED;
	font-weight: bold;
}

.nav_1_off a {
	color: #FFFFFF;
	font-weight: bold;
}

.nav_1_off a:hover {
	color: #FFFFFF;
	font-weight: bold;
}

.nav_1_on a {
	background-color: #1E4D84;
	color: #BAD2ED;
	font-weight: bold;
}

.nav_1_on a:hover {
	background-color: #1E4D84;
	color: #BAD2ED;
	font-weight: bold;
}

.nav_2_off a {
	color: #FFFFFF;
	font-weight: bold;
}

.nav_2_off a:hover {
	color: #FFFFFF;
	font-weight: bold;
}

.nav_2_on a {
	background-color: #1E4D84;
	color: #BAD2ED;
	font-weight: bold;
}

.nav_2_on a:hover {
	background-color: #1E4D84;
	color: #BAD2ED;
	font-weight: bold;
}

.nav_3_off a {
	color: #FFFFFF;
	font-weight: bold;
}

.nav_3_off a:hover {
	color: #FFFFFF;
	font-weight: bold;
}

.nav_3_on a {
	background-color: #1E4D84;
	color: #BAD2ED;
	font-weight: bold;
}

.nav_3_on a:hover {
	background-color: #1E4D84;
	color: #BAD2ED;
	font-weight: bold;
}

.nav_4_off a {
	color: #FFFFFF;
	font-weight: bold;
	border: none;
}

.nav_4_off a:hover {
	color: #FFFFFF;
	font-weight: bold;
	border: none;
}

.nav_4_on a {
	background-color: #1E4D84;
	color: #BAD2ED;
	font-weight: bold;
	border: none;
}

.nav_4_on a:hover {
	background-color: #1E4D84;
	color: #BAD2ED;
	font-weight: bold;
	border: none;
}

.nav_5_off a {
	color: #FFFFFF;
	font-weight: bold;
}

.nav_5_off a:hover {
	color: #FFFFFF;
	font-weight: bold;
}

.nav_5_on a {
	background-color: #1E4D84;
	color: #BAD2ED;
	font-weight: bold;
}

.nav_5_on a:hover {
	background-color: #1E4D84;
	color: #BAD2ED;
	font-weight: bold;
}

.textbox {
	background: #d9e7f5;
	border: 1px solid #1E4D84;
	width: 200px;
	font-family: Verdana;
	font-size: 11px;
}

.button {
	background: #d9e7f5;
	border: 1px solid #1E4D84;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}

.red {
	color: #FF0000;
	font-weight: bold;
}
.cursor {
	cursor: pointer;
}