body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #a3c6ca;
	}
	
a:link {color: #0066CC; text-decoration: none;}     /* unvisited link */
a:visited {color: #0066CC; text-decoration: none;}  /* visited link */
a:hover {color: #00FFFF; text-decoration: none;}   /* mouse over link */
a:active {color: #0066CC; text-decoration: none;}   /* selected link */

p {
	text-align:left;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #0c454e;
	border-bottom:thick #0c454e double;
	text-align:left;
}

.bookTitle {
	font-style:italic;
}

.georgia {
	font-family:Georgia, "Times New Roman", Times, serif;
}

#topback {
	height:250px;
	width:750px;
	border-right: 1px solid #14545e;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(images/topback.png);
	text-indent:-9999px;
}

#othertopback {
	height:100px;
	width:750px;
	border-right: 1px solid #14545e;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(images/othertopback.png);
	text-indent:-9999px;
}

#yellowbar {
	position:absolute;
	top:250px;
	left:0px;
	height:40px;
	width:750px;
	background-color:#f9d344;
	background-image:url(images/yellowbar.png);
	background-repeat:no-repeat;
	border-bottom: 1px solid #e3b207;
	border-top: 1px solid #f9e9ab;
	border-right: 1px solid #14545e;
	text-indent:-9999px;
}

#mainbox {
	position: absolute;
	left:0px;
	top:101px;
	width:700px;
	height:auto;
	border-top: 1px solid #99f1fb;
	border-right: 1px solid #14545e;
	border-bottom: 1px solid #14545e;
	background-color:#FFFFFF;
	padding: 25px 25px 25px 25px;
}

#leftbox {
	position: absolute;
	left: -10px;
	top: 292px;
	width: 250px;
	height: 540px;
	background-color:#FFFFFF;
	border-right: 1px solid #2d8e9d;
	border-bottom: 1px solid #14545e;
	overflow:hidden;
}

#middlebox {
	position:absolute;
	left: 251px;
	top: 292px;
	width: 249px;
	height: 540px;
	background-color:#FFFFFF;
	border-right: 1px solid #2d8e9d;
	border-bottom: 1px solid #14545e;
	overflow:hidden;
}

#rightbox {
	position: absolute;
	left: 501px;
	top: 292px;
	width: 249px;
	height: 540px;
	background-color:#FFFFFF;
	border-right: 1px solid #14545e;
	border-bottom: 1px solid #14545e;
	overflow:hidden;
}

.boxtext {
	margin-left: 10px;
	margin-right: 10px;
	text-align:left;
}

#yellowbox {
	background-color:#fad345;
	background-image:url(images/BALM.gif);
	background-repeat:no-repeat;
	width:249px;
	height:300px;
	text-indent:-9999px;
}

#yellowboxservices {
	background-color:#fad345;
	background-image:url(images/BALM2.gif);
	background-repeat:no-repeat;
	width:700px;
	height:186px;
	float:auto;
	text-indent:-9999px;
}

#consultantpricing {
	background-image:url(images/consultantprice.png);
	background-repeat:no-repeat;
	width:500px;
	height:217px;
	float:auto;
	text-indent:-9999px;
}

#leftboximg {
	background-image:url(images/leftboximg.png);
	background-repeat:no-repeat;
	width:249px;
	height:135px;
	text-indent:-9999px;
}

#nav {
	position:absolute;
	top:-5px;
	left:775px;
	width:200px;
}

#nav ul {
	margin:0px;
	padding:0px;
	background-color:#74b0ba;
}

#nav li {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	background-image:url(images/navbutton.png);
	background-repeat:no-repeat;
	height:30px;
	font-size:12px;
}

#nav li a:link, #nav li a:visited {
	color:#FFFFFF;
	display:block;
	background-image:url(images/navbutton.png);
	background-repeat:no-repeat;
	margin: 0px;
	padding-top:7.5px;
	padding-left:25px;
	font-weight:bold;
	height: 30px;
}	

#nav li a:hover {
	margin: 0px;
	color: #fff;
	background-image:url(images/navhover.png);
	height:30px;
}

#nav li a:active {
	margin: 0px;
	color: #fff;
	background-image:url(images/navpushed.png);
	height:30px;
}

#nav #toprightlogo {
/**border-left:1px solid #3D82AD;
border-right:1px solid #3D82AD;**/
height:137px;
width:200px;
background-image:url(images/toprightlogo.png);
}

#nav #signup {
	height:auto;
	width:170px;
	background-color:#1a6e7b;
	color: #FFFFFF;
	font-weight:bold;
	padding: 15px 15px 15px 15px;
	text-align:center;
}

#footer {
	padding-top:25px;
	padding-bottom:25px;
	padding-left:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align:left;
	width:600px;
	height:auto;
	position:relative;
	top:0px;
}

#footer a {
	text-decoration: none;
	color:#000000;
	font-size: 8pt;
}

#footer a:hover {
	color:#0099FF;
	font-size: 8pt;
}
