*	{
	margin:0;
	padding:0;
	border:0;
	outline:;
	}

html	{
	scrollbar-face-color:#D3AB00;
	scrollbar-track-color:#F8F2D9;
	scrollbar-arrow-color:#005187;
	scrollbar-highlight-color:#005187;
	scrollbar-shadow-color:#005187;
	height:100%;  /*required for sticky footer*/
	}

body	{
	font-family:Verdana, sans-serif;
	font-size:11px;
	color:#444;
	margin: 0;
	height:100%; /*required for sticky footer*/
	}

/*Text*/
	
#custom p, #content p, #content ul {
	margin: 0;
	line-height: 16px;
	font-size:11px;
	}
	
#custom p, #content li	{
	list-style-position: inside;
	}
	
.small   {
	font-family: "Arial Narrow", sans-serif; 
	font-size:11px;
	margin: 0;
	}

.centre {
	text-align: center;
	}

.indent  {
	padding: 0 0 0 20px;
	font-size:11px;
	line-height: 16px;
	}

h1	{
	margin: 0 0 2px 0;
	padding: 0 0 1px 0;
	font-size:18px;
	height:26px;
	line-height:26px;
	color:#005187;
	font-weight: normal;
	background: #F8F2D9;
	}

h2	{
	margin:30px 0 5px 0;
	font-size:14px;
	color:#005187;
	}

h3	{
	margin: 0;
	font-size: 11px;
	color:#005187;
	}
	

h4	{
	margin: 0 0 10px 0;
	font-size: 12px;
	color: #005187;
	line-height: 27px;
	border-bottom: 1px solid #005187;
	background:#FFF;
	text-align: center;
	}
	
h5	{
	margin: 15px 20px 5px 20px;
	font-size: 13px;
	color:#005187;
	}
	
h6	{
	margin:0;
	line-height: 16px;
	font-size:11px;
	}
	
	
.big	{
	margin: 0;
	font-size:12px;
	line-height: 18px;
	}
	

.tablebullet {
	list-style-position: inside;
	margin-left: 15px;
	}
	
	
/* Hyperlinks */

	
#timetable a:link, #timetable a:visited {
	color:#444;
	}

a:link, a:visited {
	color:#005187;
	}	
	
a:hover, #timetable a:hover {
	color: #D3AB00;	
	}
	
.btn a {
	color:#005187;
	padding: 4px 12px;
	background: #F8F2D9;
	border-bottom: 4px solid #D3AB00;
	text-decoration:none;
	}
	
	
.btn a:hover {
	border-bottom: 4px solid #005187;
	}
	

	
/* Divisions */



#header	{
	background-color: #FFF;
	height: 95px;
	background-image: url(logos/10WI_logo.jpg);
	background-repeat: no-repeat;
	background-position:335px 8px;
	}
	
	
#container   {
	width:820px;
	background: #FFF;
	margin:auto;
	padding-bottom:50px; /*required for sticky footer*/
	}

#custom	{
	width:595px;
	margin:auto;
	}
	
#content	{
	width:595px;
	float:right;
	}
	
#login	{
	text-align:center;
	height: 146px; 
 	border: 1px solid #005187;
 	background: #F8F2D9;
	margin:auto;
	}
	
#footnote	{
	background: #D3AB00;	
	height: 22px;
	padding: 0 20px;
	font-size:10px;
	line-height:22px;
	color:#FFF;
	clear:both;
	position:relative; /*required for sticky footer*/
	margin-top:-22px; /*required for sticky footer*/
	}
	
/*For sticky footer*/

#wrapper
{
position: relative;
min-height: 100%;
}

* html #wrapper
{
height: 100%;
}
	


/* Report images and links */
	
	
#SLS, #AMT, #IMT	{
	width:198px;
	float:left;
	text-align:center;
	margin:20px 0;
	}
	
#SLS a img, #AMT a img, #IMT a img	{
	border: 4px double #FFF;
	width:129px;
	height:183px;
	}
	
#AMT a:hover img	{
	border: 4px double #D8AA10;
	}

#SLS a:hover img	{
	border: 4px double #647120;
	}
	
#IMT a:hover img	{
	border: 4px double #6B0A46;
	}	

/* Tables and Graphs*/

table {
	border-collapse: collapse;
	}
	
.timeHead	{
	border: 1px solid #005187;
	}
	
.timeMain	{
	border-left: 1px solid #005187;
	border-right: 1px solid #005187;
	border-top-style: none;
	border-bottom-style: none;
	}
	
.timeBottom {
	border-left: 1px solid #005187;
	border-right: 1px solid #005187;
	border-top-style: none;
	border-bottom: 1px solid #005187;
}

#rightTable, .rightGraph{
	float:right;
	width:300px;
	margin:5px 20px;
	}
	
	
.rightGraph {
	border:	1px solid #000;
	}	

#centreTable {
	margin:auto;
	width:400px;
	}

#timetable {
	width:100%;
	}

/* Navigation */

#topNav {
	margin-bottom: 20px;
	background:#FFF;
	height: 22px;
	float:left;
	width:100%;
	border-right: 0px solid #005187;
	}


#topNav li {
	float:left;
	list-style-type:none;
	padding:0 12px;
	font-size:11px;
	line-height:20px;
	font-weight: bold;
	border-left: 1px solid #005187;
	}

#topNav a {
	text-decoration:none;
	color:#005187;
	}

#topNav a:hover {
	color:#D3AB00;
	}
	
#leftNav	{
	width:180px;
	float:left;
	margin-right: 20px;
	}

	
#leftNav li	{
	list-style-type:none;
	font-size:11px;
	line-height:22px;
	margin-bottom:19px;
	}
	
#leftNav a {
	text-decoration:none;
	color:#005187;
	background: #F8F2D9;
	border-left: 10px solid #D3AB00;
	padding-left: 10px;
	display:block;
	height:22px;
	}

#leftNav a:hover {
	border-left: 10px solid #005187;
	}
a:hover {

}
#wrapper #container #topNav #table1 tr td a {

}