﻿body
{
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #cdcdcd;
}

body,td,input,select,textarea 
{
	font-family: Tahoma;
	font-size: 11px;
}

h1
{
	color: #386795;
	font-size: 18px;
}

h2
{
	color: #386795;
	font-size: 14px;
}

ul
{
	margin-left: 3px;
	padding-left: 17px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	list-style-type: disc;
}

.Banner
{
	background-image: url(/Images/banner.jpg); 
	background-repeat: no-repeat; 
	width: 1000px; 
	height: 162px;
	background-color: #386795;
}

.ColumnLeft
{
	text-align: center;
	width: 200px;
	background-color: #386795;
	vertical-align: top;
}

.ColumnRight
{
	text-align: center;
	width: 220px;
	background-color: #386795;
	vertical-align: top;
}

.ContentColumn
{
	text-align: left;
	width: 580px;
	background-color: #ffffff;
	vertical-align: top;
	padding-bottom: 20px;
}

.Content
{
	width: 565px;
	text-align: left;
	padding-top: 20px;
	text-align: left;
}

.NavHeader, .NavFooter
{
	text-align: left;
	height: 20px;
	background-color: #EFEFEF;
	font-size: 11px;
	font-weight: bold;
	color: #386795;
	padding-left: 3px;
}

.NavHeader
{
	border-bottom: #dbdbdb 1px solid;
}

.NavFooter
{
	border-top: #dbdbdb 1px solid;
}

.NavHeader a, .NavFooter a
{
	text-decoration: none;
	color: #386795;
}

.NavHeader a:hover, .NavFooter a:hover
{
	color: #e76c08;
	text-decoration: underline;
}

.NavHeaderHighlight
{
	color: #e76c08;
	display: inline;
}

.Nav, .NavPayment, .NavRight
{
	padding-top: 2px;
	padding-left: 5px;
}

.NavRight
{
	background-color: #ffffff;
	color: #000000;
	text-align: left;
	margin-bottom: 0px;
}

.Nav
{
	text-align: left;
	background-color: #A7A7A7;
	color: #ffffff;
}

.NavPayment
{
	text-align: center;
	padding-bottom: 3px;
	background-color: #A7A7A7;
	color: #ffffff;
}

.Nav ul, .NavRight ul
{
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 3px;
}

.Nav li, .NavRight li
{
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 2px;
}

.Nav li
{
	background: url(/Images/bulletorange.gif) no-repeat left 5px;
}

.NavRight li
{
	background: url(Images/bulletorange2.gif) no-repeat left 5px;
}

.Nav a
{
	color: #ffffff;
	text-decoration: none;
}

.Nav a:hover
{
	text-decoration: underline;
	color: #ffffff;
}

a, .NavRight a
{
	color: #386795;
	text-decoration: underline;
}

a:hover, .NavRight a:hover
{
	color: #e76c08;
	text-decoration: none;
}

.navinput 
{
    border: 1px solid #cccccc;
    width: 95px;
}

.submitbutton {
    color: #ffffff;
    cursor: pointer;
    cursor: pointer;
    font-weight: bold;
    background-color: #386795;
    border: 1px solid #000000;
    margin-bottom: 5px;
}

.Login
{
	padding-top: 3px;
}

.Footer
{
	color: #ffffff;
}

.Footer a
{
	color: #ffffff;
	text-decoration: none;
}

.Footer a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

.Blue, .Orange, .BlueGreen
{
	display: inline;
	font-weight: bold;
}

.Blue
{
	color: #386795;
}

.Orange
{
	color: #e76c08;
}

.BlueGreen
{
	color: #578C7C;
}

.Table td
{
	padding-bottom: 3px; 
	padding-top: 3px;
}

.TableHeading
{
	background-color: #eaeaea;
	font-weight: bold;
}