@charset "windows-1250";
h1    {
	color: #000033;
	font-style: italic;
	font-size: 1.25em;
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	font-weight: bold;
}
h2    {
	margin: 0px;
	font-size: larger;
}

.header {
	height: 131px;
	background-image: url(pictures/header.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 990px;
	background-color: #000066;
}
.lcolumn {
	position: absolute;
	width: 162px;
	left: 0px;
	top: 125px;
	background-image: url(pictures/lcolumn.png);
	background-repeat: no-repeat;
	background-color: #000066;
}
.main {
	position: relative;
	width: 800px;
	left: 0px;
	top: 0px;
	background-color: #BBDDFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border: 2px solid #0066CC;
	background-image: url(pictures/main_bg.png);
	background-repeat: repeat-y;
}
.lmenu {
	position: relative;
	width: 152px;
	left: 10px;
	top: 55px;
	background-image: url(pictures/menu.png);
	background-repeat: repeat-y;
	border: 2px solid #0066CC;
	font-size: medium;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-color: #000066;
	color: #99CCFF;
}

a:link {color: #0000FF;}
a:visited {	color: #0000FF;}
a:hover {color: #FF00FF;}

.lmenu a:text {color:#FFFFFF;}
.lmenu a:link {color:#99CCFF;}
.lmenu a:visited {color:#99CCFF;}
.lmenu a:hover {color: #FFFFFF;}

.rightplus6 {
	position: relative;
	left: 6px;
}
.ccolumn {

	border: 2px none #0066CC;
	position: absolute;
	width: 775px;
	left: 162px;
	top: 131px;
}
.counter {
	font-size: small;
	font-weight: bold;
	color: #99CCFF;
}
.participant {
	border: 2px solid #0066CC;
	position: relative;
	width: 770px;
	left: 20px;
}
.participant_head {
	background-image: url(pictures/Participant_bg.png);
	background-repeat: repeat-y;
	width: 765px;
	font-size: x-large;
	font-weight: bold;
	background-color: #99CCFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.participant_body {
	width: 770px;
	font-weight: bold;
}
.participant_logo {
	padding: 5px;
}
.participant_info {
	position: relative;
	width: 500px;
	left: 200px;
	top: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: medium;
	font-weight: bold;
	clip:   rect(auto auto auto auto);
}
.box {
	background-color: #99CCFF;
	padding: 5px;
	border: 2px solid #0066CC;
}
.head_small {
	background-color: #99CCFF;
	background-image: url(pictures/Participant_bg.png);
	background-repeat: repeat-y;
}
.small_box {
	border: 2px solid #0066CC;
	width: 700px;
	background-color: #99CCFF;
	padding: 6px;
}
.box_of_text {
	font-size: smaller;
	padding-right: 5px;
	padding-left: 15px;
}
.one_down {
	position: relative;
	top: 1px;
}
