body  	{
	background-color: #fcfcff;
	color: #0000cc;
	font-family: Arial, Helvetica, Sans-Serif;
   	font-size: 10pt ;
	}

a:link { 
	background-color: #fcfcff;
	color: blue;
	}

a:visited {
	background-color: #fcfcff;
	color: #9a6600;
	}

a:active { 
	background-color: #fcfcff;
	color: blue;
	}

a:hover { 
	background-color: #fcfcff;
	color: #ff2100;
	}

	
p.main	{
	background-color: #fcfcff;
	color: #0000cc;
	font-family: Arial, Helvetica, Sans-Serif;
   	font-size: 10pt ;
   	}
	
h3 	{
	color: #0000cc;
	background-color: #c0cfff;
	}
	
#background   {
	z-index: 1;
	background-image: url('images/m219a.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	position:absolute;
	padding: 5px;
	top: 5px;
	left: 6px;
	width: 760px;
	height: 1535px 	!important;
	border: #c0cfff 1px solid;
  	}
  		
#header	{
	position:absolute;
	top:10px;
	left:7px;
	width:760px;
	height:65px;
	z-index:2;
	padding:5px;
	border: #000000 0px solid;
	}
		
#titlebar{
	position:absolute;
	top:83px;
	left:7px;
	width:760px;
	height:10px;
	z-index:3;
	padding:5px;
	}
	
#sidemenu{
	position:absolute;
	top:115px;
	left:8px;
	width:160px;
	height:1320px;
	z-index:4;
	padding:5px;
	border: #000000 0px solid;
	}

#maincontent {
	position:absolute;
	top:125px;
	left:180px;
	width:586px;
	height:1415px !important;
	z-index:5;
	padding:5px;
	border: #c0cfff 1px solid;
		}
