﻿html > body
{
	height: auto;
	min-height: 100%;
}

body
{
	height: 100%;
	background: #202263 url(/Images/bgFade.jpg) repeat-x scroll left top;
	color: #000000;
	text-align: center;
	margin: 0;
	font-family: Arial, Helvetica, Sans-Serif;
}

p, li, h3, dd, dt
{
	font-size: small;
}

dt
{
	font-weight: bold;
}

a, h2, h3, h4
{
	color: #2A2B6B;
}

table
{
	margin: 0 auto;
}

img
{
	border: 0;
}

table span
{
	color: #2A2B6B;
	font-size: small;
	font-weight: bold;
}

div.pageContainer
{
	width: 770px;
	height: auto;
	margin: 20px auto;
	text-align: left;
}

div.pageHeader
{
	width: 770px;
	height: 125px;
	position: relative;
}

div.pageImage
{
	width: 770px;
	height: 195px;
	position: relative;
	background: Transparent url(/Images/imgBridge.jpg) no-repeat scroll left top;
}

img.pageInfoImg
{
	position: absolute;
	bottom: 25px;
	left: 20px;
}

div.brokenTop
{
	width: 770px;
	height: 24px;
	background: Transparent url(/Images/bgBrokenTop.gif) no-repeat scroll left top;
	position: absolute;
	bottom: -1px;
	left: 0px;
}

div.straightTop
{
	width: 770px;
	height: 24px;
	background: Transparent url(/Images/bgStraightTop.gif) no-repeat scroll left top;
	position: absolute;
	bottom: -1px;
	left: 0px;
}

div.pageContent
{
	width: 770px;
	height: auto;
}

div.lightBlue
{
	background-color: #cac9c9;
}

div.lightFade
{
	min-height: 169px;
	background: #cecdcd url(/Images/bgLightFade.jpg) repeat-x scroll left top;
}

div.leftContentBox
{
	float: left;
	width: 576px;
	padding: 0 20px 20px 20px;
}

div.leftContentBox p
{
	text-align: justify;
	margin-top: 10px;
	/*font-size: medium;*/
}

div.leftContentBox ul
{
	list-style-type: none;
}

div.rightContentBox
{
	float: right;
	width: 152px;
	border-left: solid 2px #66677f;
}

div.rightContentBox p
{
	padding: 0 10px;
}

div.menuBox
{
	border-top: solid 1px #66677f;
	height: 100%;
	width: 384px;
	position: relative;
	color: #FFFFFF;
}

div.menuBox ul
{
	margin-left: 20px;
	padding-top: 10px;
	list-style-type: none;
}

div.topContentBox
{
	/*background: #cecdcd url(/Images/bgFade.gif) repeat-y scroll left top;*/
	background: red url(/Images/bgFade.gif) repeat-y scroll left top;
}

div.pageInfo
{
	margin: 0 auto 20px auto;
	text-align:center;
	color: #FFFFFF;
	padding: 10px 0px;
}

div.pageInfo p
{
	font-size: xx-small;
	padding: 0px 60px;
	margin: 0px;
}

div.pageInfo a
{
	color: #FFFFFF;
}