

/* Layout Stylesheet */ 


body {
 margin:5px;
 background:#CECFE0;
 color: #01013C;
 text-align:center;
 padding:0;
 }

A.ainfo:link {
color: RED;
text-decoration: none;
}

A.ainfo:visited {
color: RED;
text-decoration: none;
}

A.ainfo:active {
color: RED;
text-decoration: none;
}

A.ainfo:hover {
color: RED;
text-decoration: none;
}

a.item1:visited {color: #CECFE0} 

 /* Link Colour and decoration 
a {
	color: #CECFE0; 
	background-color: transparent; 
	text-decoration: none
}*/

/* Visited Link colour and decoration */
a:visited {
	color: #01013C;
	background-color: transparent; 
	text-decoration: none
}

/* Hover over links colour and decoration
a:hover {
	color: #01013C;
	background-color: transparent; 
	font-weight: bolder;
	color: WHITE; 
} */
#outer {
 text-align:left;
 align:center;
 border:0px solid #FFFFFF;
 margin:auto;
  width:985px;
  height:100%
 }
#hdr2 {
 height:100px;
 background:#01013C;
 color: #CECFE0;
 width:985px;
 }

#hdr {
 background:#01013C;
 color: #CECFE0;
 width:985px;
 }
#bar {
 text-align:center;
 font-weight: bold;
 font-size: 100%;
 background:#c0c0c0;
 color: #CECFE0;
 border:inset #000000;	
 border-width:0 0 0 0;
 }

#bodyblock {
 background: #CECFE0;
 color: #001A00;
 width:985px;
 padding:0;
 height:100%
 }
#l-col {
 float:left;
 background:#01013C;
 width:140px;
 height:100%;
 }

#cont {
 width:839px;
 background:#ffffff;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 0px;
 text-align:left;
 }


#ftr2 {
 height:25px;
 background:#01013C;
 color: #CECFE0;
 border:solid black;
 border-width:0 0 0 0;
 margin:0;
 width:985px;
 }

#ftr {
 background:#01013C;
 color: #CECFE0;
 border:solid black;
 border-width:0 0 0 0;
 margin:0;
 width:985px;
 clear: all;
 }
 
 #search {
 background:#CECFE0;
 border:double #01013A;
 border-width:1 1 1 1;
 width:100%;
 }
 
 .status {
 align:center;
 background-color:red;
 color:white;
 border: single #FFFFFF;
}
