body
{
	margin-top: 6px;
	margin-left: 6px;
	font-family: "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: left;
	background-color: #EDEDED;
}

A:link
{
	color: #001B64;
	text-decoration: none;
}

A:visited
{
	color: #001B64;
	text-decoration: none;
}

A:active
{
	color: #001B64;
	cursor: hand;
	text-decoration: none;
}

A:hover
{
	color: #B2C3E1;
	cursor: hand;
	text-decoration: "underline";
}
		
p
{
	line-height: 1.25em;
}

.title
{
    text-transform: uppercase;
    font-size: large;
    font-weight: bold;
    color: #001B64;
 }

hr
{
	border-left: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-top: 2px solid #41519A;
	height: 2px;
}

img
{
	border-width: 0;
}

ul
{
	list-style-position: outside;
	list-style-type: square;
}

h1
{
	font-size: medium;
	color: #001B64;
	text-align: left;
}

h2
{
	font-size: large;
	color: #FFFFFF;
}
	
h3
{
	font-size: smaller;
	color: #FFFFFF;
}

h4
{
	font-size: small;
	color: #001B64;
}

h1, h2, h3, h4, h5
{
	margin: 0;
}

h5
{
	font-size: small;
	color: #001B64;
}

.logo 
{
    position:absolute;
    top:0;
    right:-1px;
}

.logo a
{
    border-width:0;
}

.loginBox
{
	position: relative;
	padding: 15px 5px 0px 5px;
}

.searchBox
{
	position: relative;
	padding: 5px 5px 5px 5px;
}

.footer
{
	margin-left: 30;
	font-family: Verdana;
	font-size:xx-small;
	font-weight: normal;
	color: #41519A;
	text-align: right;
}

/***************************************************
 *                 Cell Styles                     *
 ***************************************************/

.cellA1
{
	width: 175px;
	position: relative;
	height: 80px;
	background-color: #d0dfe1;
}

.cellA2
{
	position: relative;
	height: 347px;
	width: 165px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #ACC6CA;
}

.cellA3
{
	position: relative;
	height: 163px;
	width: 175px;
	text-align: left;
	background-color: #D0DFE1;
}

.cellB1
{
	width: 610px;
	position: relative;
	height: 49px;
	background-color: #ACC6CA;
}

.cellB2
{
	width: 610px;
	height: 25px;
	background-color: #ACC6CA;
}

.cellB3
{
	width: 610px;
	position: relative;
	height: 508px;
	text-align: left;
}

.cellC1
{
	width: 175px;
	text-align: right;
	height: 80px;
	background-color: #D0DFE1;
}

.cellC2
{
	position: relative;
	height: 349px;
	width: 165px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	background-color: #ACC6CA
}

.cellC3
{
	height: 160px;
	width: 175px;
	text-align: center;
	vertical-align: top;
	background-color: #d0dfe1;
	background-repeat: no-repeat;
}

.cellMaps
{
	width: 100%;
	position: relative;
	height: 520px;
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 2px;
}

.cellMapSearch
{
	background-color: #ACC6CA;
	height: 515px;
	width: 215px;
	padding-left: 5px;
	text-align: left;
	vertical-align: top;
}

/***************************************************
 *                 Menu Styles                     *
 ***************************************************/

.menuItemStatic
{
	border-right: #648abd 1px solid;
	padding-right: 2px;
	border-top: #648abd 1px solid;
	padding-left: 2px;
	font-size: small;
	padding-bottom: 3px;
	border-left: #648abd 1px solid;
	color: white;
	padding-top: 3px;
	border-bottom: #648abd 1px solid;
	font-family: Tahoma;
	background-color: #001b64;
}

.menuItemHoverStatic
{
	border-right: white 1px solid;
	padding-right: 2px;
	border-top: white 1px solid;
	padding-left: 2px;
	font-size: small;
	padding-bottom: 3px;
	border-left: white 1px solid;
	color: white;
	padding-top: 3px;
	border-bottom: white 1px solid;
	font-family: Tahoma;
	background-color: #648abd;
}

.menuItemDynamic
{
	border-right: #648abd 1px solid;
	padding-right: 2px;
	border-top: #648abd 1px solid;
	padding-left: 2px;
	font-size: small;
	padding-bottom: 3px;
	border-left: #648abd 1px solid;
	color: white;
	padding-top: 3px;
	border-bottom: #648abd 1px solid;
	font-family: Tahoma;
	background-color: #001b64;
	width: 150px;
	z-index: 1000;
}

.menuItemHoverDynamic
{
	border-right: white 1px solid;
	padding-right: 2px;
	border-top: white 1px solid;
	padding-left: 2px;
	font-size: small;
	padding-bottom: 3px;
	border-left: white 1px solid;
	color: white;
	padding-top: 3px;
	border-bottom: white 1px solid;
	font-family: Tahoma;
	background-color: #648abd;
	width: 150px;
	z-index: 1000;
}

A.menuItemStatic:link
{
	color: White;
}

A.menuItemStatic:visited
{
	color: White;
}

A.menuItemStatic:active
{
	color: White;
}

A.menuItemDynamic:link
{
	color: White;
}

A.menuItemDynamic:visited
{
	color: White;
}

A.menuItemDynamic:active
{
	color: White;
}

.gridBase
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.gridHeaderColumn
{
	background-color: #D0DFE1;
	border-right: #d3d3d3 1px solid;
	border-top: #d3d3d3 1px solid;
	border-left: #d3d3d3 1px solid;
	border-bottom: #d3d3d3 1px solid;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.gridDataColumn
{
	border-right: #d3d3d3 1px solid;
	border-top: #d3d3d3 1px solid;
	border-left: #d3d3d3 1px solid;
	border-bottom: #d3d3d3 1px solid;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.gridFooterColumn
{
	background-color: #E0E0E0;
	border-right: #d3d3d3 1px solid;
	border-top: #d3d3d3 1px solid;
	border-left: #d3d3d3 1px solid;
	border-bottom: #d3d3d3 1px solid;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.gridAlternating
{
	background-color: #dcdcdc;
	border-right: #d3d3d3 1px solid;
	border-top: #d3d3d3 1px solid;
	border-left: #d3d3d3 1px solid;
	border-bottom: #d3d3d3 1px solid;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.gridHiddenColumn
{
	visibility: hidden;
	width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	display: none;
}

.stdControl
{
	font-family: "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

