/* CSS Document */
/* Elements */
a,
a:link,
a:visited,
a:active{
	color:#066;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

a, body, div, p, td, th{
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

body{
	background-color:#FFF;
	background-image:url(images/bg.gif);
	background-position:left top;
	background-repeat:repeat-y;
	margin:0;
	padding:0;
}

body.index{
	background-image:none;
	padding:10px;
	text-align:center;
}

body,html{
	height:100%; /* for vertical align/height */
}

div{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

form{
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6{
	color:#327c89;
	font-weight:bold;
}

h1{
	font-size:19px;	
}

h2{
	font-size:17px;
}

h3{
	font-size:15px;
}

h4{
	font-size:14px;
}

h5{
	font-size:13px;
}

h6{
	font-size:12px;
}

hr{
	border-bottom:1px solid #5da1b1;
	border-top:1px solid #FFF;
}

input, select, submit, textarea{
	font-size:11px;
}

/* Classes */
.heading{
	background-image:url(images/bg_heading.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:27px;
	margin-top:0;
	padding:8px 10px 8px 10px;
}

.required,
.required a,
.required a:link,
.required a:visited,
.required a:active,
.required a:hover{
	color:#FF0000;
}

/* IDs */
#copyright{
	clear:both;
	color:#999;
	margin:10px 0 0 0;
	font-size:11px;
}

#copyright a,
#copyright a:link,
#copyright a:visited,
#copyright a:active,
#copyright a:hover{
	color:#999;
	font-size:11px;
}

#footnav{
	clear:both;
	font-size:11px;
	margin:10px 0 0 0;
}

#footnav a{
	font-size:11px;
}

.indexcontent{
	border:1px solid #135969;
	margin:0 auto 5px auto;
	overflow:hidden;
	padding:0;
	text-align:left;
	width:600px;
}

.indexcontent #about{
	clear:right;
	float:right;
	padding:5px 15px 5px 0;
	width:320px;
}

.indexcontent #date{
	clear:both;
	color:#699;
	font-size:10px;
	margin:0;
	padding:10px 15px 0 5px;
	text-align:right;
	text-transform:uppercase;
}

.indexcontent #facts{
	clear:left;
	float:left;
	padding:5px 0 5px 15px;
	width:265px;
}

.indexcontent #header{
	background-color:#4291a4;
	background-image:url(images/bg_header.gif);
	background-position:top;
	background-repeat:repeat-y;
	border:2px solid #7fb4c1;
	overflow:hidden;
	width:598px;
}

.indexcontent #header #logo{
	float:left;
	width:255px;
}

.indexcontent #header #nav{
	clear:left;
	float:left;
	width:142px;
}

.indexcontent #header #participants{
	background-color:transparent;
	background-image:url(images/bg_participants.gif);
	background-position:top;
	background-repeat:no-repeat;
	clear:right;
	color:#FFF;
	float:left;
	padding:50px 15px 5px 0;
	width:195px;
}

.indexcontent #header #participants ul{
	margin:0;
	padding:0;
}

.indexcontent #header #participants ul li{
	list-style:none;
	margin:0 0 3px 0;
}