/*Global set of the Background color*/
body
{
	background-color:#99CCFF;
}

/*build up the colors and the layout of the screen*/
#leftcol
{
/*	background-color: #99CCFF;*/
	width: 15%;
	margin: 0px 0px 0px 0px;
	float: left;
	height: 100%;
	display:block;
	position: relative;
	height: 100%;
	top: -15px;
}

#maincol{
	background-color: #99CCFF;
	float:left;
	display: inline;
	position: relative;
	width: 70%;
	margin: 0px 0px 0px 0px;	
	height: 100%;
	top: -15px;
}
#rightcol
{
	background-color: #99CCFF;
	width: 15%;
	float: left;
	display: Block;
	position: relative;
	margin: 0px 0px 0px 0px;
	height: 100%;
	top: -15px;
}

#contentPane
{
	background-color: white;
	padding: 10px 60px 10px 60px;
}
#FooterBorder
{
	background-image: url(/images/b-bottom.jpg);
	background-repeat:repeat;
	height: 50px;
	width: 100%;
}
#Footer
{
	text-align:left;
	color: gray;
	font-size: 10px;
}
a.Footer:link
{
	color: gray;	 
}
a.Footer:visited
{
	color: gray;	
}
a.Footer:hover
{
	color:gray;	
}
