

<!-- 
body {
margin: 0;
padding: 0;
background: white;
}

body,input,select {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

td,th, {
font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: white;

}
img{border : 0px; margin: 0px; }

/*-----------PAGE LAYOUT-------------------*/

#topSection       { position: absolute; top: 0px; left: 0px; width: 780px; height: 148px; }
#contentSection   { position: absolute; top: 125px; left: 150px; width: 630px; }
#leftSection   	  { position: absolute; top: 125px; left: 0px; width: 150px; }
//#rightSection     { position: absolute; top: 125px; left: 800px; width: 50px; }
#rightSection     { position: absolute; top: 0px; left: 771px; }

/*---------- Tables --------------------------------------*/
table, tr, td { padding:0px; border-width:0px; margin:0px; border-collapse: collapse;}

.surround  { border-top:1px solid #6633ff; border-right:1px solid #6633ff; border-bottom:1px solid #6633ff; border-left:1px solid #6633ff; }
.LFTdocLeftCell  {text-align: left; background: #ffffff; }
.LFTdocRightCell {text-align: right; background: #ffffff; }
.LFTtable	 { text-align:left; width:100%; }
//.LFTalignLeft	 { width:300px; background: #66ccff; border-top:1px solid #6633ff; border-right:1px solid #6633ff; border-bottom:1px solid #6633ff; border-left:1px solid #6633ff; padding-left:3px; padding-right:3px; padding-top:3px; padding-bottom:3px; text-align:left; }
//.LFTalignRight { width:300px; background: #66ccff; border-top:1px solid #6633ff; border-right:1px solid #6633ff; border-bottom:1px solid #6633ff; border-left:1px solid #6633ff; padding-left:3px; padding-right:3px; padding-top:3px; padding-bottom:3px; text-align:right; }
.LFTalignLeft	 { width:300px; background: #6633ff; padding-left:5px; padding-right:3px; padding-top:3px; padding-bottom:3px; text-align:left; }
.LFTalignRight	 { width:300px; background: #6633ff; padding-left:5px; padding-right:3px; padding-top:3px; padding-bottom:3px; text-align:right; }



/*---------- Links ---------------------------------------*/
a { }
/* Links for Bracket Elements */
.blueLink { color: #333399; font-weight:normal; text-decoration:underline; }
.linkBlue { color: #333399; font-weight:normal; text-decoration:underline; }
.linkCorporate { color: #113084; font-weight:normal; text-decoration:underline; }
.linkBurgundy { color: #803E60; font-weight:normal; text-decoration:underline; }
.linkBlack { color: #000000; font-weight:normal; text-decoration:underline; }
.linkWhite { color: #ffffff; font-weight:normal; text-decoration:underline; }
.linkBlackNoUL { color:#000000; font-weight:normal; text-decoration:none; }
.linkBlackNoUL:hover { color:#000000;  font-weight:normal; text-decoration:underline; }
.RGHbracket { color: #333399; font-weight:normal; text-decoration:underline; }
.RGHloginBoxLink { color: #333399; font-weight:normal; text-decoration:underline; font-size: 10px;}

/*--------------------------------------------------------*/


//old blue colour 333399
/*----------- Ruler --------------------------------------*/
hr { }
.ruler { width:610px; height:1px; color:#6633ff; background:inherit; border-top: 1px solid #6633ff; border-bottom: 0px; border-left: 0px; border-right: 0px;align:center;}
.smallRuler { width:400px; height:1px; color:#6633ff; background:inherit; border-top: 1px solid #6633ff; border-bottom: 0px; border-left: 0px; border-right: 0px;align:center;}
.LFTrulerDashed   { width:100%; height:1px; color:#999999; background:inherit; border-top: 1px dashed #999999; border-bottom: 0px; border-left: 0px; border-right: 0px;}
/*--------------------------------------------------------*/

/*-------- Paragraph -------------------------------------*/
p, div, span {}
.disclaimer          { font-size: 10px; color:#6633ff; background:inherit;  text-align:center; 
}
.header 	{ font-size: 20px; color:#000000; background:inherit; text-align:center;  
}

.subHeader { font-size: 12px; color:#000000; background:inherit; text-align:left; 
}

/*----------- Header Bar --------------------------------------*/

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
position: absolute; /* Menu position that can be changed at will */
top: 95px;
left: 150px;
z-index:100;
//width: 100%; /* precision for Opera */
width:600px;
}
#menu dl {
float: left;
width: 120px;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;

background: #6633FF;
border: 1px solid gray;
width:20px //added mat
margin: 1px; // gap betwen the boxes
}
#menu dd {
display: none;
border: 1px solid gray;
}
#menu li {
text-align: center;
font-weight: bold;
background: #ff3399;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #eee;
}
#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 15px;
border: 1px solid gray; 
}
/*-------------------------------------------------------*/
