/* GENERAL */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #49665D;
}

table {
	border-collapse: collapse;
	font-family: Verdana;
	font-size: 12px;
	color: #D6D6D6;
	text-align: left;
}

img {
	border: 0px;
}

#blackBox {
	position: relative;
	background: url('../images/grad_black.jpg') repeat-x top left;
	background-color: #303030;
	width: 966px;
	padding-bottom: 20px;
}

#headerDiv {
	position: relative;
	height: 75px;
	width: 912px;
}

#menuDiv {
	position: relative;
	height: 138px;
	width: 912px;
}

td.clientLogin {
	position: absolute;
	top: 37px;
	left: 284px;
	z-index: 1;
	width: 162px;
	height: 60px;
	text-align: left;
	padding: 5px;
	font-size: 10px;
}

td.agentLogin {
	position: absolute;
	top: 37px;
	left: 502px;
	z-index: 2;
	width: 164px;
	height: 60px;
	text-align: left;
	padding: 5px;
	font-size: 10px;
}

a.bodyLink {
	text-decoration: underline;
	color: #D6D6D6;
}
a.bodyLink:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

a.faqLink {
	text-decoration: none;
	font-size: 12px;
	color: #D6D6D6;
}
a.faqLink:hover {
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
}

a.backLink {
	text-decoration: none;
	font-size: 11px;
	color: #B0B0B0;
}
a.backLink:hover {
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
}



/* ------------------------------ */



/* FOOTER */

#footerDiv {
	font-family: Verdana;
	font-size: 11px;
	color: #686E6C;
	position: relative;
	height: 67px;
	width: 910px;
	margin-top: 7px;
	border: 1px solid #C7D6D1;
	text-align: center;
}
#footerDiv a, a:hover {
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	color: #686E6C;
}

/* ------------------------------ */


/* INDEX */

#mainDiv {
	position: relative;
	width: 912px;
}

#moreLink {
	padding-top: 15px;
	text-align: right;
}
#moreLink a {
	text-decoration: none;
	font-size: 10px;
	color: #988C6E;
}
#moreLink a:hover {
	text-decoration: none;
	font-size: 10px;
	color: #D6D6D6;
}

td.menu {
	padding-top: 6px;
	width: 245px;
	height: 122px;
	border: 1px solid #C7D6D1;
	text-align: center;
}
td.menu img {
	padding-bottom: 5px;
}

td.login {
	border: 1px solid #C7D6D1;
}

td.homeLt {
	border: 1px solid #C7D6D1;
	width: 200px;
	padding-top: 20px;
	padding-bottom: 60px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}

td.purpleBox {
	background-color: #644861;
	border: 1px solid #C7D6D1;
	padding: 20px;
	text-align: left;
}

td.homeRt {
	width: 668px;
}

td.wePromise {
	border: 1px solid #C7D6D1;
	padding: 20px;
	width: 100%;
}

td.lgDoc {
	border: 1px solid #C7D6D1;
	padding: 20px;
	width: 189px;
}

td.homeList {
	border: 1px solid #C7D6D1;
	padding: 20px;
	width: 422px;
}


/* ------------------------------ */


/* INTERNAL */

#intDiv {
	position: relative;
	width: 870px;
	border: 1px solid #C7D6D1;
	padding-top: 20px;
	padding-bottom: 70px;
	padding-right: 20px;
	padding-left: 20px;
}

table.intSub {
	border-collapse: collapse;
}
table.intSub td {
	border: 1px solid #C7D6D1;
}

td.subHead {
	font-size: 15px;
	/*padding-left: 20px;*/
	height: 69px;
	background: url('../images/bg_sub.jpg') no-repeat;
}

td.subCnt {
	padding: 20px;
}



/* ------------------------------ */