body {
	background:#1b293f;
	text-align:center;
	margin:20px;
	padding:0;
	color:#666;
	min-width: 1024px;
	}
#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	background:#FFF url("images/right_side_background.gif") repeat-y top right;
	}
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	background:url("images/left_side_background.gif") repeat-y top left;
	}
#header {
	background:#1b293f;
	padding:10px;
	margin:0;
	text-align:left;
	color:#FFF;
	border-top: thin solid #28415f;
	border-bottom: thin solid #28415f;
	}
#maincol {
	position:relative;
	margin:0;
	padding:10px;
}
#leftcol { 
	position:relative;
	top:-10px;
	left:-10px;
	float:left;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:#3d556d;
	z-index:100;
}
#rightcol {
	position:relative;
	top:-10px;
	right:-10px;
	float:right;
	width:270px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:250px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:#3d556d;
	z-index:99;
}
#centercol {
	position:relative;
	padding:0 280px 0 240px; /* top right bottom left*/
}
#footer {
	position:relative;
	top:1px;
	background:#1b293f;
	width:100%;
	clear:both;
	margin:0;
	padding:1% 0;
	text-align:center;
	border-top: thin solid #28415f;
	border-bottom: thin solid #28415f;
}
.copyright {
	font-family: Tahoma;
	font-size: 9px;
	color: white;
}
.introduction {
	font-family: Tahoma;
	font-size: 12px;
	color: #1b293f;
	text-align: center;
}
td.menuHeading {
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:white;
	background:#3d556d;
	width:200px;
	border-style:outset;
	text-align: center;
}
td.subMenu {
	font-family:Tahoma;
	font-size:10px;
	font-weight:bold;
	color:white;
	background:#3d556d;
	width:150px;
	align:left;
}
table.subMenu {
	background:white;
	position:absolute;
	visibility:hidden;
	text-align:left;
}
a {
	color:white;
	text-decoration:none;
	font:bold;
}
a:hover {
	color:gray;
}
td.intro {
	background: #3d556d;
	font-family: Tahoma;
	font-size: 10px;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
}
td.leftNavi {
	font-family: Tahoma;
	font-size: 12px;
	color: white;
}
.content {
	font-family: Tahoma;
	font-size: 12px;
	color: #1b293f;
	text-align: justify;
}
a.content {
	color:#1b293f;
	text-decoration:none;
	font:bold;	
}
a.content:hover {
	color:gray;
}
.contentHeading {
	font-family: Tahoma;
	font-size: 16px;
	color: #1b293f;
	text-align: left;
}
.contactHeading {
	font-family: Tahoma;
	font-size: 12px;
	color: white;
	text-align: center;
	background: #3d556d;
}
.contactDetail {
	font-family: Tahoma;
	font-size: 12px;
	color: white;
	text-align: center;
	background: #3d556d;
}
td.leftClients {
	text-align: left;
}
td.rightClients {
	text-align: right;
}
td.centerClients {
	text-align: center;
}
td.productsMenu {
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:maroon;
	background:#f7eacd;
	width:350px;
	border: medium outset;
	border-top-color: #d48a86;
	border-left-color: #d48a86;
	border-bottom-color: maroon;
	border-right-color: maroon;
	text-align: center;
}
a.products {
	color:maroon;
	text-decoration:none;
	font:bold;
}
a.products:hover {
	color: gray;
}
.AccordionTitle, .AccordionContent, .AccordionContainer {
  position:relative;
  width:200px;
}
.AccordionTitle {
  height:20px;
  overflow:hidden;
  cursor:pointer;
  font-family:Tahoma;
  font-size:9pt;
  font-weight:bold;
  vertical-align:middle;
  text-align:center;
  background-repeat:repeat-x;
  display:table-cell;
  background-image:url('images/left_menu_background.jpg');
  -moz-user-select:none;
  line-height:20px;
  color: maroon;
}
.AccordionContent {
  height:0px;
  overflow:auto;
  display:none; 
}
.AccordionContainer {
  border-top: solid 1px #C1C1C1;
  border-bottom: solid 1px #C1C1C1;
  border-left: solid 2px #C1C1C1;
  border-right: solid 2px #C1C1C1;
}
.AccordionContent {
  font-family:Tahoma;
  font-size:10px;
  color:white;
  font-weight:bold;
  text-align:center;
}
