/* General style sheet  */

/* Inport default styles */
@import url(defaults.css);

body {
	background-color: #665c4e;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	}	

/* wrapperBox - contains the sidebar & contents to centre them */

#wrapperBox {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	}

/* headerBox - the banner at the top */

#headerBox {
	width: 100%;
	height: 82px;
	background-color: #FFF;
	background-image: url("pix/logo.gif");
	background-repeat: no-repeat;
	background-position: top right;
	text-align: left;
	border-bottom: 8px solid #FC3;
	}
	
/* topIndex - class for navigation links in the banner */

ul.topIndex {
	padding-top: 6px;
	padding-left: 4px;
	}

ul.topIndex li {
	display: inline;
	}

ul.topIndex a { 
	font-size: 1.0em;
	color: #665c4e;
	padding: 4px;
	}

ul.topIndex a:hover {
	color: #FC3;
	}

/* contentBox - the main text area */

#contentBox {
	background-color: #DEE5A3;
	padding: 20px;
	text-align: left;
	}

#contentBox h1 {
	font-size: 1.2em;
	font-weight: bold;
	}

#contentBox a {
	color: #000;
	font-weight: bold;
	}

#contentBox a:hover { color: #FC3;
	}

/* footerBox - bar at the foot of the page */

#footerBox {
	width: 100%;
	background-color: #6C6;
	text-align: right;
	font-size: 0.6em;
	font-weight: bold;
	}

#footerBox p {
	padding: 8px;
	}
	

#footerBox a {
	color: #000;
	font-weight: bold;
	}

#footerBox a:hover { color: #FC3;
	}

.rightPic {
	float: right;
	margin-left: 20px;
	}

.leftPic {
	float: left;
	margin: 12px;
	}

.picMargins {
	margin: 4px;
	}

/* Very general (default) text styling classes */

.txQuote {
 	font-style: italic;
	}

.txStress {
 	font-weight: bold;
	}

.linkSelected {
 	font-weight: bold;
	}

/* Clear float problems */

.clearFloat {
	clear: both;
	}
