﻿body 
{
    background-color:#ffffff;
    margin:0 0 0 0;
}

html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none
   }

.linkText
{
	border-bottom:none;
	vertical-align:middle;
}

.linkTextLarge
{

	border-bottom:none;
	vertical-align:middle;
	font-size:14px;
}

.linkTextLarger
{
	border-bottom:none;
	vertical-align:middle;
	font-size:18px;
}

.mainContainer
{
    width:800px;
    margin-left:auto;
    margin-right:auto;	
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	border-style:groove;
	border-color:Blue;
	color:#004780;
}

.topLeftContainer, .menuLeftContainer, .mainLeftContainer
{
	width:276px;
	border-style:none;
}
.topRightContainer, .menuRightContainer, .mainRightContainer
{
	width:516px;
	border-style:none;
}
.topLeftContainer, .topRightContainer
{
	height:125px;
}

.topLeftContainer
{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
	background-repeat: no-repeat;
	float:left;
	border-style:none;
}



.topRightContainer
{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    background-image:  url(../images/headerGradient.gif);
	background-repeat: no-repeat;
	border:none;
	float:left;
}

.menuLeftContainer, .menuRightContainer
{
	height:20px;
}
.menuLeftContainer
{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    background-image:  url(../images/menubar.gif);
    background-repeat: no-repeat;
    float:left;
}



.menuRightContainer
{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    background-image:  url(../images/menubar.gif);
    background-repeat: no-repeat;
    float:left;
}

.mainLeftContainer, .mainRightContainer
{
	 height:100%;
}
.mainLeftContainer
{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    float:left;
    vertical-align:top;
}

.pageLeftMenu
{
	width:274px;
	border-style:none;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    background-image:  url(../images/navigationbar.gif);
    background-repeat: repeat;
    float:left;
    vertical-align:top;
    height:100%;
}

.mainRightContainer
{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 2px;
    float:left;
    background-color:White;
    overflow:auto;
}

.sectionTitle
{
	font-size:14px;
	font-weight:bold;
}

.sectionBody
{
	font-size:12px;
	font-weight:normal;
}

.sectionBodyBold
{
	font-size:12px;
	font-weight:bold;
}

.sectionBodySmall
{
	font-size:10px;
	font-weight:normal;
}

.sectionBodyLarge
{
	font-size:20px;
	font-weight:normal;
}

.sectionBodyMedium
{
	font-size:18px;
}
.sectionBodyLargeBold
{
	font-size:20px;
	font-weight:bold;
}
.smallRedText
{
    font-size:7pt;
    color:Red;
    text-align:left;
}

a:active  {color:#004780; text-decoration:none; }
a:visited {color:#004780; text-decoration:none; }
a:hover   {color:#004780; text-decoration:none; cursor:auto }
a:link    {color:#004780; text-decoration:none; }

