@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../img/back.gif);
	background-repeat: repeat-x;
	}
#container {
	width: 950px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
#mainContent {
	position: relative;
	width: 950px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
#header {
	width: 950px;
	height: 144px;
	background-image: url(../img/land_head.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	}
#headerConsult {
	width: 950px;
	height: 170px;
	background-image: url(../img/consult_head.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	}
#NavBar {
	width: 950px;
	height: 30px;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 1;
}
#NavBarTxt {
	color: #09F;
	text-align: right;
	padding-right: 20px;
	padding-top: 5px;
	font-weight: normal;
	text-transform: uppercase;
	}
#NavBar a {
	font-size: 8pt;
	color: #09F;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#NavBar a:hover {
	font-size: 8pt;
	color: #09F;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
#LeftColumn {
	width: 227px;
	padding: 15px 15px 25px 25px;
	float: left;
	border-right-width: 1pt;
	border-right-style: solid;
	border-right-color: #09F;
	margin: 6px 0px;
	}
#LeftColumnConsult {
	width: 227px;
	padding: 15px 15px 25px 25px;
	position: absolute;
	margin: 6px 0px;
	}
#rightColumn {
	padding: 0px 25px 25px;
	width: 626px;
	border-left-width: 1pt;
	border-left-style: solid;
	border-left-color: #09F;
	float: right;
	margin: 6px 0px;
}
#left {
	width:260px;
	float: left;
	padding: 15px 10px 15px 20px;
}
#middle {
	margin: 6px 300px;
	padding: 68px 15px 25px 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #09F;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #09F;
}
#right {
	width:260px;
	float: right;
	padding: 68px 15px 25px 15px;
}
#bookColumn {
	width: 106px;
	position: absolute;
	left: 11px;
	top: 12px;
	}
#indent {
	width: 530px;
	position: absolute;
	left: 125px;
	top: 12px;
	padding: 0px;
	margin: 0px;
}
#indent2 {
	width: 530px;
	position: absolute;
	left: 125px;
	top: 33px;
	padding: 0px;
	margin: 0px;
}
#indentShort {
	width: 188px;
	position: absolute;
	left: 125px;
	top: 18px;
	padding: 0px 15px 15px 0px;
	}
#indentBottom {
	width: 277px;
	position: absolute;
	top: 147px;
	padding: 0px 15px 15px;
	left: -118px;
	}
#indentBottomRight {
	width: 277px;
	position: absolute;
	top: 175px;
	padding: 0px 15px 15px;
	left: 6px;
}
#rightColumnTop {
	width: 663px;
	top: 375px;
	position: absolute;
	height: 312px;
	left: 276px;
	z-index: 2;
	overflow: visible;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #09F;
}
#rightColumnMid {
	width: 650px;
	top: 155px;
	position: absolute;
	height: 200px;
	margin: 15px 0px 0px;
	left: 276px;
	z-index: 3;
	padding: 0px 0px 0px 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #09F;
}
#rightColumnLeft {
	width: 325px;
	top: 695px;
	position: absolute;
	height: 310px;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	left: 272px;
	z-index: 4;
}
#rightColumnright {
	width: 325px;
	top: 695px;
	position: absolute;
	height: 300px;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	left: 611px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #09F;
	z-index: 5;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
