/* Main CSS */
/* Moneyharmony.com */
@import url("custom.css");
@import url("navbar.css");
@import url("handheld.css");
@import url("online.css");
@import url("DDMenu.css");

body {
	margin: 0;
	padding: 0;
	font-family: Constantia, Georgia, Garamond, serif;
	font-size: 0.9em;
	color: #000;
	min-width: 1000px;
}
#mainBody {
	background-color: #b4c0d4;
	margin: 0;
	padding: 0;
	width: 100%;
    min-height: 100%;
}
#mainBodyFW {
    background-color: #fff;
	width: 996px;
	margin: 0 auto;
	background-image: url(../img/bkBody.gif);
	background-position: 0% 0%;
	background-repeat: repeat-y;
}

ul li {
	margin-left: 1em;
}

a, a:visited {
	color: #004069;
}

a:hover {
	background-color: #73A28F;
	color: #fff;
}

/* other global CSS */

div.indexTop {
	display: block;
	padding: 0; margin: 0;
	top: 0px;
	width: 100%;
	height: 62px;
	background-color: #ccc;
	background: url(../img/topBkgd.jpg) repeat-x;
}

div.indexTop h1 {
    display: none;
}

div.indexTop img {
    border: 0;
    margin: 15px 0 0 30px;
}
div.indexTop a:hover {
	background: transparent;
}

#xyz { /* main title */
	margin-bottom: 0px; 
	border-bottom: 1px solid #1c5c85;
}
div.bodyText {
	position: relative;
	padding: 0;
	margin: 0;
	border-top: 1px #fff solid;
}

div#LHImage {
	float: left;
	top: 0;
	left: 0;
	margin: 0 1em 0 0;
	padding: 0;
	width: 200px;
	background-color: #004069;
	border-bottom: 3px #E7EBF1 solid;
}

div#LHImage img {
	margin-top: 25px;
	margin-left: 0px;
	margin-bottom: 0 ! important;
	padding-bottom: 0 ! important;
}

/* BEGIN not in use */

div#latestAr {
	/*display: block;*/
	float: left;
	clear: left;
	margin: 10px;
	width: 175px;
	background-color: #baccdd;
	border: #004069 2px solid;
	overflow: auto;
	display: none;
}
div#latestAr ul {
	margin-top: 0px;
	margin-left: 0em;
	padding-left: 1em;
	font-weight: bold;
}

div#latestAr h4 {
	font-family: Arial, sans-serif;
	padding: 5px;
	padding-top: 10px;
	margin: 5px;
	text-align: center;
}
/*
div#LHImage div#latestAr p {
	font-variant: small-caps;
	padding: 0 5px 12px 5px ! important;
	margin-bottom: 0 ! important;
	margin-top: 2px;
}

div#LHImage div#latestAr p a {
	color: #004069;
	font-weight: bold;
}

div#LHImage div#latestAr p a:hover {
	background-color: #fff;
}
*/

/* END not in use */

div#bodyTText {
	background-position: left;
	background-repeat: repeat-y;
	padding-left: 215px;
	clear: none;
}

div#contactMe {
	display: block;
	float: right;
	top: 0;
	right: 0;
	margin-top: -1px;
	width: 100px;
	height: 100px;
	border-left: 1px #f00 solid;
	border-bottom: 1px #f00 solid;
	background-color: #E7EBF1;
}

div#contactMe img {
	border: 0;
}

div#indexSeparator {
	clear: both;
	margin: 0; 
	padding: 0;
	height: 5px;
	width: 100%;
	background-image: url(../img/indexSepBkgd.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

div#copyright {
	display: block;
	padding: 1em;
	color: #fff;
	font-style: italic;
	font-size: 0.9em;
	text-align: center;
	background-color: #6F737A;
	border-top: #fff 2px solid;
}
