/* Default CSS Stylesheet for a new Web Application project */

.GeneralPage
{
background-color: #006E2C; /* Background Color */
margin-bottom: 0px; /* Margins */
margin-left: 0px; /* Margins */
margin-right: 0px; /* Margins */
margin-top: 0px; /* Margins */
border: 1px;
border-color: #4B90CD;

}
.GeneralTable
{
background-color: White; /* Background Color */
}

.contentwrap {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto; 	/* opera does not like 'margin:20px auto' */
	background: #FFFFFF;
	border: 1px;
	border-color: black;
	text-align:left; /* part 2 of 2 centering hack */
	width: 850px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 850px;
	}
p.p{
font-size: 6px;
text-align: center;
}
a {
text-decoration : none; 
font-weight: bold; 
font-size : 12px; 
color : #006E2C; 
outline : none; 
} 
a:active {
color : #006E2C; 
} 
a:hover {
color : #ccc; 
text-decoration : underline; 
} 
a:focus {
color : #4b90cd; 
} 
a.banner{
font-weight: bold;
font-size: 12px; 
color : #FFFFFF; 
outline: none; 
} 
.TopBanner
{
font-family: Arial, sans-serif; /* Font Face */
font-size: 0pt; /* Font Size */
color: #666666; /* Font Color */
font-weight: Bold; /* Font Style */
text-decoration: none;
font-style: normal; /* FontStyle */
background-color: #006E2C; /* Background color */
background: url("images/logowheat.jpg") no-repeat;
text-align: Left; /* Align Text */
height: 73px;
}
.TopSubBanner
{
font-family: Arial, sans-serif; /* Font Face */
font-size: 9pt; /* Font Size */
color: white; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: #006E2C; /* Background color */
background: url("images/subbar.jpg") no-repeat;
text-align: Left; /* Align Text */
height: 22px;
}

.TopSubBannerText
{
margin: -10px 0 0 0;
font-family: Arial, sans-serif; /* Font Face */
font-size: 9pt; /* Font Size */
color: #E7E3D7; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
text-align: Left; /* Align Text */
}

.LeftColumn
{
font-family: Arial, sans-serif; /* Font Face */
font-size: 8pt; /* Font Size */
color: #000000; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: White; /* Background color */
background: url("images/left4.jpg") no-repeat; /* Background Image */
border: 1px;
border-color: #006E2C;
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
width: 206px;
height: 415px}

.LeftColumnText
{
font-family: Arial, sans-serif; /* Font Face */
font-size: 8pt; /* Font Size */
color: #000000; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
text-align: right; /* Align Text */
vertical-align: Top; /* Align Text */
width: 205px;
}

