/* CSS Document */

/* Container IDs */

#container {
	background-color: #FFFFFF;
	height: 100%;
	margin: 0px auto 0px auto;
	width: 760px;
}

#header {
	background:url(Images/ITM_r1_c1.gif);
	height: 70px;
	width: 760px;
}

#flash {
	background:url(Images/ITM_r2_c1.jpg);
	height: 178px;
	width: 760px;
}

#mainContainer {
	background: url(Images/ITM_bg.gif);
	background-color: #FFFFFF;
	display: block;
	margin: 0px; 
	padding: 0px;
	width: 760px;
}

#menu {
	background:url(Images/ITM_r3_c2.gif);
	left: 12px;
	margin: 0px;
	position: relative;
	height: 31px;
	width: 736px;
}

#mainBody {
	background:url(Images/ITM_r4_c2.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	left: 12px;
	margin: 0px;
	min-height: 250px;
	overflow: auto;
	padding: 0px;
	position: relative;
	width: 735px;
}

#mainBody a:link { color: #002f91; font-weight: bold; }
#mainBody a:visited { color: #002f91; font-weight: bold; }
#mainBody a:hover { color: #CCCCCC; font-weight: bold; }
#mainBody a:active { color: #CCCCCC; font-weight: bold; }

#footer {
	background:url(Images/ITM_r5_c1.gif);
	clear: both;
	height: 61px;
	width: 760px;
}

#subMenu a:link {
	color: #004990;
	margin: 0px 8px 0px 8px;
	text-decoration: none;
}

#subMenu a:visited {
	color: #004990;
	margin: 0px 8px 0px 8px;
	text-decoration: none;
}

#subMenu a:hover {
	color: #bbbdbf;
	margin: 0px 8px 0px 8px;
	text-decoration: none;
}

#subMenu a:active {
	color: #bbbdbf;
	margin: 0px 8px 0px 8px;
	text-decoration: none;
}


/* Homepage IDs */

#contentLeft {
	float: left;
	padding: 1em;
	/*width: 433px;*/
	width: 411px;
}

#imageRight {
	float: right;
	width: 292px;
}

#imageRight img {
	margin: 0px;
	padding: 0px;
}

/* ITM Styles and Colours */

.title {
	color: #004990;
}


