body,html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
}
 
body,br,html,span,div,input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
}
#bg {
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
	left: 0;
	top: 0;
}
 
#leftBg {
	width:20%;
	border-right:1px #cccccc solid;
	height:100%;
 
}
 
#centreBg {
	width:60%;
	height:50%;
 
}
 
#rightBg {
	width:20%;
	border-left:1px #cccccc solid;
	height:100%;
 
}
#main {
	position:absolute;
	width:100%;
	height:100%;
	z-index:2;
	left: 0;
	top: 0;
}
 
 
#logoTable {
	border-bottom:1px solid #cccccc;
	background-image:url(img/logoBg2.jpg);
	background-repeat:repeat-x;
	background-position:top;
 
}
 
.ddMenu	{
	position:absolute;
	width:100%;
	z-index:30;
	left: 0%;
	top:0;
	border-bottom:0px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-top:1px solid #999999;
	visibility: hidden;
	background-color:#EAEEFA;
	filter:alpha(opacity=75); 
	color:#000000;
}
 
.topNavItems {
	position:relative;
	border-bottom:1px solid #999999;
	padding-top:2px;
	padding-bottom:2px;
 
}
 
#nav {
	border-bottom:1px solid #cccccc;
	background-image:url(img/topBg.gif);
	background-repeat:repeat-x;
	font-size:10px%;
 
}
 
#title {
	font-size:18px;
	font-weight:bold;
}
 
a:link,a:visited, a:active {
	color: #000000;
	text-decoration: none;
}
 
a:hover {
	color: #FF6600;
	text-decoration: none;
}
 
#search { /*/ search text box/*/
width:70%;
 
}
#Go { /*/ search go button/*/
 
 
}
 
#mainTable {
	
 
}
 
#bottomTable {
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background-color: #EAEEFA;
	margin-top:5%;
	height:5%;
	font-size:10px;
 
}
 
#mainCopy {
	font-size:10px;
 
}

#right,#left {
	text-align:center;
	font-size:10px;
	padding-top:10px;


}



 

