/* andreas08 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use in any way and for any purpose as long as the proper credits are given to the original designer. Version: 1.0, November 28, 2005 */

/**************** Body and tag styles ****************/

*{margin:0; padding:0;}

body{
/*background:#efefef url(/img/WCLFlogo_bkgd-2.jpg) no-repeat center center;*/
background:#efefef;
}

/**************** Header and navigation styles ****************/

#container{
/*background:transparent;*/
background:#ffffff url(/img/WCLFlogo_bkgd-2.jpg) no-repeat center center;

}

#header{
height:5.5em;
}

#header h5{
font-size: 135%;
line-height: 1.5em;
letter-spacing:2px;
font-weight: bold;
}

.box p{
	padding-left: 2.5em;
/*float: right;*/
}

.box dl, dt{
	padding: 0;
	margin-left: -10px;

/*float: right;*/
}


dd { padding: 0;  margin-left: -2em; }
#content dt{ margin-bottom: 0px;
	margin-top: .4em;}
#content dd{margin:0 0 .2em 5px;}

.box{
/*margin:0 0 1.5em 0;*/
padding: 1.8em .5em 0.8em 0.5em;
/*border:1px solid #c0c0c0;*/
background-color: transparent;
/*color:#505050;
line-height:1.5em;*/
}

td.label {
width: 25%;
text-align: right;
padding-right: .5em;
padding-bottom: .25em;
}
input {
font-size: 1em;
border: 1px solid #cccccc ;

}

#match_name {
	width: 40em;
}

.instruction { font-size: 120%; }