.RightColumn
{
font-family: Arial, sans-serif; /* Font Face */
font-size: 8pt; /* Font Size */
color: #FFFFFF; /* Font Color */
font-style: normal; /* Font Style */
font-weight: Bold; /* Font Style */
text-decoration: none;
background-color: White; /* Background color */
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
width: 100px;
border-right: 2px;
color: #ccc;}

.RightColumnText
{
font-family: Arial, sans-serif; /* Font Face */
font-size: 8pt; /* Font Size */
color: #006E2C; /* Font Color */
font-style: normal; /* Font Style */
font-weight: Bold; /* Font Style */
text-decoration: none;
text-align: left; /* Align Text */
vertical-align: Top; /* Align Text */
width: 95px;}

.Footer
{
font-family: Arial, sans-serif, sans-serif; /* Font Face */
font-size: 8pt; /* Font Size */
color: White; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: #006E2C; /* Background color */
text-align: justify; /* Align Text */
vertical-align: Top; /* Align Text */
height: 20px;
padding: 5px;
}

.FooterText
{
font-family: Arial, sans-serif; /* Font Face */
font-size: 7pt; /* Font Size */
color: White; /* Font Color */
font-weight: normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
text-align: center; /* Align Text */
vertical-align: Top; /* Align Text *
background-color: #006E2C;
}

.Instructions
{
float: left;
font-family: Arial, sans-serif; /* Font Face */
font-size: 8pt; /* Font Size */
color: #000000; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFFCC; /* Background color */
text-align: left; /* Align Text */
max-width: 350px;
}

.ErrorMessages
{
font-family: Arial, sans-serif; /* Font Face */
font-size: 8pt; /* Font Size */
color: #C90D4F; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFFFF; /* Background color */
text-align: Center; /* Align Text */
}

.Messages
{
font-family: Arial, sans-serif; /* Font Face */
font-size: 8pt; /* Font Size */
color: #C90D4F; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFFCC; /* Background color */
text-align: Center; /* Align Text */
width: 425px;
}

.Headings
{
font-family: Arial, sans-serif; /* Font Face */
font-size: 10pt; /* Font Size */
color: Black; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFFFF; /* Background color */
text-align: Left; /* Align Text */
max-width: 380px;
}

.Content
{
margin: -5px 0 0 0;
padding: 5px;
max-width: 465px;
font-family: Arial, sans-serif; /* Font Face */
font-size: 9pt; /* Font Size */
color: Black; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFFFF; /* Background color */
text-align: left; /* Align Text */
}

.ContentTableHeader
{
font-family: Arial, sans-serif; /* Font Face */
font-size: 9pt; /* Heading Font Size */
color: #000000; /* Heading Font Color */
font-weight: Bold; /* Heading Font Style */
font-style: normal; /* Heading FontStyle */
text-decoration: none; /* Heading Font Style */
background-color: #FFFFCC; /* Background color */
text-align: Left; /* Align Text */
}

.ContentTable
{
background-color: #E7E3D7;
width: 460px;
}

.ContentTableHorizontal
{
background-color: #E7E3D7;
}
h3 {
text-align: left;
color: #00589F;
font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 15pt;
/* margin: -3px 0 0 0; */
}
h4 {
text-align: left;
color: #006E2C;
font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12pt;
margin: -3px 0 0 0;
}
h5 {
text-align: left;
color: #006E2C;
font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 9pt;
margin: -3px 0 0 0;
}
h6 {
text-align: right;
color: #330066;
font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
}
p {
text-align: left;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
}
navigation
{
position: absolute;
margin: 3px 0 4px 260px;
width: 475px;
height: 13px;
text-align: right;
color:  #FFFFFF;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
background: #00589F;
z-index: 9;
}
.navigationtext
{
margin: 3px 0 4px 260px;
width: 475px;
height: 13px;
text-align: right;
color: #ffffff;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
background: #00589F;
border: 1px;
z-index: 50
}
#quote1 {
	width: 25%;
	margin:5px;
	float: left;
	padding:2px;
	border: 1px; 
	border-color: #ffffff;
	background-color:#ccffff;
	z-index: 10;
	}

bottomnavigation
{
position: absolute;
margin: 3px 0 4px 270px;
width: 400px;
height: 13px;
text-align: right;
color:  #006E2c;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
background: #00589F;
z-index: 9;
}
.bottomnavtext
{
margin: 3px 0 4px 270px;
width: 400px;
height: 13px;
text-align: right;
color: #006E2C;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
background: #006E2C;
border: 1px;
z-index: 50
}
#text {
padding: 5px;
width: 335px;
font-family: Arial, Optima, sans-serif;
}
.contentbox {
	float: left;
	width: 190px;
	height: 300px;
	margin: 5px 5px 0 5px;
	padding: 10px 10px 0 10px;
	background-color:#FFFFCC;
	z-index: 15;
	}
#contentbox1 {
	margin: 0px 175px 300px 0px;
	width: 175px;
	height: 300px;
	padding: 10px 5px 0 10px;
	background-color:#FFFFcc;
	z-index: 15;
	}
#contentbox2 {
	margin: 0px 440px 300px 220px;
	width: 175px;
	height: 300px;
	padding: 10px 10px 0 10px;
	background-color:#FFFFCC;
	z-index: 15;
	}
#disclaimer {
	float: center; 
	position:relative;
	/*margin: -10px -5px 65px 30px; */
	width: 750px;
	font-size: 6pt;
	}