body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
background-image: url(../images/left_navbar_bg.gif);
}

/* The panel on the right hand side is attached to this. */

#container {
	background-image: url(../images/right_side_panel.gif);
	background-repeat: repeat-y;
	background-position: right;
}

/* Banner across top of page that says the name of the whole site */

#main-title {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
	font-size: 0.8em;
	margin-top: 0;
	background-color: #FFFFFF;
	color: #e2cfdf;
	background-image: url(../images/tubelogo2.gif);
	background-repeat: no-repeat;
	height: 75px;
	background-position: center;
}

/* Heading level 1 is not contained in main-text. */

h1 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1em;
	font-weight: bold;
	margin-left: 0;
	background-color: #eef3e1;
	text-align: left;
	color: #006699;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 74px;
	text-indent: 15px;
}

/* Styles for the main text on the page. */

#main-text {
margin-top: 0;
margin-right: 84px;
background-color: #FFFFFF;
border-right: 12px #eef3e1 solid;
border-left: 12px #eef3e1 solid;
margin-left: 180px;
padding-left: 7px;
padding-right: 7px;
margin-bottom: 0;
color: #000033;
height: 100%;

}

p, ul, ol, table {
margin: 0;
padding-top: 7px;
padding-bottom: 7px;

font-size: .7em;
line-height: 1.7em;
}

ol, ul {
	margin-left: 25px;
}

h2 {
font-size: .8em;
font-weight: bold;
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
}

a:link, a:visited {
text-decoration: none;
font-weight: bold;
color: #006699;
}

a:hover {
font-weight: bold;
text-decoration: underline;
}

/* Styles for the navbar on the left side. */

#left-menu {
position: absolute;
top: 130px;
left: 25px;
width: 140px;
text-align: right;
}

#left-menu p {
padding-right: 5px;
margin-bottom: 5px;
font-size: .8em;
}

#left-menu a:link, #left-menu a:visited {
color: #eef3e1;
text-decoration: none;
}

#left-menu a:hover, #left-menu a.current {
color: #bfcf91;
text-decoration: none;
}

span.arrow {
color: #eef3e1;
font-size: 1.1em;
font-weight: bold;
}

/* Styles for the footer at the bottom of the page */

#footer {
text-align: center;
margin-bottom: 0;
padding-top: 10px;
padding-bottom: 8px;
line-height: 21px;
font-size: 0.7em;
margin-top: 0;
background-color: #006699;
border-top: 12px #eef3e1 solid;
color: #eef3e1;
clear: both; }

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

#footer a:hover {
text-decoration: underline;
color: #eef3e1;
}
.quote {
	font-style: italic;
	color: #333333;
}
.quest {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006699;
}
