/* GLOBABL CSS*/
html,body{
	margin:0;
	padding:0;
	/*height:100%; /* needed for the container min-height */
	background: #9e9e9e url('../images/css/bg.png') top left repeat-x;
}

body{
	font-size:62.5%;
	font-family: Arial, Helvetica, sans-serif;
}

img{
	border: none;
}

table{
	font:Arial;
	font-weight:bold;
	font-size:9pt;
	color:#292929;
}

img.wrapleft{
	float:left;
}

p.wrap{
}

p{
	font-size: 1.2em;
}

p.hide{
	display:none;
}

ul{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

li{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

#mischome .homeheader #mathcentre{
	font-weight:lighter;
	border:1px solid red;
}

/* CONTAINER CSS*/
#container{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:971px;
	background: url('../images/css/bodybg.png') top left repeat-y;
}

#footer{
	margin:0px 6px 0px 6px;
	background: url('../images/css/footer.png') top left no-repeat;
	/*position:fixed;*/
	position:relative;
	bottom:0;
	width: 100%;
	height: 140px;
}


#header{
	background: url('../images/css/header.png') top left no-repeat;
	height:102px;
	width: 959px;
	margin:0px 6px 0px 6px;
	padding:0px;
	overflow:hidden;
}

body #body{
	margin: 0px 6px 0px 6px;
	width: 959px;
	overflow:hidden;
	padding: 20px 0px 1em 0px;
	background: url('../images/css/body.png') bottom left no-repeat  #e5e5e5;
	height:74%;
}

body #body.darkblue{
	background: url('../images/css/darkbluebody.png') bottom left no-repeat #ffffff;
}

body #body.red{
	background: url('../images/css/redbody.png') bottom left no-repeat #ffffff;
}

body #body.lightgreen{
	background: url('../images/css/lightgreenbody.png') bottom left no-repeat #ffffff;
}

body #body.darkgreen{
	background: url('../images/css/darkgreenbody.png') bottom left no-repeat #ffffff;
}

body #body.gold{
	background: url('../images/css/goldbody.png') bottom left no-repeat #ffffff;
}

body #body.lightblue{
	background: url('../images/css/lightbluebody.png') bottom left no-repeat #ffffff;
}

body #body.purple{
	background: url('../images/css/purplebody.png') bottom left no-repeat #ffffff;
}

/* SECTION SPECIFIC CSS*/
#header #logo{
	float:left;
	padding: 20px 0px 0px 20px;
}

#header #menu{
	float:right;
	margin: 70px 0;
	padding: 0px 0;
}

#header #menu #submenu{
	float:left;
}

#header #menu ul{
	list-style:none;
}

#header #menu ul li{
	text-decoration:none;
	float:left;
	font-size: 1.6em;
	width:107px;
	height:20px;
	text-align:center;
	border: 0px;
	border-left: 1px solid #a1a1a1;
}

#header #menu ul li.diskheader{
	width:200px;
	margin-top: -30px;
	color:#ffffff;
}

.sIFR-active #header #menu ul li a{
	width:107px;
	margin-left:10px;
}

#header #menu ul li.first{
	border: 0px;
}

#header ul li.selected{
	color: #f8941d;
}

#sidemenu{
	width: 220px;
	clear:both;
	float:left;
}

#sidemenu #sidehead{
	background: url("../images/css/sidestripe.png") bottom left no-repeat;
	padding: 0px 0px 10px 30px;
}

#sidehead h1{
	font-size: 2.4em;	
	color:#5c5c5c;
	padding:0px;
	margin: 0px;
}

#sidehead h2{
	font-size: 2.4em;	
	color:#464646;
	padding:0px;
	margin: 0px;
}

.sIFR-active #sidehead h2, .sIFR-active #sidehead h1{
	padding:0px;
	margin:0px;
	margin-top:-15px;
} 

h3{	
	font-size: 7.5pt;
	color:#292929;
	padding:0px;
	margin: 0px;
}

h4{
	font-size: 10pt;
	color:#292929;
	padding:0px;
	margin: 0px 0px 5px 0px;
}

#sidemenu ul{
	list-style:none;
	padding: 0px;
	margin:10px 0px 0px 12px;
}

#sidemenu ul li{
	padding:0px 0px 0px 10px;
	list-style:none;
}

#sidemenu a.menuitem{
	padding:0px; 
	display:block;
	width:163px;
}

#content{
	width:700px;
	float:right;
	margin:0px;
}

#content #boxes{
	overflow:hidden;
}

#content #boxes #leftbox{
	width:310px;
}

#boxes #rightbox, #boxes #leftbox{
	padding: 0px 20px 0px 20px;
	margin: 20px 0px 20px 0px;
	width: 300px;
	height:280px;
	border-left : 1px solid #a1a1a1;
}

#content #rightbox h1, #content #leftbox h1{
	font-size: 2.4em;
	margin: 0px;
	
}

#content #mischome{
	padding-top:10px;
	margin-right:25px;
}

#content #diskhome{
	padding-top:10px;
	margin-right:0px;
}

#content #diskhome h1.diskheader{
	font-size: 3.1em;
	text-indent:0px;
	display:inline;
}

