


/* Colour scheme: this is all of the colours used in the website. They are placed
** here so that we can change them more easily. These are the background colours 
** for the various screens in the main website.
*/

body {
	background-color: #D0D0D0;
	background-image: url(images/thinstrip.png);
	background-repeat: repeat-y;
	background-position: center;
}

#container {
    background-color: #EEEEEE;
}

#menu, #bread {
    background-color:#D0D0D0;
}

#bread {
    background-color:#D0D0D0;
	color: #650032;
}
#main {
	background-color: #EEEEEE;
}

ul li {
	border-left-color: #CCCCCC;
}

h2.Medium {
	font-size: larger;    
}

/* These are the colours for hyperlinks in the document.
*/



a.MenuBar:link, a.MenuBar:visited {
	color: #650032;
	text-decoration: none;
	font-weight: bold;
}


/* Font style for the entire website is Verdana */

p, h1, h2,h3,h4,h5,h6,table {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The following are the div tags for the blocks in the website.
*/

#header {
	position: absolute;
	left: 50%;
	width: 900px;
	top: 10px;
	margin-left: -450px;
	z-index: 1;
}

#container {
	position: absolute;
	width: 1004px;
	top: 0px;
	left: 50%;
	margin-left: -502px;
	padding: 0px;

}

#menu {
	position: absolute;
	width: 950px;
	left: 50%;
	margin-left: -475px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	top: 110px;
	line-height: 30px;
}

#bread {
	position: absolute;
	width: 950px;
	left: 50%;
	margin-left: -475px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	top: 150px;
	line-height: 30px;
}

#lecturetable {
	font-size: large;
}

#main {
	position: relative;
	top: 190px;
     margin: 10px;
}

#footer {
	position: relative;
	top: 190px;
     margin: 10px;
}

ul {
    margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul li {
	display: inline;
	margin-left: 0;
	padding: 3px 15px;
	list-style: none;
	border-left-width: thin;
	border-left-style: solid;
}

ul li.first {
	margin-left: 0;
	list-style: none;
	display: inline;
	border-left-style: none;
}



.myfont {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #0000CC;
}
