body {
	margin: 0;
	padding: 0;
	text-align:center;
	background-color: #fffffff;
	font-family:  "Trebuchet MS", arial, Tahoma,Verdana, helvitica;
	font-size: 14px;
	color: #003366;	
	}
	
TABLE, TBODY, TFOOT, THEAD, TR	{
	font-family: "Trebuchet MS",arial, Tahoma, Verdana, helvitica;
	color: #003366;
	font-size: 14px;	
	text-align: justify;
	border-color:#339933;		
	}

a:link { 
	text-decoration: none; 
	color: #000000;
	}
a:visited { 
	text-decoration: none; 
	color: #000000;
	}
a:hover, a:active { 
	text-decoration: none; 
	border-bottom: 1px dashed #006600;
	color: #003366;
	}

#bgpixHome {
	position: absolute;
	width: 628px;
	height: 451px;
	top: 187px;
	left: 50%;
	margin-left: -304px;
	background: url(images/home.jpg) no-repeat;
	z-index: 6
	}
#bgpix2 {
	position: absolute;
	width: 628px;
	height: 451px;
	top: 187px;
	left: 50%;
	margin-left: -304px;
	background: url(images/bg_Ms.jpg) no-repeat;
	z-index: 6
	}

#bgpix {
	position: absolute;
	width: 628px;
	height: 458px;
	border: 1px outset #666666;
	top: 187px;
	left: 50%;
	margin-left: -304px;
	background: url(images/bg_s.jpg) no-repeat;
	z-index: 6
	}
	
#redWritingWhite {
	position: absolute;
	width: 628px;
	height: 34px;
	top: 5px;
	left: 50%;
	margin-left: -304px;
	background: url(redText.jpg) no-repeat;
	text-align:centre;
	font-size: 20px;
	z-index: 7
	}
	
#headerText {
	margin-left: 15px;
	width: 628px;
	height: 34px;
	top: 160px;
	left: 55.9%;
	font-family:  "Trebuchet MS",  arial,Verdana,helvitica;
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	}

#white {
	position: absolute;
	width: 498px;
	height: 351px;
	top: 47px;
	left: 58%;
	border: 1px outset #666666;
	margin-left: -304px;
	overflow:auto;
	scrollbar-3dlight-color:#006600 ;
	scrollbar-arrow-color:#006600 ;
	scrollbar-base-color:#cccccc ;
	scrollbar-darhershadow-color:#ffffff ;
	scrollbar-face-color:#999966 ;
	scrollbar-shadow-color:#ffffff ;
	scrollbar-track-color:#ffffff ;
	background:#ffffff;
	filter:alpha(opacity=90);
	-moz-opacity:0.7;
	z-index: 6
	}
	
#whiteCopyText {
    width: 450px;
	height: 197px;
	top: 207px;
	left: 56%;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	text-align: justify;
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px;		
	}
	
#csstopmenu, #csstopmenu ul{
padding: 0;
margin: 0;
list-style: none;
}

#csstopmenu li{
float: left;
position: relative;
}

#csstopmenu a{
text-decoration: none;
}

.mainitems{
border: 0px solid #666666;
border-left-width: 0;

}

.headerlinks a{
margin: auto 8px;
color: #ffffff;
}

.submenus{
display: none;
width: 8em;
position: absolute;
top: 1.2em;
left: 0;
background-color: #ffffff;
border: 1px solid #666666;
}

.submenus li{
width: 100%;
}

.submenus li a{
display: block;
width: 100%;
text-indent: 1px;
}

html>body .submenus li a{ /* non IE browsers */
width: auto;
}

.submenus li a:hover{
background-color: #336699;
color: #ffffff;
}

#csstopmenu li>ul {/* non IE browsers */
top: auto;
left: auto;
}

#csstopmenu li:hover ul, li.over ul {
display: block;
}

html>body #clearmenu{ /* non IE browsers */
height: 3px;
}