/*
Sex, drugs and RLOs general style sheet.
Karen Wells and Sushant Sund, October 2004.
*/

/* body general */		

img.elsielogo {width: 378px; height: 121px; border: 0;}

img.blueleft { width:20px; height: 168px; border: 0;}
		
img.ucel { width:100px; height: 49px; border: 0;}		
		
img.unilogo { width:100px; height: 21px; border: 0;}

img.ltsn { width:100px; height: 54px; border: 0;}

img.hshs { width:100px; height: 31px; border: 0;}
		
img.uninott { width:100px; height: 28px; border: 0;}		


		table#timetable td {
			font: 100% Verdana, Arial, Helvetica, sans-serif; 
			valign: top; 
			padding: 4px; 
			text-align: left;
		}

		table#timetable th {
		background-color:#94d1f3;
		}
		
	
		body {
			font: 100% Verdana, Arial, Helvetica, sans-serif;
			color: #58595b;
			background: white;
			margin: 16px;
			padding: 0;
		}
		
		
		
/* container (that everything is within, not biscuit) */	
		
		#container {
			margin: 10px;
			margin-left: auto;
			margin-right: auto;
			padding: 10px;
		}
		
/* top container (that contains sdr logo div and text to right div) */			
		
		#topcontainer {
			width: 100%;
			border: 0;
			margin: 0;
			margin-left: auto;
			margin-right: auto;
			padding: 0 0 0 0px;
		}

		#topright {
			padding: 5px;
			margin-left: 50px;
			background-color: white;
			
		}
		

			

		#topleft {
			float: left;
			width:500px;
			margin: 0;
			margin-right: 5px;
			padding: 0px;
			background-color: white;
			font: 100% Verdana, Arial, Helvetica, sans-serif;
			color: #58595b;
			}
			
			img#topleft {
			border: 0;
		}

/* top banner */

		#banner {
			padding: 5px;
			margin-bottom: 5px;
			background-color: white;
		}

/* wiggley left hand line */		

		#vertwiggle {
			float: left;
			width: 38px;
			margin: 0;
			padding: 0;
			background-color: white;
		}
		
/* left navigation section */
		
		#leftnav {
			padding: 1px;
			margin-left: 0px;
			background-color: white;
		
		}

			ul#nav-left li {
			font-weight: regular; color: #6699cc;
			list-style-type: square;
			margin: 0 5px 5px 9px;
			padding: 0;
		}

			ul#nav-left a:link {
			color: #999;
			text-decoration: none;}
			
			
			ul#nav-left a:hover {
			text-decoration: underline;
		}
			
			ul#nav-left a:visited {
			color: #99cccc;
			text-decoration: none;
			
		}
			
		

/* content section */

		#content {
			float: left;
			width: 78%;
			margin: 5px;
			padding: 5px 5px 5px 20px;
			border-left: 1px solid #94d1f3;
			border-left-style: dashed;
			background-color: white;
		}
		
/* footer */

		#footer {
			clear: both;
			padding: 0;
			margin-top: 5px;
			text-align: left;
			border-top: 5px solid #94d1f3;
			font: 80% Verdana, Arial, Helvetica, sans-serif; color: #0066cc;
			background-color: white;
		}
		
		#footer {img: border none;
		}
		
/* headers */
		
		h1 {
			font-size: 120%;
			font-weight: bold;
			color: #0066cc;
			margin: 0 0 1em;
		}

		h2 {
			font-size: 105%;
			font-weight: bold;
			color:  #94d1f3;
			margin: 1em 0 .5em;
		}
	
