@charset "utf-8";
/* CSS Document */
body{
		margin:0;
		pagging:0;
		background-color:#08606e;
		background-image:url('i/vline.jpg');
		background-repeat:repeat-x
	}
	h1{
		text-align:center;
		text-transform:uppercase;
		font-family:Verdana;
		color:#08606e;
	}
	#top{
		height:300px;
		background-image:url('i/mountin.jpg');
		background-repeat:no-repeat;
		background-position: right top;
	}

	#main{
		background-color:white;		
		background-image:url('i/vline_main.jpg');
		background-repeat:repeat-x;
		padding:20px
	}
	#bottom{
		height:150px;
		background-color:white;		
		background-image:url('i/bottom.jpg');
		background-repeat:repeat-x;
		text-align:center;
		vertical-align:middle
	}
	table.participants td,th{
		text-align:center;
		border:1px silver solid;
	}
	table.participants{
		text-align:center;
		border:1px gray solid;
	}
	.copyright{
		text-transform:uppercase;
		color:#000;
		font-family:Verdana;
		font-weight:bold;
		border-top:2px #000 double;
		border-bottom:2px #000 double;
		margin:10px 200px;
	}

	
	#top h1,h2,h3{
		text-align:center;
		margin-left:180px;
		margin-right:180px;
		color:black;
	}
	#top h1{
		font-size:x-large;
		margin-top:20px;
	}
	#top img{
		border:0;
	}
	
	#top h2{
		color:white;
	}
	#top a{
		text-decoration:none;
	}
	#nav{
		width:100%;
		text-align:center;
	}
	#nav ul li{
		display:inline;
		text-align:center;
		text-transform:uppercase;
		color:white;
		font-family:Verdana;
		font-weight:bold;
		margin:0px 10px;
	}
	#nav ul{
		border-top:2px white double;
		border-bottom:2px white double;
		margin:20px;
	}
	#nav a:link{
		text-decoration:none;
		color:white;
	}	
	#nav a:visited{
		text-decoration:none;
		color:silver;
	}
	#nav a:hover{
		text-decoration:underline;
		color:white;
	}
	#nav a:active{
		text-decoration:none;
		color:black;
	}
	.copyright a:link{
		color:#000;
		text-decoration:none;
	}
	.copyright a:visited{
		text-decoration:none;
		color:silver;
	}
	.copyright a:hover{
		text-decoration:underline;
		color:#000;
	}
	.copyright a:active{
		text-decoration:none;
		color:black;
	}
	.name{
		font-weight:bold;
	}
	.bold{
	font-weight:bold;
	font-style:italic;
	}
