/* Set the background colour */
html { background-color:#c6d1d6; }    

/* set the overall font and size */
*	{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
	}
/* Set the base defaults */
body {
   	height: 100%;
    text-align: left;	
	margin: 0px;  
	border: 0px;  
	padding: 0px;
	color: #000066;
	}
/* set the bullet point image */
li {
	list-style-image:url(../images/sis_bullet.gif);
	line-height: 1.4em;
	}
/* set the font sizes for the header 2 and 3 */	
h2  { font-size: large; }
h3  { font-size: medium; }
/* set the default link colours */
a 	{
	color:#0033cc;
	text-decoration:none;
	}
a:visited, a:hover { color:#ad3358; }
a:hover { text-decoration: underline; }
/* define the main content area */
.centrecontent {
	padding: 0px 15px 0px 15px;
	vertical-align:top;
	}
	
/* Left navigation definitions */
.leftnav {
	background-color:#ffffff; 
	text-transform:uppercase;
	text-align:center;
	padding: 5px;
	font-weight: bold;
	margin-top: 10px;
	vertical-align:middle;
	height:30px;
	width: 100%;
	}	
td.leftnav:hover {
	background-color:#9d9491; 
	color:#cc0000;
}
.leftnav a { width:100%;}
		
/* the style for the selected navigation page */
.leftnavsel {
	background-color:#9d9491;
	text-transform:uppercase;
	text-align:center;
	padding: 5px;
	font-weight: bold;
	margin-top: 10px;
	vertical-align:middle;
	height:30px;
	color: #ffffff;
}
.leftnavsel a, .leftnavsel a:visited, .leftnavsel a:active { 
	color:#ffffff;
	text-decoration:none;
	}	
	
/* text navigation - at the bottom of the page */		
.textnav {
	text-transform: uppercase;
	text-align:center;
	}
/* the contact details */	
.footer { text-align:center; }
	
/* define the grey and white colours for the page */
.grey { background-color: #888274; }
.whitebar { background-color: #ffffff; }
/* table defintions */
.maintable {
	width: 100%;
	height: 100%;
	border: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	text-align:left;
	}
.maintable td, .maintable tr {
	padding: 0px;
	border: 0px;
	margin: 0px;
	}
/* define the left and right colored bars */
.rightbar, .leftbar {
	vertical-align:top;
	text-align:center;
	}
/* the main header at the top of each page */
.mainhdr {
	background-color: #FFFFFF;
	vertical-align: middle;
	text-align:center;
	}
.righttext { padding:0px 20px 0px 20px; }
.righttext a, .righttext a:visited, .righttext a:active { 
	color:#cccccc;
	text-decoration:underline;
	}	
