/* CSS Document */

html,body {
	margin:0;
	padding:0 8px 0 0;
	height:100%; /* needed for container min-height */
	background: #1c1c1c url(images/bgcolour.gif) top left repeat;
	font: small Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
h1 {
	font-size:medium;
	font-weight:bold;
	color:#003399;
	margin-top:0px;
	margin-bottom:12px;
	padding:0;
}
h2 {
	font-size: small;
	font-weight:bold;
	color:#003399;
	margin-top:15px;
	margin-bottom:8px;
	padding:0;
}
p {
	margin:0 0 10px 0;
	text-align:justify;
}
a {
	color:#0033CC;
}
.notes {
	font-size:x-small;
}

/* Page Formatting */
div#container {
	min-width:790px;
	width:expression(document.body.clientWidth < 790? "790px": "auto" );
	max-width:1050px;
	width:expression(document.body.clientWidth > 1050? "1050px": "auto" );
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	background:transparent url(images/content-background-cont_blu.jpg) top left repeat-y;
	padding:0;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
#wrapper {
	background:transparent url(images/content-background-cont_blu.jpg) top left repeat-y;
}
div#main {
	padding-bottom:50px; /* bottom padding for footer */
	padding-top:207px; /* top padding for header */
	background:transparent url(images/content_background_blue.jpg) top left no-repeat;
	min-height:520px;


	height:expression(document.body.clientWidth < 520? "520px": "auto" );
	margin-top:0;

}
div#header {
	position:absolute;
	top:0; /* stick to top */
	height:192px;
	width:100%;
	background-image:url(images/header7.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding:0;
	margin:0;
}
#columnLeft {
	padding:20px;
	float:left;
	width: 195px;
	text-align:left;
	color:#FFFFFF;
	clear: both;
}
#columnLeft ul {
	margin:0px;
	padding:0;
	list-style:none;
	font:bold small/24px verdana, Arial, Helvetica, sans-serif;
}
#columnLeft li  {
	margin:10;
	padding:10;
	display:inline;
}
#columnLeft li a {
	width: 200px; 
	display:block;
	background: transparent;
	text-decoration:none;
	color:#FFFFFF;
}
#columnLeft li a:hover {
	color:#FFFFFF;
}
#columnLeft li a span {
	display:block;
	padding:0 10px;
}
#content {
	padding: 15px 10px 10px 10px;
	margin-top:40;
	color:#29394F;
	text-align:left;
	margin-left:240px;
	background-color:#fafaff;
}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	margin:0;
	padding:0;
	background:transparent url(images/content-background-cont_blu.jpg) top left repeat-y;
	font-size:x-small;
}
div#footer p {
	padding:1em;
	margin:0;
}
#footer a {
	text-decoration:none;
	color: #666666;
}

#content ul {
	margin-top: 0px;
}
#content li {
	margin-bottom:5px;
}
.imageRight {
	border:1px solid #333333;
	float:right;
	margin-left:20px;
}
.imageLeft {
	border:1px solid #333333;
	float:left;
	margin-right:20px;
}
.rightImages {
	float: right;
	margin-left:20px;
	width:200px;
	font-size:x-small;
}
.rightImages img {
	border: 1px solid #666666;
}
.bookInfo {
	height:160px;
	display:block;
}
.bookImages {
	margin-right:20px;
	float:left;
	text-align:center;
	border:1px solid #333333;
}
.bookImages img {
	border:1px solid #777777;
}
.bookImages a, .bookImages {
	font-size:11px;
	color:#666666;
	text-decoration:none;
}

a.visitSite {
	padding-right:85px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	background-color: transparent;
	background-image: url(images/visit-website_blu.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#pageLinks {
	margin:0 0 10px 0;
}

/** form formatting */

label { width:130px; float:left; text-align:left }
input, textarea { width: 350px }
input.submit { width: 70px }
input.checkbox { width: 20px }