
#main
{
	width: 770px;
	background: white;
	color: black;
	text-align: left;
	margin-bottom: 40px;
}

#header
{
  width: 770px;
  border-top: solid 5px #2373AA;
 }

#header a
{
	font-size: 85%;
}

#contactuslinks
{
	text-align: right;
	vertical-align: top;
	padding: 2px 4px 2px 4px;
}

#footer
{
  width: 770px;
  background-color: #2373AA;
  color: white;
  height: 21px;
}

#footer a
{
	color: White;
}

#footer table
{
	width: 100%;
}

#footer td#footerleftcell
{
	text-align: left;
	padding: 2px 0 0 8px;
	font-size: 85%;
}

#footer td#footerrightcell
{
	text-align: right;
	padding: 2px 8px 0 0;
	font-size: 85%;
}

#mainMenu
{
	/*background: url(../images/MenuBackground.gif) no-repeat;*/
	position: relative;
}

#mainMenu td
{ 
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 85%; 
  font-weight: bold;  
  text-align: center;  
  background: #529CDE;
  color: White;
  border-bottom: solid 1px white;
  padding: 0 10px;
}

#mainMenu td.selected
{ 
  background: #2173AD;
  border-left: solid 1px white;
  border-right: solid 1px white;
  border-bottom: none; 
  padding: 0 9px;
}

#mainMenu td a
{
  display: block;
  height: 16px;
  text-decoration: none;
  background: transparent;
  color: white;
}

#mainMenu td a:hover
{
  text-decoration: none;
  background: transparent;
  color: #D4E7F7;
}

#mainMenu td.selected a
{
  text-decoration: none;
  background: transparent;
  color: white;
}

#mainMenu td.selected a:hover
{
  text-decoration: none;
  background: transparent;
  color: #D4E7F7;
}

.padding { background: url(../Images/MenuSpacer.gif) repeat-x; }

#tdDate 
{
	/* background: url(../Images/Menu/Date.gif) no-repeat; */
	color: White; 
}

#tdDate p
{
	padding: 0px 0px 3px 5px;
	margin: 0;
	font-size: 85%;
}


#blueContent
{
	vertical-align: baseline;  
	background: url(../Images/BlueContent.jpg) no-repeat;
}

#bottomPanel 
{
	width: 770px;
	background: url(../Images/BottomPanel.gif) no-repeat;
}

.portal
{
  background: url(../images/portal.gif) left top no-repeat;
  padding: 3px 0 10px 24px;
  margin-top: 4px;
}