@import url("http://www.otago.ac.nz/css/icons.css");

@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #000000;
}

.twoColFixLt #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* 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: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 5px 15px 10px;
}

ul.toc { 
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:17px;
color:#FFFFFF;
width:120px;
height:400px;
padding:0;
margin:0;
margin-left:10px;
padding:10px;
padding-bottom:135px; 
background: #FF0E00 url(bookmark.jpg) no-repeat center bottom; 
list-style:none;
list-style-position:outside;

} 


.toc a {
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
text-decoration:underline;
}

.toc a:active{
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
text-decoration:underline;
}
.toc a:hover{
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
text-decoration:underline;
}

.toc a:visited{
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
text-decoration:underline;
}

#bookmark {
position:relative;
top:1px;

}

.twoColFixLt #mainContent {
	margin-top: 0;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 160px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
} 


.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;
}

#header h1 {
background-color:#FFFFFF;
}

.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;
}

#logo{
background:url(../../gfx/logo_2008.gif) no-repeat ;
border:none;
margin:0px 25% 10px 25%;
}

#footer { 
margin-top:20px;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
line-height:17px;
} 
#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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#FFFFFF;
}
 #footer a {
color:#FFFFFF;
text-decoration:underline;
}

#footer a:active{
color:#FFFFFF;
text-decoration:underline;
}

#footer a:hover{
color:#FFFFFF;
text-decoration:underline;
}

.twoColFixLtHdr #footer a:visited{
color:#FFFFFF;
text-decoration:underline;
}


/*FONTS*/

p {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
text-align:left;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	text-align:left;
}

h3 {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#000000;
text-align:left;
}

/* LINKS */

a {
color:#000000;
text-decoration:underline;
}
a:active {
color:#000000;
text-decoration:underline;
}

a:hover {
color:#000000;
text-decoration:underline;
}

a:visited {
color:#FF0000;
text-decoration:underline;
}
/*book stuff*/
.pages {
background:url(black_gradient.png) no-repeat #FFFFFF;
padding:0;
margin:0;
}

.pagetop{ color: #FFFFFF; text-align: right; }
.pagetop a{ color: #FFFFFF; text-align: right; }
.pagetop a:hover{ color: #FFFFFF; text-align: right; }
.pagetop{ color: #FFFFFF; text-align: right; }

.pagetext{
background:#FFFFFF;
padding:1em;
}

.pagetext img{
border:1px solid #999999;
padding:2px;
margin-right:5px;
}


.tables {
	text-align:left;
	vertical-align:middle;
}

