/* Header */

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	padding: 0px;
	behavior: url(csshover.htc);
}

#container {
	position: relative;
	width: auto;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}

#header {
	position: relative;
	height: 116px;
}

#roundel {
	display:inline;
	position: absolute;
	width: 96px;
	height: 96px;
	left: 0;
	top: 20px;
}

#logo_head {
	display: none;
}

#fc {
	display: none;
} 

#online {
	display: none;
}

#portal {
	display: none;
}

#blue_grad {
	display: none;
}

div#nav {position: relative; background-color: #FFFFFF; z-index: 3; font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif; font-size: 14px; font-weight:bold; height: 15px; margin-top: 10px; margin-left: auto; margin-right: auto; width: 580px; border: 1px solid #000000; z-index: 4;}
div#nav ul {margin: 0; padding: 0; background: white; width: 580px;}
div#nav li {list-style: none; margin: 0; float: left; width: 145px; }
div#nav li:hover {background-color: #77A5D9;}
div#nav li.submenu {border: none;}
div#nav li.submenu:hover {background-color:#77A5D9;}
div#nav li a {display: block; text-decoration: none; width: 145px; color:#000000; border-right: 1px solid #000000;}
div#nav>ul a {width: auto; border: 0;}
div#nav ul ul {position: absolute; width: 143px; display: none; border: 1px solid;}
div#nav li li {width: 145px; border-bottom: 1px solid #000000;}
div#nav ul.level1 li.submenu:hover ul.level2, 
div#nav ul.level2 li.submenu:hover ul.level3 {display:block;}

/* End Header*/

h1 {
	font-size: 2em;
	margin-top: 0px;
}

h2 {
	font-size: 1.75em;
	margin-top: 0px;
}

.football_list {
	margin-left: 20px;
	list-style-image: url(images/bullet.gif);
}

.football_list li {
	padding-left: 10px;
	padding-bottom: 5px
}

.border {
	border: 1px solid #000000;
}

.float_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.float_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.float_right_nb {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.float_left_nb {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

#content {
	position: relative;

	width: auto;
	font-size: 0.75em;
	text-align:justify;
	background-image:url(images/sufc_watermark.gif);
	background-position: top;
	background-repeat: no-repeat;
}

a {
	color: #77A5D9;
}

#content a {
	text-decoration: none;
	background-color: transparent;
	font-weight: bold;
}

#content a:hover {
	text-decoration: underline;
}

#footer {
	position: relative;
	border-top: 1px solid #000000;
	font-size: 10px;
}

#footer p {
	padding: 0;
	margin: 0;
}

.border_box {
	margin-top: 10px;
}

.border_box h2 {
	border: 1px solid #000000;
	background-color: #77A5D9;
}

.border_box p {
	padding: 10px;
	
}

.nowrap {
	white-space: nowrap;
}

.centre {
	text-align: left;
	background-color:#0099FF;
}