/* Forces browser height of 100% */
html {
	height: 100%;
}

body 
{
	height: 100%;
	background-color: #FFFFFF;
}

/* Catch-all to ensure text color, font, and size consistency */
table, tr, td, p {
	font-family: Arial, tahoma;
	font-size: 11px;
	line-height: 1.4em;
}

.MainTable
{
	/*width="800px" height="100%" bgcolor="#F5F3F8" align="center" style="width: 800px; height: 100%; border-right: #3b6ea0 1px solid; border-top: #3b6ea0 1px solid; border-left: #3b6ea0 1px solid; border-bottom: #3b6ea0 1px solid;"*/
	width: 800px;
	height: 100%;
	border-right: solid 1px #3b6ea0;
	border-top: solid 1px #3b6ea0;
	border-bottom: solid 1px #3b6ea0;
	border-left: solid 1px #3b6ea0;
}

.MenuContainer
{
	/* style="background-position: left top; background-image: url(CCEMenu.jpg); background-repeat: repeat-x; color: white; font-family: Arial, Tahoma; font-weight: normal; font-size: 9pt;" bgcolor="#3B6EA0" */
	background-image: url(CCEMenu.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	color: White;
	font-family: Arial;
	font-size: 9px;
	font-style: normal;
	background-color: #3B6EA0;
}

.LogoContainer
{
	/* style="background-position: left top; background-image: url(CCELogo.jpg); background-repeat: no-repeat;" */
	background-image: url(CCELogo.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.ContentContainer
{
	/*style="background-position: left top; background-image: url(CCEBackground.gif); background-repeat: repeat-y;"*/
	background-image: url(CCEBackground.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

.FooterContainer
{
	/* style="border-top: #3b6ea0 1px solid; font-weight: normal; font-size: 9pt; color: #29166F; font-family: Arial, Tahoma; text-align: center;" height="58px"*/
	height: 58px;
	border-top: solid 1px #3b6ea0;
	font-family: Arial, Tahoma;
	font-size: 9pt;
	font-weight: normal;
	text-align: center;
}

.leftpane
{
	width: 192px;
}

.toppane
{
	height: 88px;
}

.contentpane
{
	
}

.rightpane
{
	width: 150px; 
	border-left: #3b6ea0 1px solid;
}
