﻿body
{
	color: black;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-align: center; /* margin: auto;  */
}

#container {
	width: 800px;
	margin-top: 2px;
	text-align: left;
/*	margin-left: 10px;*/
}
#containerWS {
	width: 1096px;
	margin-top: 2px;
	text-align: left;
/*	margin-left: 10px;*/
}
#divmenu
{
	width: 731px;
	margin-top: 2px;
	text-align: left;
}

#header {
  color: white;
/*  background-color: #dc231e;*/
  background-color: #4e7f98;

}
#navigation {
  width: 100%;
  padding-bottom: 8px;
	color: white;
  background-color: #4e7f98;
}
#contwrapper {
  width: 800px;
  border-top: 2px solid #dc231e;
	background: url(images/colstrip.jpg) repeat-y;
	float: left;
/*  clear: left;*//* for navigation list but firefox upchucks	*/
}	
#contwrapperC {
  width: 910px;
  border-top: 2px solid #dc231e;
	background: url(images/colstrip.jpg) repeat-y;
	float: left;
	height: 598px;
}	
#col_left {
	width: 156px;
	margin: 0;
	padding: 8px;
  float: left;
}
#col_left2 {
	width: 356px;
	margin: 0;
	padding: 8px;
  float: left;
}
#col_main {
/*  display: inline; /* for IE -- check this out =========++++++++++++++++++*/
	width: 440px;
	margin: 0;
	padding: 8px;
	background-color: #FFFFFF;
	float: left;
	border-top: 0;
	border-bottom: 0;
}
#col_mainWS {
	width: 732px;
	margin: 10;
	padding: 8px;
	background-color: #FFFFFF;
	float: left;
	border-top: 0;
	border-bottom: 0;
}
#col_right {
	width: 156px;
	margin: 0;
	float: right;
	padding: 8px;
	height: 680px;
}
#col_rightWS
{
	width: 156px;
	margin: 0;
	float: right;
	padding: 8px;
	height: 600px;
}
#col_rightC
{
	width: 241px;
	margin: 0;
	float: none;
	padding: 8px;
	position: absolute;
	top: 329px;
	left: 626px;
	color: #000000;
	font-size: 12pt;
}
#footerIP
{
	width: 50%;
	text-align: LEFT;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	color: #000000;
}
#footer
{
	width: 100%;
	text-align: center;
	background-color: #0000FF;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	color: #FFFFFF;
}

#col_main img {
	padding: 10px;
}

.nopad {
  padding: 0px;
  margin: 0 px;
}

/**** Styles for Text **********/
#navigation p {
  margin: 0;
	padding: 0;
}
#footer p {
	font-size: 10px;
	line-height: 10px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#col_left p {
	font-size: 10px;
	color: black;
	margin: 6px;
	padding-bottom: 10px;
}
#col_main h4.weather {
	color: #dc231e;
}
#col_main span.weather {
	color: #dc231e;
	font-size: 13px;
  font-weight: 700;
}
#col_right p {
	font-size: 10px;
	color: black;
	margin: 6px;
	padding-bottom: 10px;
}
h1
{
	font-size: 18px;
	font-weight: 800;
	color: #000000;
	text-align: center;
}
h2 {
	font-size: 15px;
  font-weight: 700;
	color: #4e7f98;	
}
h3
{
	font-size: 14px;
	font-weight: 800;
	color: #000000;
	text-align: left;
}
h3.headingctr {
	font-size: 14px;
  font-weight: 800;	
	color: #4e7f98;
	text-align: center;
}
h4
{
	font-size: 13px;
	font-weight: 700;
	color: #000000;
}
h5
{
	font-size: 12px;
	font-weight: 500;
	color: #0000FF;
	border-top: 1px dotted #dc231e;
	margin: 0;
	padding: 0;
	border-top-color: #0000FF;
}
/**** Styles for Links **********/
a {
	color: #dc231e;
	text-decoration: underline;
}
a:hover {
	color: #dc231e;
	text-decoration: none;
}
#col_left a {
	color: #dc231e;
	text-decoration: underline;
}
#col_left a:hover {
	color: #dc231e;
	text-decoration: none;
}
#col_right a {
	color: #dc231e;
	text-decoration: underline;
}
#col_right a:hover {
	color: #dc231e;
	text-decoration: none;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.external {
  background: url(images/externallink.jpg) no-repeat right top;
  padding-right: 15px;
}
.pdf {
  background: url(images/pdf.gif) no-repeat right top;
  padding-right: 15px;
}

