body, html {
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	color: #29426B;
	font-size:14px;
	margin:0;
	padding:0;
	}
	
a {
	color: #CF0606;
	text-decoration:underline;
	}

td {
	text-align:left;
	vertical-align:top;
	}
	
img {
	border:0;
	}
	
h1 {
	font-size:24px;
	clear:both;
	}
	
table.dtable {
  background: #fff;
}

table.dtable tr.odd{
  background: #eef;
}

/* NAVIGATION */

a.nav {
	margin:12px 0 0 25px;
	padding:0;
	line-height: 24px;
	float: left;
	color: #cc3333;
	font-weight:bold;
	text-decoration:none;
	}
	
a.nav:hover {
	text-decoration:underline;
	}
	
a.highlight {
	color: #29448c;
	margin:12px 0 0 25px;
	padding:0;
	line-height: 24px;
	float: left;
	font-weight:bold;
	text-decoration:none;
	}
	
a.highlight:hover {
	color: #CF0606;
	text-decoration:underline;
	}
	
/* FOOTER */
	
.footer {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding: 10px 0;
	}
	
.footer a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#29426B;
	text-decoration:underline;
	}
	
/* GLOBAL ELEMENTS */

/* HOME Page */

.homeHighlight {
	font-size:16px;
	text-align:center;
	}
	
.homeHighlight a {
	font-size:20px;
	}
	
/* SUB Pages */

#subContent {
	margin: 9px 0 0;
	background: #1A3560;
	padding: 39px 253px 0 108px;
	}

#subContentInner {
	background: #FFF;
	width:630px;
	padding: 10px 15px;
	font-size:16px;
	line-height: 24px;
	}
	
.topBar {
	background: url(/img/subs/kangaroo_bg.gif) top right no-repeat;
	}
	
.topBar img {
	float:left;
	}
	
.topImg {
	float:left;
	border: 1px solid #CF0606;
	width: 110px;
	height: 138px;
	padding:11px;
	text-align:center;
	}
	
.highlightText {
	color:#CF0606;
	}
	
/* Book Page */
	
.bookCover {
	margin: 0 23px 0 0;
	float:left;
	text-align:center;
	}
	
.photoleft {
	margin: 0 23px 0 0;
	float:left;
	text-align:center;
	}
	
.photoright {
	margin: 0 23px 0 0;
	float:right;
	text-align:center;
	}
	
.iconLink {
	font-size:24px;
	vertical-align:middle;
	}

#indexitem {
	font: bold 100% Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}	

#indexitem a:link, #index a:visited {
	background: #fff;
	color: #cf0606;
	display: block;
	height: 2em;
	padding: 0.75em 0 0 0;
	text-align: center;
	text-decoration: none;
}

#indexitem a:hover {
	background: #cf0606;
	color: #fff;
	text-decoration: underline;
}
#indexitem li {
	float: left;
	height: 2em;
	list-style-type: none;
	margin: 0.65em 0.3em;
	padding: 0;
}

