body {
	background-image:url(../images/bg_fade.png);
	background-repeat:repeat;
	margin:0em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

/*a:link { 
	color:#0000CC; 
}

a:visited { 
	color:#663366; 
}
*/
.header {
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
	background-color:#21519b;
	height:100px;
	width:792px;
	cursor:pointer;
	text-align:right;
	padding-top:180px;
	padding-right:10px;
	color:#FFFFFF;
	font-weight:bold;
}

.headerTop {
	background-image:url(../images/mainstayHeaderTop.png);
	background-repeat:no-repeat;
	background-color:#21519b;
	height:87px;
	width:802px;
	cursor:pointer;
	text-align:right;
	color:#FFFFFF;
	font-weight:bold;
}

.headerBar {
	background-image:url(../images/mainstayHeaderBar.png);
	background-repeat:repeat-x;
	background-color:#21519b;
	padding:1px 0px 0px 5px;
	font-size:14px;
	height:19px;
	width:797px;
	cursor:pointer;
	text-align:left;
	color:#444444;
	font-weight:bold;
}

.headerBarLink {
	font-color:#444444;
	font-weight:bold;
	text-decoration:none;
}

.headerBarLink:hover {
	font-color:#666666;
	font-weight:bold;
	text-decoration:none;
}

.headerBottom {
	background-image:url(../images/mainstayHeaderBottom.png);
	background-repeat:no-repeat;
	background-color:#21519b;
	height:100px;
	width:792px;
	cursor:pointer;
	text-align:right;
	padding-top:73px;
	padding-right:10px;
	color:#FFFFFF;
	font-weight:bold;
}

.clientTable td {
	padding:2px 5px 2px 5px;
	font-size:12px;
}

.mainBody {
	margin:0 auto;
	width:802px;
	z-index:1;
}

.pageBody {
	margin:0px;
	background-color:#21519b;
	border-right:solid 1px #8dcef6;
	border-left:solid 1px #8dcef6;
	border-bottom:solid 1px #8dcef6;
	z-index:2;
}

.break {
	clear:both;
}

.leftCol {
	padding-top:5px;
	height:auto;
	width:200px;
	background-color:#21519b;
	z-index:3;
}

.rightCol {
	padding-top:5px;
	height:auto;
	width:600px;
	background-color:#FFFFFF;
	min-height:600px;
	z-index:4;
}

.navGroup {
	border-left:solid 3px #ff9800;
	width:187px;
	margin-left:5px;
	padding:0px;
	margin-bottom:0.5em;
	z-index:5;
}

.navHeader {
	background-color:#ff9800;
	height:1.3em;
	margin-bottom:3px;
	color:#FFFFFF;
	font-weight:bold;
	padding:0em;
	text-indent:5px;
	z-index:6;
}

.navElement {
	background-color:#FFCC00;
	height:1.3em;
	margin-bottom:3px;
	color:#444444;
	font-weight:bold;
	padding:0em;
	cursor:pointer;
	z-index:6;
}

.bodyContent {
	border:solid 1px #FFCC00;
	background-color:#ffffff;
	height:auto;
	width:577px;
	min-height:580px;
	margin-left:5px;
	margin-bottom:1em;
	padding:5px;
	text-align:justify;
	z-index:10;
}

.copyright {
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	z-index:10;
}

.clientLogo {
}

.clientLogo img {
	float:left; 
	height:100px;
	width:100px;
	margin:5px;
}


