/* CSS Document */

.style1 {
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.style2 {
	color: #FFFFFF;
	}

.style3 {
	color: #000000;
	}

tr.d0 td {border:solid thin #000000; border-left:none; color: black;}
tr.d1 td {border:solid thin #000000; border-top:none; border-left:none; color: #FF0000;}

body { 
	text-align:center;
	margin: auto;
	background-color:#000000;
	}
	
#container { 
	width: 750px;
	margin: auto;
	text-align:center;
	padding-top:0px;
	background-color:#FF0000;
	}

#extrabox{
	padding-top:10px;
	padding-left:5px;
	padding-bottom:10px;
	width:150px;
	height:175px;
	float:left;
	}

#headerfooter {
	width: 740px;
	background-color:#FF0000;
	text-align:left;
	clear:both;
	}

#navbar{
	width:760px;
	text-align:left;
	background-color:#000ec2;
	clear:both;
	}

#navelem{
	width:180px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
	clear:both;
	}

#navelem a{
	color:#FFFFFF;
	text-decoration:none;
	}

#navelem a:hover {
	color:#FFFF00;
	}

#contentheader {
	background-color:#000ec2;
	clear:both;
	padding:0px;
	margin:0px;
	text-align:center;
	}

#thumbnaildiv img{
	margin-top:3px;
	border:thin;
	border-color:#dfd6a5;
	}

#maincontent {
	width: 730px;
	text-align:left;
	background-color:#FFFFFF;
	margin: auto;
	margin-top: 10px;
	border:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	}

#maincontent a{
	color:#FF0000;
	text-decoration:underline;
	}

#maincontent a:visited{
	color:#FF0000;
	text-decoration:underline;
	}

#scrollingtext {
	width:730px;
	background-color:#000000;
	color:#FFFFFF;
	}

#maincontent h3 { 
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0px; 
	margin-bottom: 0px; 
	color: #000000;
	padding-left:5px;
	}

#maincontent p {
	padding-left:5px;
	}

#leftcontent{
	width:500px;
	float:left;
	text-align:left;
	background-color:#FFFFFF;
	}

#leftcontent p{
	padding-left:5px;
	}

#leftcontent ul {
	margin: 20px;
	padding: 0px;
	}

#leftcontent li {
	line-height: 2.5ex; 
	}

	
#rightcontent{
	width:200px;
	float: right;
	text-align:left;
	background-color:#FFFFFF;
	}
#rightcontent a:link{
	text-decoration:underline;
	color:#666666;
	}

#rightcontent a:visited{
	text-decoration:underline;
	color:#666666;
	}

#copyright{
	margin:auto;
	width: 725px; 
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
	}

#copyright a:link { 
	text-decoration:underline; 
	color:#666666;
}


/* added by Henok */
table.schedule {
	border-width: thin;
	border-spacing: ;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	background-color: #faf0e6;
}
table.schedule th {
	border-width: 1px;
	padding: 3px;
	border-style: dashed;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
table.schedule td {
	border-width: 1px;
	padding: 3px;
	border-style: dashed;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
