/*INSERT:
 DATE CREATED: 03/11/05
 SITE CONNECTED TO: Cabri (The Mathematical Association)
 CODE AUTHOR: Martin
 LAYOUT TYPE: 3 Columns, Footer, 
 */	


/*BODY*/
body {	
	background-color: #ffffff;
	font-family: arial, helvetica, sans-serif;	
	font-size: 0.80em;	
	line-height: 1.60em;	
	color: #000000;
	margin:0px 0px 0px 0px;
	padding:0px;
		}
		
/*PARAGRAPH STYLES*/				
p {
	margin:0px 10px 10px 0px;
		}
		
p.datepad {
	margin:0px 10px 10px 0px;
	padding-left:10px;
	color:#336699;	
}			
.greyout{
	color:#999999;
}

span.pages{	
	text-decoration: none;
	margin-left:20px;
}


/*LINKS*/	

a{	
	color:#336699;	
	text-decoration: none
}	

a.pages{	
	color:#336699;	
	text-decoration: none;
	margin-left:16px;
}	

a:hover {
	color:#996633;	
	text-decoration: none
}


/*HEADERS*/	
h1 {
	font-size: 1.55em;	
	color: #336699;
	margin:0px 10px 10px 0px;
	}
h2 {
	font-size: 1.35em;	
	color: #336699;
	margin:0px 10px 10px 0px;
	}
h3 {	
	font-size: 1.15em;	
	color: #336699;
	margin:0px 10px 10px 0px;
	}
	
	/*SPAN STYLES - **change to suit**..*/

.bold-red{
	font-weight:bold;
	color:#990000;
}

.bluetext{
	color:#336699;	


}	

.downloads{
	width:95%;
	border: solid #99ccff 1px;
	background-color:#fff;
}

.downloadscell{
	border-bottom: solid #99ccff 1px;
	background-color:#99ccff;
}

	
/*PAGE DIVS*/
#outer_wrapper {
width:100%;
background:#fff;
}

#wrapper {
background:#fff;
}

#header {
background:#3399CC;
width:100%;
height:100px;
margin:0 -1px;
z-index:1;
}

#counton{
position:relative;
background:#3399CC;
height:100px;
float:right;
z-index:5;
margin-top:-100px;
}

#topmenu {
padding:5px 0 5px 10px;
background:#99CCFF;
}


#container {
float:left;
width:100%;
display:inline;
margin-left:-200px
}

#left {
float:left;
width:120px;
height:396px;
display:inline;
margin-left:200px;
margin-top:20px;
background-image:url(../assets/cal-back.gif);
background-repeat:no-repeat;
padding-left: 5px;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
z-index:2;
}



#main {
margin-left:345px;
margin-top:20px;
/*border-color:#999999;
border-style:dashed;
border-width:1px;*/

}

#sidebar {
margin-top:20px;
padding-left:100%;
margin-left:-160px;
}

#sidebar p {
position:relative
}

#download {
	width:118px;
	height:43px;
	background-image:url(../assets/download-back1.gif);
	background-repeat:no-repeat;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 20px;
	padding-bottom: 5px;
	text-align:center;

}

#footer {
clear:both;
border-top:1px solid #b0b0b0;
border-bottom:1px solid #b0b0b0;
background:#99CCFF;
color:#336699;
font-size:10px;
padding-left:5px;
padding-right:5px;
margin-bottom:10px;
}

#footer-logos {
width:100%;
clear:both;
text-align:right;
margin-bottom:20px;
}

#pagebutton{
	float:right;
	margin-bottom:40px;
}
#upright{
	width:200px;
	text-align:right;
}

#upleft{
	width:200px;
	float:left;
	/*margin-right:-100px;*/
	margin-bottom:40px;
}

.clearing {height:0;clear:both}


/*IMAGES*/

img{border:0px;}

.image-right{
	float:right;
	margin-left:10px;
	border:0px;
}

.image-left{
	float:left;
	margin-right:10px;
	border:0px;
}

hr {
	height:1px;
}

