﻿/******************************************************************************
*******************************************************************************
DelaPortal
*******************************************************************************
*******************************************************************************
*/

#mainPageDiv
{
	background-color: #D2E6EB; 
	width: 1020px; 
	text-align: center;
}



#mainMenuDiv
{
	padding: 0px 0px 0px 5px; 
	background-color: #175C95; 
	Width: 961px; 
	text-align: left;
	height: 38px;
}



#pageBodyDiv
{
	width: 966px; 
	min-height: 530px; 
	background-color: White;
}



#mainContentDiv
{
	padding: 0px 0px 0px 5px; 
	float: left;
	width: 661px;
	min-height: 530px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #175C95;
}


#mainContentDiv a
{
	text-decoration: underline;
	color: #1E79C4;
}


#mainContentDiv a:visited
{
	text-decoration: underline;
	color: #175C95;
}


#mainContentDiv a:hover
{
	text-decoration: none;
	color: #175C95;
}



#sideContentDiv
{
	float: right;
	width: 297px;
	min-height: 530px;
	border-left-color: #94C4CF;
	border-left-style: solid;
	border-left-width: 2px;
}



#pageFooterDiv
{
	width: 966px;
	text-align: center;
	font-size: 8pt;
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
}



#notebookDiv
{
	z-index: 2; 
	position: absolute; 
	top: 150px; 
	left: 700px;
}



#logoDiv
{
	z-index: 2; 
	position: absolute; 
	top: 590px; 
	left: 740px;
}