@charset "utf-8";
/* CSS Document */
#header {
    width: 800px;
}
#navigation    {float: left;font-family:Arial; font-size:10px; color:#FF0000;width:150px;padding-right: 20px; padding-bottom:20px; margin-bottom:20px;}
#content    {margin-left:200px;background-image:url(back.gif); background-repeat:no-repeat}
body    {font-family:Arial, Verdana; font-size:12px; color:#000000; margin: 0 auto; text-align: center; background-image:url(bg.png)}
a    { text-decoration:none; color:#FF0000}
a:hover    {color:#FF0000; text-decoration:underline}
h1	{color:#FF0000; font-size:12px;}
h2	{font-style:italic; font-size:12px;}
h3	{color:#FFFFFF; font-size:14px; text-align:left;}

p	{margin-bottom:1px; padding-bottom:1px;}	
p.h1 {font-size:12px; color:#FFFFFF; font-weight:bold}

#footer	{font-size:11px;background-image:url(footer.gif); height:115px; width:800px; color:#FFFFFF; text-align:center; background-repeat:no-repeat; margin: 0 auto; padding-top:10px;}
a.white {color:#FFFFFF}
#container {width: 800px; margin: 0 auto; text-align: left; background-color:#FFFFFF; border:#FF0000; border:1px; border-style:dotted;overflow: hidden;}

#galleryview{ text-align:left; font-size:12px;}

/******************************************************************************/
/*
League Table Formatting 
*/

.tablehead {
	font-size: 10px;
	font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFCC00;
	background-color:#3B4357;
}
.title {
	font-size: 10px;
	font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	background: #FFFFFF url(../images/toolbar-bg.png) repeat-x;
}
.tablerows {
	font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #00295A;
	background-color:#D0E0F0;
}
.lastupdated {
	font-size: 10px;
	font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFCC00;
	background-color:#3B4357;
}