/* generated by csscreator.com */ 
* html, body, table  { 
 margin:0; 
 padding:0; 
 text-align:center; 
 font-family: "Trebuchet MS";
 border: 0;
 background-color: white;
 color: #333333;
} 
html, body { 
background-color: #333333;
  font-size: 12px;
} 
 
#pagewidth{ 
 width:800px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;
 background-color: ##333333;
border: 0;
} 
 
#header{
 position:relative; 
 background-color: #333333;
 width:100%;
 margin: 0;
 padding: 0;
 border: 0;
} 

#logoimg {
 padding:0; 
 border:0; 
 margin:0; 
 float: left;
}

#maincol{
 float: right; 
 display:inline; 
 position: relative; 
 width:100%;
background-color: white;
}
#maincol table.maincontent{
 text-align: left;
  width: 100%;
}
 
#footer, #footernoborder{
  background-color: white; 
 clear:both;
} 
#footer, .bordertop {
 border-top	: 1px solid gray;
} 
#footer table {
 border-style: none;
 border-collapse: collapse;
} 
 
#maincol table.maincontent td {
 vertical-align: top;
 padding: 10px;
 text-align:justify; 
}
#maincol h1, #maincol h2 {
  font-variant: small-caps;
  font-family: georgia;
}
#maincol h1 {
  font-size: 20px;
}
#maincol h2 {
  font-size: 18px;
}

.contentcellimg {
 padding: 10px;
}

.floatright {
	text-align: right;
	float:right;
	padding: 10px;
}

.bottomleft {
	float:left;
}

.imglink {  
	border-style: none;
}
.enigma {
	width: 100%;
	background-color: black;
	color: white;
	border: 1px solid white;
	font-size: 10px;
	font-weight:bold;
	font-family:verdana;
}

.bold {
 font-weight: bold;
}

table.alternate {
    border-collapse:collapse;
	table-layout:fixed;
	font-size:11px;
}
table.alternate td, table.alternate th{
    border: 1px solid #003300;
	vertical-align: top;
	text-align: left;
	padding: 1px;
}
table.alternate th{
    background-color: #999933;
	text-align: left;
	color: #003300;
}
table.alternate tr.odd td {
	background-color: #ddd;
}
table.alternate tr.even td {
	background-color: #fff;
}

#competitions ul {
	text-align: left;
}
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{
height: 1%;
}
.clearfix{display: block;
}
/* End hide from IE-mac */  

