@charset "utf-8";
.quote {
	color: #2042B3;
}
blockquote {
	color: #00C;
	margin-right: 0px;
	margin-left: 20px;
}

.calloutright {
	width: 200px;
	float: right;
	padding: 7px;
	background-color: #FFFFCC;
	margin-left: 9px;
}
.calloutleft {
	padding: 7px;
	background-color: #E4F5FA;
	margin-right: 9px;
	border: 1px solid #999999;
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	width: 180px;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 90%;
	background-color: #b58e2d;
}
h1, h2   , h3, h4{
	color: #009;
	font-weight: bold;
}
h2, h3 , h4{
	margin-top: 8px;
	margin-bottom: 8px;
}
h1 {
	margin-top: 7px;
	margin-bottom: 8px;
}


#footer a:link, a:visited {
	color: #FFF;
}


#container {
	width: 950px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/container_background.png);
} 
#header {
	background-color: #B58E2D;
	background-image: url(../images/topimage_70px_height.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 70px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFF;
	padding-top: 13px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-size: 36px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 205px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: #FCEEE2;
}
p {
	margin-top: 8px;
	margin-bottom: 8px;
}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 205px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FCEEE2; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#mainContent {
	margin-top: 20px;
	margin-right: 235px;
	margin-bottom: 0;
	margin-left: 235px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#footer {
	padding: 0 10px 0 20px;
	background-color: #B58E2D;
	color: #FFF;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
#book {
	text-align: center;
}

.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;
}

ul {
	font-size: 100%;
	color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

li {
	line-height: 100%;
	margin-bottom: 5px;
}
a:link, a:visited {
	color: #C00;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {
	color: #00F;
	text-decoration: none;
	font-weight: normal;
}
#nav ul {
	font-size: 100%;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav li {
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 5px;
	background-color: #b58e2d;
}
#nav {
	margin-top: 15px;
}

#nav a:link, #nav a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}
#nav a:hover, #nav a:active {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
#footer a:hover, #footer a:active {
	color: #000;
	font-weight: bold;
}
iframe {
}
#footer a:link, #footer a:visited {
	color: #FFF;
	font-weight: bold;
}
.centred {
	text-align: center;
}

