/* CSS Document */

body {
	
	background-image:url('background.jpg');
	background-repeat:repeat-x;
	text-align:center;
	width:1020px;
	align:center;
	margin:3px auto ;
	padding:0 50px;
	
	font:normal 0.8em/1.2em verdana,arial,sans-serif;
	color:#666;
	}

#leftad {
	position:fixed; 
	top:210px;
	left:1px;
	width:121px;
	height:601px;
	}
a {
	color:#666;
	text-decoration:none;
	border-bottom:0px dotted;
	}
a:hover {
	border-bottom:1px solid;
	color:#22F112;
	}


#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	background:#fff  repeat-y top right;
	
	}
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	background: repeat-y top left;
	}
#header {
	background:#ffffff;
	padding:0px;
	margin:0;
	text-align:center;
	color:#fff;
	}
#header h1 {
	font-size:200%;
	}
#header a:hover {
	color:#7A2875;
	}

#maincol {
	position:relative;
	margin:0;
	padding:10px;
	
	}
#leftcol { 
	position:relative;
	top:40px;
	left:0;
	float:left;
	width:120px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:120px; /* actual value */
	margin:0px 0 0px 0px;
	padding:0px;
	background:#fff;
	z-index:100;
	text-align:center;
	}
#rightcol {
	position:relative;
	top:0px;
	right:0px;
	float:right;
	width:200px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
	margin:0 0px 0px 0;
	padding:0 0px;
	background:#fff;
	z-index:99;
	text-align:center;
	}
#centercol {
	position:relative;
	
	padding:25px 200px 25px 140px; 
	}
#centercol a {
	color:#666;
	}
#centercol a:hover {
	border-bottom:1px solid;
	color:#9343B9;
	}

#timetable
{
font-family:"Verdana", Arial, Helvetica, sans-serif;
width:98%;
margin-left:1%; 
margin-right:19%;
border-collapse:collapse;

}
#timetable td, #timetable th 
{
font-size:1.0em;
border:1px solid #01346D;
padding:3px 7px 2px 7px;
}
#timetable th 
{
font-size:1.2em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#01346D;
color:#fff;
}
#timetable tr.alt td 
{
color:#000;
background-color:#97C2F6;
}





#logos li{
	width:550px;
	border:solid #CCC;
	border-width:1px 1px 1px 1px;
	-moz-border-radius:20px;
 
	background:#FFF;
	padding:10px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:5px;
}


#footer {
	position:relative;
	top:1px;
	background:#fff;
	width:100%;
	clear:both;
	margin:0;
	padding:1% 0;
	text-align:center;
	color:#666;
	}

   

