/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 font-family: Arial, Helvetica, sans-serif;
} 
 
#pagewidth{ 
 width:766px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto; 
} 
 
#header{
 margin-top: 10px;
} 

#breadcrumb{
 margin-top: 10px;
}
 
#maincol, #maincol2{  
 float: right; 
 display:inline; 
 position: relative;
 width: 596px;
 }
 
 #maincol2{
  float: right;
  margin-top: 10px;
 }
 
 #rightcol{
  float: right;
  position: relative;
  width: 170px;
  margin-top: 10px;
 }
 
  #leftcol{
  float: left;
  position: relative;
  width: 170px;
 }
 
#footer{
 clear:both;
 margin-top: 10px;
 border-top: 1px solid #ececec;
 border-bottom: 1px solid #ececec;
 margin-bottom: 20px;
 }
 
 /* *** 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 */  

/*---------- Main Navigation layout ----------*/

ul#topnavmenuvert{ /* all lists */
 clear: both;
 font-size: 0.75em;
 margin: -4px 0 0 0;
 color: #000;
 padding: 0;
 float: left;
 width: 70%;
}

ul#topnavmenuvert li{ /* all list items */
 float: left;
 position: relative;
 list-style: none;
 padding: 10px 0 10px 0;
 margin: 0;
 background-color: #525252;
 border-right: 1px solid #c9c9c9;
 width: 83px;
 text-align: center;
}

ul#topnavmenuvert .competition{ 
 float: left;
 position: relative;
 list-style: none;
 padding: 0 0 0 0;
 margin: 0;
 background-color: #FFFFFF;
 border-right: 0px solid #c9c9c9;
 width: 80px;
 text-align: center;
}

ul#topnavmenuvert a{
 text-decoration: none;
 color: #fff;
 font-weight: bold;
}

ul#topnavmenuvert a:hover{
 color: #ed1b24;
}

ul#topnavmenuvert li span{
 padding-left: 15px;
 background-image: url(../media/icons/nav_red.gif);
 background-position: left;
 background-repeat:no-repeat;
}

 /*printer styles*/ 
 @media print{ 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
