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

/* body general */		
		img.wigglyline {width: 393px; height: 28px; border: 0;}
		
		img.sdrlogo {width: 330px; height: 180px; border: 0;}
		
		img.wigglylinevert {width: 38px; height: 182px; border: 0;}
		
		img.ucel {width: 100px; height: 39px; border: 0;}
		
		img.unilogo {width: 100px; height: 39px; border: 0;}
		
		img.csap {width: 91px; height: 45px; border: 0;}
		
		img.durham {width: 100px; height: 39px; border: 0;}
		
		img.uea {width: 54px; height: 39px; border: 0;}
		
		img.us {width: 71px; height: 39px; border: 0;}
		
		img.ww3 {width: 88px; height: 31px; border: 0;}	
		
		
		
		
		
		body {
			font: 100% Verdana, Arial, Helvetica, sans-serif;
			color: black;
			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: 77%;
			border: 0;
			margin: 0;
			margin-left: auto;
			margin-right: auto;
			padding: 0 0 0 5px;
		}

		#topright {
			padding: 5px;
			margin-left: 50px;
			background-color: white;
			font: 80% Verdana, Arial, Helvetica, sans-serif;
			color: #f26649;
		}
		
		#topright a:link {
			color: #af1f24;
			text-decoration: none;}
			
			
			#topright a:hover {
			text-decoration: underline;
			
		}

		#topleft {
			float: left;
			width: 300px;
			margin: 0;
			margin-right: 5px;
			padding: 5px;
			background-color: white;
		}

/* top banner */

		#banner {
			padding: 5px;
			margin-bottom: 5px;
			background-color: rgb(213, 219, 225);
		}

/* 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: bold; color: #f26649;
			list-style-type: square; 
			margin: 0 5px 5px 9px;
			padding: 0;
		}

			ul#nav-left a:link {
			color: #a7a9ac;
			text-decoration: none;
		}
			
			
			ul#nav-left a:hover {
			text-decoration: underline;
		}
			
				ul#nav-left a:visited {
			color: #dabb93;
			text-decoration: none;
			
		}
			
			
			
			
		

/* content section */

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

		#footer {
			clear: both;
			padding: 0;
			margin-top: 5px;
			text-align: right;
			border-top: 5px solid #fdc689;
			font: 80% Verdana, Arial, Helvetica, sans-serif;
			color: #808285;
			background-color: white;
		}
		
/* headers */
		
		h1 {
			font-size: 120%;
			font-weight: bold;
			color: #f7931e;
			margin: 0 0 1em;
		}

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