#content #topichome{
	padding-top:10px;
	margin-right:0px;
}

#content #topichome #topiccontent{
	padding: 0px 20px 0px 20px;
	margin: 20px 0px 20px 0px;
	width: 630px;
	height: 100%;
	clear:both;
}

#content #topichome #topicmenu ul{
	list-style:none;
	maring:0px;
	padding:0px;
	text-align:left;
}

#content #topichome #topicmenu ul li{
	padding:0px 10px 0px 0px;
	float:left;
}

#content #topichome #barmenu ul{
	list-style:none;
	maring:0px;
	padding:0px;
	text-align:left;
}

#content #topichome #barmenu ul li{
	padding:0px 0px 15px 0px;
	float:left;
}

#content #mischome #rightbox, #content #mischome #leftbox{
	height:auto;
}

#mischome #leftbox{
	border-left:1px solid #a1a1a1;
	width:200px;
	padding:0px 0px 0px 20px;
	margin:0px 0px 0px 0px;
}


#mischome #rightbox{
	border-left:1px solid #a1a1a1;
	margin-right:50px;
	padding:0px 0px 0px 20px;
	margin:0px 0px 0px 0px;
}

#content #topichome #barmenu .left_end{
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

#content #topichome #barmenu .left_end_ie{
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px -3px 0px 0px;
}

#content #topichome #barmenu .right_end_ie{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px -3px;
}

#content #topichome #barmenu li{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

#content #diskhome #rightbox, #content #diskhome #leftbox{
	height:auto;
}

#content #diskhome #leftbox{
	width:300px;
}

#content #diskhome #leftbox #leftbox_title{
	float:left;
	display:inline;
}

#content #diskhome #rightbox{
	width:363px;
	padding-right:20px;
}

#content #mischome #topic{
	height:150px;
}

#content #mischome{
	list-style:none;
}

#content #mischome table img{
	margin-bottom:15px;
}

#content #mischome table h2{
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
}

#content #mischome tr{
}

#content #mischome td{
	font-family:Arial;
	font-weight:normal;
}

#content #mischome td a:link{
	color:#292929;
}

#content #mischome td a:visited{
	color:#292929;
}

#content #mischome td a:link{
	color:#292929;
}

#content #mischome td a:hover{
	color:#292929;
}

#content #diskhome #diskmenu ul{
	padding:0px;
	list-style:none;
	font-size:1.4em;
	line-height: 1.3em;
}

#content #diskhome #diskmenu li{
	padding-bottom: 0px;
}

#content #diskhome #diskmenu li a{
	color: #000000;	
	text-decoration : none;
}

#content #diskhome #diskmenu li a:hover{
	color: #a1a1a1;
	text-decoration : none;
}

#content #diskhome #diskmenu li.selected a{
	color: #a1a1a1;
}

#content #diskhome #topicbuttons ul{
	list-style:none;
	padding:0px;
}

#content #diskhome #topicbuttons li{
	padding:0px;
	display: inline;
	padding-right:10px;
}

#content #leftbox{
	float:left;
}

#content #rightbox{
	float:right;
}



#top_list a:link{
	COLOR: #000000;
	text-decoration: none;
}
#top_list a:visited{
	COLOR: #000000;
	text-decoration: none;
}
#top_list a:hover{
	COLOR: #000000;
	text-decoration: underline;
}
#top_list a:active{
	COLOR: #000000;
}

a:link{
	COLOR: #959595;
	text-decoration: none;
}
a:visited{
	COLOR: #959595;
	text-decoration: none;
}
a:hover{
	COLOR: #959595;
	text-decoration: underline;
}
a:active{
	COLOR: #959595;
}

p a:link{
	COLOR: #000000;
	font-weight:bold;
}

p a:visited{
	COLOR: #000000;
	font-weight:bold;
}

p a:hover{
	COLOR: #000000;
	font-weight:bold;
}

p a:active{
	COLOR: #000000;
	font-weight:bold;
}

#footer h3{
	margin-left:48px;
	padding-top:30px;
	margin-bottom:20px;
	font-size:10pt;
	color:#f3f3f3;
	font-weight: normal;
}

#footer #top_list{
	color:#000000;
	font-weight:bold;
	height:25px;
}

#footer #bottom_list{
	color:#959595;
	float: left;
}

#footer ul {
	float:left;	
	display: inline;
	margin-left:30px;
	margin-bottom:8px;
}

#footer li {
	list-style: none;
	font-size: 9pt;
}

#footer {
    clear: both;
}

#footer #first_item{
	float:left;
	display:inline;
	font-size: 8pt;
	width:100px;
	position:relative;
}

#footer #list{
	width:800px;
	float:left;
	margin-bottom:-10px;
}

#footer #top_list #list{
	margin-left:-50px;
	}

#footer #bottom_list #list{
	margin-left:-30px;
	}

#footer #top_list #list li {
	border-left: 1px solid #000000;
	}
	
#footer #bottom_list #list li {
	border-left: 1px solid #959595;
	}

#footer ul li {
    float: left;
    margin-left: 10px;
    padding-left: 10px;
}
