/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */

body
{
	font-family: Verdana, Arial, Sans-Serif;
	margin: 0;
	background-color: #88CADA;
	background-image: url(Images/Background.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
}
b,strong
{
    color: #416F9C;
}

#OuterFrame
{
	margin-left: auto;
	margin-right: auto;
	width: 757px;
}
#LogoArea
{
    width: 750px;
}
#Logo
{
	background-image: url(Images/Logo.jpg);
	background-repeat: no-repeat;
	width: 251;
	height: 94px;
	position: relative;
	left: 250px;
}
#TopBar
{
    border: solid 1px #FFFFFF;
    background-color: #7998AA;
    width: 750px;
    height: 30px;
}
.Divider
{
    width: 750px;
    height: 1px;
    clear: both;
}

#LeftContentColumn
{
    width: 522px;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
#RightMenuColumn
{
    width: 200px;
    float: right;
    margin-top: 10px;
}
a.MenuLinks:link, a.MenuLinks:active, a.MenuLinks:visited
{
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	position: relative;
	top:2px;
	left: 20px;
}
a.MenuLinks:hover
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
}
#MenuContainer
{
	width: 174px;
	height: 21px;
	text-align: left;
}
#MiddleBar
{
    border: solid 1px #FFFFFF;
    background-color: #D3E0E6;
    width: 750px;
    height: 30px;
}
#BottomBar
{
    background-color: #D3E0E6;
    width: 757px;
    height: 44px;
    clear:both;
}

#Subhead
{
    font-size: 14px;
    padding-top: 20px;
    padding-left: 10px;
    color: #FFFFFF;
    font-weight: bold;
    margin-right: 20px;
}
#CopyrightArea
{
    padding-top: 10px;
}
a:link, a:active, a:visited
{
    color: #000000;
    text-decoration: none;
}
a:hover
{
    color: #416F9C;
    text-decoration: none;
}
a.Copyright:link, a.Copyright:active, a.Copyright:visited
{
	color: #000000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9px;
}
a.Copyright:hover
{
	color: #416F9C;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9px;
}
.Copyright
{
	color: #000000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9px;
	font-weight: normal;
}

.WatermarkText
{
    color: Gray;
}

#TopPhoto
{
	background-image: url(Images/TopPhoto.jpg);
	width: 342px;
	height: 105px;
	float: left;
}
#TopSlogan
{
	background-image: url(Images/TopSlogan.gif);
	width: 415px;
	height: 105px;
	margin-left: 342px;
}
#LogoBar
{
	background-image: url(Images/LogoBar.jpg);
	width: 757px;
	height: 60px;
	text-align: right;
}
#ContentArea
{
    width: 757px;
    overflow: hidden; 
    background-color: #5B88A3;
	background-image: url(Images/OceanBackground.jpg);
	background-position: bottom left;
	background-repeat:no-repeat;
}
#LeftSide
{
	padding-top:20px;
	width: 201px;
	float: left;
	height: 100%;
}
#RightSide
{
	width: 556px;
	float: right;
	background-color: White;
	min-height: 250px;
}