/* standard site bits */
/* standard site bits */
*, html, body {
	margin:0px;
	padding:0px;
	text-align:left;
	border:none;
}
html{
	font-size:1em;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background-color:#CAD7E4;
	color:#000000;
}
p {
	font-size:1.1em;
}
INPUT, SELECT, TH, TD {font-size:1.2em} /* for the sake of good ol' ie */
ul {
	list-style:none;
}
.clearFix {
	clear:both;
}
.realList {
	list-style:outside;
}
.realList li{
	margin-left:20px;
	padding-left:5px;
}
ol {
	list-style:none;
}
.realOrderedList {
	list-style:decimal;
}
.realOrderedList li{
	margin-left:20px;
	padding-left:5px;
}
address {
	font-style:normal;
}
.italicAddress {
	font-style:italic;
}

/* for cross browser consistancy */
H1 {font-size:3em}  /* displayed at 24px */
H2 {
	font-size:2.5em;
}  /* displayed at 18px */
H3 {
	font-size:1.8em;
}  /* displayed at 15px */
H4 {font-size:1em}  /* displayed at 12px */
p {
	margin-bottom:1.2em;
}
a {
	text-decoration:none;
	font-weight:bold;
	color:#013E7D;
}
a:hover {
	text-decoration:underline;
}
/* hachette childrens specific */
#container {
	margin:auto;
	width:765px;
}
#header{
	height:88px; /*image is only 82 high, but we want a 6px padding */
	background-image: url(../graphics/header_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}
	#header h1{
		display:none;
	}
#leftNav {
	width:185px;
	float:left;
}
	#menu {
		background-color:#003E7E;
		color:#ffffff;
		margin-bottom:6px;
	}
	#menu li {
		min-height:17px;
		border-bottom:1px solid #ffffff;
		padding-top:4px;
	}
	* html #menu li 
	{
		height:17px; /* for ie 6 */
	}
		#menu li a {
			color:#ffffff;
			padding-left:12px;
			
			font-weight:bold;
			font-size:1.2em;
			
		}
	#menu .top {
		background-image: url(../graphics/menu_top.gif);
		background-repeat: no-repeat;
		background-position: left top;		
	}
	#menu .bottom {
		background-image: url(../graphics/menu_bottom.gif);
		background-repeat: no-repeat;
		background-position: left bottom;	
		border-bottom:none;
	}
	#welcomeMsg {
		background-color:#ffffff;
		background-image: url(../graphics/leftnav_welcomemsg_background.gif);
		background-repeat: repeat-y;
		background-position: left top;
	}
		#welcomeMsg h2{
			padding:6px 6px 0px 6px;
			color:#698DB3;
			font-size:1.6em;
			background-image: url(../graphics/leftnav_welcomemsg_top_background.gif);
			background-repeat: no-repeat;
			background-position: left top;
		}
		#welcomeMsg h3{
			padding:0px 6px 0px 6px;
			color:#698DB3;
			font-size:1.2em;
		}
		#welcomeMsg p{
			padding:0 6px 0 6px;
		}
		#welcomeMsg .boxBottom {
			clear:both;
			background-image: url(../graphics/leftnav_welcomemsg_bottom_background.gif);
			background-repeat: no-repeat;
			background-position: left bottom;			
		}
			#welcomeMsg .boxBottom a img{
				padding-left:80px;			
				float:none;
			}		
#content {
	width:574px;
	float:right;
}
#hcFooter {
	clear:both;
	height:48px;
	font-weight:bold;
	background-color:#88A5C3;
	background-image: url(../graphics/hcfooter_background.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color:#ffffff;
	margin-top:6px;
}
	#hcFooter .firstImage {
		padding-left:20px;
	}
	#hcFooter img {
		padding-top:8px;
		margin-right:15px;
	}
	#hcFooter div {
		float:right;
		padding-top:8px;
		padding-right:10px;
		width:480px;
		text-align:center;
	}