body		
{
	font-family: arial, sans serif;
	color: #333333;
	background-color:#0C3E65;
	scrollbar-base-color:#0C3E65;
	font-size:11pt;
	margin-top:0;
	margin-left:0;
	margin-bottom:0;
	margin-right:0;
}

#Header
{
	position:relative;
	width:990;
}
#Body
{
	background-image: url(images/body-tile.jpg);
	background-repeat: repeat-y;
}
#innerBody
{
	position:relative;
	height:100%;
	width:100%;
	background-image: url(images/bubble_bg_main.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;	
	text-align:center;
}
#ContentPanel
{
	position:relative;
	text-align:left;
}
#Footer
{
	position:relative;
	height:29;
	background-image: url(images/footer.jpg);
}


#Footer_Bottom
{
	position:relative;
	font-color:#FFFFFF;
	link-color: #fff];
	visited-color #fff;
	active-color: #fff;
}



#Footer_Bottom a:link {color: #fff;}
#Footer_Bottom a:visited {color: #fff;}
#Footer_Bottom a:hover {color: #00ffaa; text-decoration: underline; }
#Footer_Bottom a:active {color: #fff; }


#TopMenu
{
	background-image: url(images/body-tile.jpg);
	background-repeat: repeat-y;
}

.TopMenuCell
{
	background-image: url(images/menu-cell.jpg);
	background-repeat: no-repeat;
	text-align:center;
	position:relative;	
	width:130;
	height:116;
}
.TopMenuCell a
{
	font-family: comic sans ms,tahoma,arial, sans serif;
	font-size:10pt;
	font-weight:bold;
	color: #0C3E65;
	text-decoration:none;
}
.TopMenuCell a:hover
{
	text-decoration:underline;
}

#LeftPanel
{
	/*background-color:#FFFFFF;
	 border-left:0px solid #0B283D;
	border-top:0px solid #9EC0DC;
	border-right:0px solid #73A3C5;
	border-bottom:0px solid #BFD5EA; 
	padding-bottom:8; */
}

#LeftMenu
{
	text-align:left;	
}



/*   set font sizes here   */

#ContentPanel
{
	font-size:10pt;
}

#ContentPanel td,ol,p,ul
{
	font-size:10pt;
}

#FooterText
{
	font-size:8pt;
	font-weight:bold;
	color: #0C3E65;
}