BODY
{
	margin: 0px 0px 0px 0px;
	background-color: #e7edf4;
	text-align: center;
}
.divMain
{
	height: auto;
	width: 784px;
	margin: 0px auto;
}
.divLeft
{
	height: auto;
	width: 11px;
	background-image: url(../img/shade_left.gif);
	background-repeat: repeat-y;
}
.divRight
{
	height: auto;
	width: 11px;
	background-image: url(../img/shade_right.gif);
	background-repeat: repeat-y;
}
.divTopLeft
{
	height: 11px;
	width: 11px;
	background-image: url(../img/shade_top_left.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.divTop
{
	height: 11px;
	width: 762px;
	background-image: url(../img/shade_top.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.divTopRight
{
	height: 11px;
	width: 11px;
	background-image: url(../img/shade_top_right.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.divBottomLeft
{
	height: 11px;
	width: 11px;
	background-image: url(../img/shade_bottom_left.gif);
	background-repeat: no-repeat;
}
.divBottom
{
	height: 11px;
	width: 762px;
	background-image: url(../img/shade_bottom.gif);
	background-repeat: repeat-x;
}
.divBottomRight
{
	height: 11px;
	width: 11px;
	background-image: url(../img/shade_bottom_right.gif);
	background-repeat: no-repeat;
}
.divCenter
{
	height: auto;
	width: 762px;
	float: left;	
}
.divBannerMain
{
	height: 88px;
	width: 760px;
	background-image: url(../img/banner_top.jpg);
	text-align: left;
}
.divMainMenu
{
	height: 22px;
	width: 760px;
	border-top: solid 1px #AAAAAA;
	border-bottom: solid 1px #AAAAAA;
	background-image: url(../img/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: left center;
	text-align: right;
}
.divMenuTab
{
	height: 22px;
	vertical-align: middle;
	padding: 0px 7px 0px 7px;
	float: right;
}
.divMenuSpacer
{
	height: 22px;
	width: 1px;
	background-image: url(../img/menu_spacer_bg.gif);
	background-repeat: no-repeat;
	float: right;
}
.divContent
{
	height: auto;
	width: 760px;
	margin: 0px auto;
	text-align: center;
	display: table;
}

/*until here common divs*/

.divCompanyName /* removed from index. when included, divWelcome width: 394px*/
{
	height: 246px;
	width: 295px;
	background-image: url(../img/company_name.gif);
	background-position: top;
	background-color: #f9f3e2;
	padding-left: 20px;
	border-right: solid 1px #AAAAAA;
	float: left;
}
.divWelcome
{
	height: 211px;
	width: 710px;
	padding: 15px 30px 20px 20px;
	background-image: url(../img/welcome_bg.jpg);
	background-position: top;
	background-color: #fdfaf3;
	text-align: left;
	vertical-align: middle;
	float: right;
}
.divTools
{
	height: 175px;
	width: 760px;
	background-image: url(../img/tools_bg.jpg);
	background-position: top;
	border-top: solid 1px #AAAAAA;
	position: relative;
	cursor: default;
}
.divImage
{
	height: 145px;
	width: 253px;
	text-align: center;
	vertical-align: middle;
}
.divBottomMenu
{
	height: auto;
	width: 760px;
	text-align: center;
	vertical-align: top;
	padding: 5px 0px 10px 0px;
	margin: 0px auto;
}

/*end divs*/

.txtMenuSelected
{
	font: bold 8pt Arial;
	color: #6d97b1;
	cursor: default;
}
.txtTitle
{
	font: bold 14pt Arial;
	color: #111854;
	cursor: default;
}
.txtWelcome
{
	font: 13pt Arial;
	color: #111854;
	cursor: default;
}
.txtCopyright
{
	font: bold 8pt Arial;
	color: White;
	cursor: default;
}
.txtMenuBottom
{
	font: bold 8pt Arial;
	color: #6d97b1;
	cursor: default;
}

.linkMenu:link
{
	font: bold 8pt Arial;
	color: #111854;
	text-decoration: none;
}
.linkMenu:visited
{
	font: bold 8pt Arial;
	color: #111854;
	text-decoration: none;
}
.linkMenu:hover
{
	text-decoration: underline;
}
.linkMenuBottom:link
{
	font: bold 8pt Arial;
	color: #6d97b1;
	text-decoration: none;
}
.linkMenuBottom:visited
{
	font: bold 8pt Arial;
	color: #6d97b1;
	text-decoration: none;
}
.linkMenuBottom:hover
{
	text-decoration: underline;
}

.brd
{
	border: solid 1px Lime;
}