@charset "utf-8";
/* CSS Document */
/* toscca2.css  */

/* Zero-down margin and padding on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
background: url(../gifs/whitespotted.gif);
}

/* the branding definitions --------------------------------------------------------*/
#branding {
position: relative;
background-color: #121584;
padding: 0;
height: 65px;
 /* z-index: 1; */
 /* margin-bottom: 10px; */
} 

#branding h1 {
  margin: 0;
  padding: 0;
  background: #121584 /* url("../gifs/left_banner.gif") no-repeat; /* background working colour #b0b0b0 */
  margin-bottom: 10px;
  text-indent: -9000px;
}

#branding .leftbanner {
position: absolute;
top: 0;
left: 0;
}

#branding .rightbanner {
position: absolute;
top: 0;
right: 0;
}

#brandinglines {
height: 6px;
width: 100%;
clear: both;
margin: 0;
padding: 0;
background: url("../gifs/lines.gif") repeat-x;
}


/*------ Menu Definitions ---------*/
#menu {
	width: 22%; /* originally 23% */
	float: left;
	margin: 30px 0 0 30px;
}

.ie #menu {
margin-left: 20px;
width: 20%;
}

.opera #menu {
margin-left: 15px;
width: 20%;
}

#menu ul{
	list-style: none;
	padding: 0;
	border: none;
	width: 180px;
	background-color: #121584;
}

#menu li a{
	background: #121584 url(../gifs/menu-strip.gif) repeat-x bottom left;
	/* font: italic .7em "Franklin Gothic Demi", Verdana, Helvetica, sans-serif; */
	font: bold .7em "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #ffffff;
	display: block;
	width: auto;
	padding: 6px 0 6px;
	padding-left: 5px;
	text-decoration: none;
}

* html #menu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
	width: 180px;
}

/* ---- keep menu text same colour following a visit -------- */
#menu li a:visited, #menu li a:active{
	color: #ffffff;
}

/* ---- change menu text colour when mouse-over & change background ------ */
#menu li a:hover{
	color: #39b4d3;
	/* background-color: #ffffcb; */
	background-image:url(../gifs/menu-strip-hover.gif); /*onMouseover image change. Remove if none*/
}

#mainpicture  {
float: left;
position: relative;
margin-top: 15px;
margin-bottom: 50px;
}

/* -------- end of  Menu Definitions -------- */

/* -------- Content Definitions --------------------------------------------*/
#content {
	width: 71%; /* originally 75% */
	float: left; 
	position: relative;
	top: 0; left: 0;
	font-size:90%;
	margin: 30px 20px 0px 0px;
	/* margin: 40px 10px 0 260px; */
	line-height:normal;
}

.ie #content {
	width: 70%;
	margin-left: 20px;
	margin-right: 0;
}

.opera #content {
	width: 75%;
	margin-left: 20px;
}

#content h2 {
color:#121584; /*  was #0099ff  */
font-size: 130%;
}

#content h3 {
color:#121584;
/* font-size: 95%;*/
padding-top: 5px;
}

#content p {
color: #121584; /*  was #0099ff  */
padding-right: 2em;
padding-bottom: 10px;
}

#content p.lecturetable {
font-size: 80%;
}

#content a {
color: #121584; /*  was #0099ff  */
}
#content a:hover {
color: #ff0000;
}
/* ------- end of Content Definitions ----------------------------------- */


/* --------Misc. Definitions -------------------------------------------- */
ul {color:#121584; padding: 0;}
li.circle { list-style-type: circle; text-indent: 15px; }
li.nobullet { list-style-type: none;text-indent: 15px; }

/* ------- Footer Definitions ------------------------------------------- */

#footer { 
clear: both;
height: 6px;
width: 100%;
clear: both;
position: relative;
bottom: 6px;
margin: 5px 0 0 0;
padding: 0;
background: url("../gifs/lines.gif") repeat-x;
}

/* .ie #footer {
position: absolute;
bottom: -20px;
left: 0;
} */

#links p.linksheading {
position: relative;
top: -30px;
color: #0066cc;
font-weight: bold;
font-size: 12px;
text-align: center;
clear: both;
}

.ie #links p.linksheading {
top: -20px;
}

.opera #links p.linksheading {
font-size: 11px;
padding-right: 20px;
}

#links p.linknames {
position: relative;
top: -20px;
text-align: center;
font-size: 11px;
}

.ie #links p.linknames {
top: -15px;
}

.opera #links p.linknames {
left: -5px;
}

#links a, #links a:visited {
 color: #0066cc;
 text-decoration: none;
}

#links a:hover {
color: #ff0000;
text-decoration: none;
}

#signature p {
color:  #39b4d3;
position: relative;
top: -5px;
text-align: center;
font-size: 9px;
}

.ie #signature p {
top: -10px;
}

#release {
color:  #39b4d3;
position: relative;
top: -5px;
text-align: center;
font-size: 9px;
}

.release {
color:  #39b4d3;
font-size: 9px;
}

/* ------ end of Footer Definitions ------------- */