﻿body 
{
    background-color: #203566;
    background-image: url(./images/common/page_bg.gif);
    background-repeat: repeat;
    margin: 0px;
    font-family: Verdana;
    font-size: 10px;
    color: #333333;
}


#page
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	margin-bottom: 15px;
	width: 852px; /* 958 - padding */
	padding: 13px 53px 13px 53px;
	background-color: #122f61;
  background-image: url(./images/common/innerpage_bg.gif);
  background-repeat: repeat-x;
	border: solid 1px #55709e;
	min-height: 600px;
}
#innerPage
{
  width: 850px;
  border: solid 1px #7193db;
  background-color: #1e5b8c;
}

#header
{
  width: 842px; /* 850 - padding */
  height: 71px; /* 81 - padding */
  background-color: #165185;
  background-image: url(./images/common/header_bg.jpg);
  background-repeat: no-repeat;
  padding: 10px 8px 0px 0px;
  text-align: right;
}
#nav
{
  width: 850px;
  height: 22px;
  background-color: #165185;
  background-image: url(./images/common/nav_bg.gif);
  background-repeat: repeat-x;
  text-align: center;
}
#nav img
{
  margin: 0px;
  padding: 0px;
  line-height: 0px;
  font-size: 1px;
  vertical-align: top;
}

#mainBody
{
  width: 840px; /* 850px - padding */
  padding: 7px 5px 7px 5px
}

#footer
{
  width: 850px;
  text-align: center;
  color: #5ba0c4;
  margin-top: 2px;
  padding: 16px 0px 16px 0px;
  border: solid 1px #7193db;
  background-color: #114d7f;
}

.edgeColumn
{
  float: left;
  width: 168px;
}
.centerColumn
{
  float: left;
  width: 494px;
  padding: 0px 5px 0px 5px;
}

.centerAdBlock
{
  width: 488px; /* 494 - padding */
  background-color: #1b1b1b;
  margin-top: 5px;
  padding: 3px 3px 3px 3px;
  border-top: solid 1px #060606;
}
.cabBlueBorder
{
  width: 486px; /* 489 - padding */
  border: solid 1px #197ae1;
}
.cabBlueGrad
{
	float: left;
	width: 226px; /* 240 - padding */
	height: 460px;
	background-image: url(./images/common/blue_grad.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	text-align: center;
/*	margin: 2px 0px 2px 2px; commented out for christmas banner */
	margin: 2px 1px 2px 1px;
	padding: 0px 7px 7px 7px;
}
.cabText
{
  padding: 5px 5px 5px 5px;
}
.dashed-rule
{
  height: 1px;
  margin: 15px 5px 15px 5px;
  background-image: url(./images/common/dashed_rule.gif);
  background-repeat: repeat-x;
}

.blackBar
{
  width: 494px;
  height: 20px;
  background-color: #1b1b1b;
  margin-top: 1px;
}

/* Rotating Image */
#imageContainer {
	position:relative;
	width: 494px;
	height: 253px;
}
#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}
/* END - Rotating Image */


/* Basic Formatting */
.clear
{
	clear: both;
	font-size: 1px; 
	line-height: 1px;
	height: 0px;
	white-space: nowrap;
}		
/* END - Basic Formatting */
	
/* Form Styles */
form
{
  margin: 0;
  padding: 0;
}

input
{
	font-size: 10px;
	font-weight: normal;
	color: #333333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

select
{
	font-size: 10px;
	font-weight: normal;
	color: #333333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

textarea
{
	font-size: 10px;
	font-weight: normal;
	color: #333333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* END - Form Styles */

