@charset "utf-8";
/* CSS Document */

body {
	background-color: #CCCCCC;
}


#wrapper {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:960px;
	background-color: #ffffff;
	margin: auto;
	border-right: 3px solid #999999;
	border-left: 3px solid #999999;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	}

#header {
	background-color: #778899;
	padding: 15px;
	}

#content {
	width:710px;
	padding: 10px;
	float:left;
}


/*th, td {
	padding-left:10px;
}
*/
#news td {
/*	border-color:#000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
*/	font-size:10px;
}

#news {
	float:left;
	width:340px;
	}

#assessment {
	padding-top:20px;
	float:right;
	width:340px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


#photos{
/*	float:right;
*/	
	clear:both;
	width:700px;
	}


/* Styles for Footer */

#footer {
	background-color: #3248ab;
	color: #FFFFFF;
	clear: both;
	margin: 0;
	padding: 5px;

	}

#footer p {
	margin: 0;
	font-size: x-small;
	text-align: left;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: x-small;
}
#footer a {
	color: #FFFFFF;
	font-weight: bold;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#content {
	padding:10px;
	font-size:12px;
}

/* Styles for header.inc.php */

#h_right {
	float:right;
	width:840px;
	height:110px;
	margin: 0;
	padding: 5px;
	}

#h_right h1 {
	color:#FFFFFF;
}

#h_right p {
	margin: 0;
	font-size: x-small;
	text-align: left;
}

#h_menu {
	float: right;
	text-align: right;
}
#h_menu p {
	font-size: x-small;
}
#h_right a {
	color: #000000;
	font-weight: bold;
}
#h_right a:hover {
	color: #000000;
	text-decoration: none;
}

#h_left {
	float:left;
	width:80px;
	height:90px;
	clear:both;
	padding:15px;
	margin:0;
}

.hilite {
	color:#FF0000;
	font-style:italic;
	font-weight:bold;
}

/* =NAVIGATION */
#navigation {
	font-size: 12px;
	float: right;
	width: 180px;
	padding-top: 12px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #FFFFFF;
}

#navigation img {
	border: 1px solid #000000;
}  

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
#navigation li {
	border-bottom: 1px solid #000;
}

#navigation li a:link, #navigation li a:visited {
	padding: 5px;
	background-color: #e6d60f;
	color: #09132d;
	text-decoration: none;
	display: block;
	width: 168px;
}
#navigation li a:hover {
	color: #fff;
	background-color: #09132d;
}

/* Squad Timetable */
#timetable th {
/*	border-right:thin;
*/}

#timetable td {
	border-bottom:none;
	border-left:none;
	border-right:none;
}

#timetable table {
	border-left:1px;
}

.blank {
	border-bottom:none;
	border-top:none;
	border-left:1px;
	border-right:1px;
}

.hilite2 {
	font-weight:bold;
	background-color:#000000;
	border-color:#ffffff;
	color:#FFFFFF;
	text-align:center;
}

.white {
	border-bottom:none;
	border-top:none;
}


