﻿body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height: 16px;
}

.main
{
	width: 600px;
	height: 880px;
	overflow: auto;
}

h3
{
	font-family: Verdana;
	font-size: 13px;
	color: #00885a;
	margin-top: 2px;
	margin-bottom: 2px;
}

h4
{
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold; 
	text-decoration: underline;
		margin-top: 2px;
	margin-bottom: 2px;
}

#BannerBar
{
	background-color: #1E3D64;
	height: 20px;
}

#Menu
{
	font-family: Verdana;
	font-size: 13px;
	margin-top: 13px;
	float: left;
	width: 200px;
}

#Menu ul.vert-one
{
	margin:0;
	margin-bottom: 10px;
	padding:0;
	list-style-type:none;
	display:block;
	line-height:165%;
}

#Menu ul.vert-one li
{
	margin:0;
	padding:0;
	border-bottom:1px solid #7394bf;
}
#Menu ul.vert-one li a
{
	display:block;
	text-decoration:none;
	color:#fff;
	background:#205382;
	padding:0 0 0 20px;
}
#Menu ul.vert-one li a:hover
{
	background:#abcfc3 url("../images/vert-one_arrow.gif") no-repeat 0 9px;
	color: #205382;
}
#Menu ul.vert-one li a.current,ul.vert-one li a.current:hover
{
	background:#abcfc3 url("../images/vert-one_arrow.gif") no-repeat 0 9px;
	color: #205382;
}

.RightColumn
{
	margin-left: 210px;
	margin-top: 13px;
}

#TabMenu input
{
	color:#fff;
	font-weight:bold;
	background-color:#205382;
	border-bottom: 0px;
	border-top: 1px solid #7394bf;
	border-left: 1px solid #7394bf;
	border-right: 1px solid #7394bf;
	margin-right: 2px;
	margin-bottom: -1px;
}

#TabMenu input:hover
{
	background-color: #7394bf;
}

#TabMenu input.Selected
{
	background-color: #7394bf;
}

.Panel
{
	background-color: #7394bf;
	padding: 2px;
}

.PanelContent
{
	background-color: #fff;
}

.ActionButtons
{
	background-color: #7394bf;
	width: 100%;
	text-align: right;
	float: right;
	clear: both;
}

.label
{
	width: 115px;
	font-weight: bold;
}

.Message
{
	background-color: #FFFFCC;
	padding: 15px;
}

.SuccessMessage
{
	font-weight: bold;
	color: Blue;
}

.ErrorMessage
{
	font-weight: bold;
	color: Red;
}

.Disclaimer
{
	text-align: justify;
	overflow: auto;
	height: 150px;
}

.Quote
{
	overflow: auto;
}

.QuoteItem
{
	font-size: 80%;
	margin-left: 10px;
}