/* CSS Document */
body{
background-color:#35586c;
}
h1{
/*color:#9ad5fa; */
color:#FFFFFF;
font-size:10px;
font-weight:bolder;
text-decoration:underline;
text-transform:uppercase;
font-family:Georgia, "Times New Roman", Times, serif;
}
h2{
color:#9ad5fa;
font-size:15px;
font-weight:bolder;

}
/***Main Cell***/
#MainCell{
	width: 1000px;
	height: 570px;
	position:absolute;
	left: 50%;
	margin-left: -500px;
	top:20px;
	z-index: 10;
	background-image:url(../graphics/ColorSideBar.png)
}

/***Left Navigation***/
#LeftColumn{
	width: 200px;
	height: 570px;
	position: absolute;
	left: 0px;
	z-index: 4;
}
#LeftColumnMask{
	width: 200px;
	height: 570px;
	position: absolute;
	left: 0px;
	background-image:url(../graphics/LeftSideBar.png);
	z-index: 5;	
}
/***Right Information***/
#RightColumn{
	width: 200px;
	height: 570px;
	position: absolute;
	right: 0px;
	z-index: 4;
}
#RightColumnMask{
	width: 200px;
	height: 570px;
	position: absolute;
	left: 0px;
	background-image:url(../graphics/RightSideBar.png);
	z-index: 5;	
}

/*****Center Column******/
#CenterColumn{
	width: 600px;
	height: 570px;
	position: absolute;
	left: 200px;
	top: 0px;
	z-index: 3;
}
#Headder{
	width: 600px;
	height: 80px;
	background-image:url(../graphics/BG_Headder.png);
}
#WorkArea{
	width: 600px;
	height: 420px;
	background-image:url(../graphics/BG_workarea.png);
}
#Footer{
	width: 600px;
	height: 60px;
	background-image:url(../graphics/BG_footer.png);
}

