/* 
Written by Teresa Watts teresawatts@gmail.com
RapunzelWeb http://rapunzelweb.grs.uwa.edu.au 
*/

/* BASIC STYLES */

hr {border:0;
height: 1px;
background-color: #d5213f;}

/* TYPOGRAPHIC STYLES */
body {
	border:0; 
	margin:0;
	font-size: 0.7em;
	line-height: 1.3;
	font-family: "Gill Sans MT", sans-serif;
	}

h1, h2, h3, h4, h5 {font-family: "Gill Sans MT", sans-serif;
font-size: 1.6em;
color: #5eb6e4;}

h1 {
	font-family: "Gill Sans MT", sans-serif;
	font-weight: normal;
	font-size: 2.6em;
	margin-bottom: 0px;
}

a {color: #5eb6e4;}
	a:hover {color: #8bd2f4;
}

/* MENU STYLES */

/* SUBMENU STYLES */
#side ul {
	list-style-type: none;
	margin: 0;
	padding: 10px 20px;
	margin-bottom: 40px;
}

#side li {
	padding: 5px 2px;
	border-bottom: 1px solid #749bb8;
	font-size: 1.2em;
}

#side li a {
	text-decoration: none;
	color: #02336a;
}

#side li a.section {
	color: #5eb6e4;
	font-family: "Gill Sans MT", sans-serif;
	font-weight: bold;
	font-size: 1.3em;
}

#side li a:hover{
	color: #8bd2f4;
}

/* LAYOUT STYLES */

.clients_table {
	border:2px solid #999999;

}

.clients_table th{
	font-size: 0.9em;
	font-weight:700;
	text-align:center;
	border:1px solid #999999;
}


.clients_table tr td{
	font-size: 0.8em;
	border:1px solid #999999;
	text-align:center;
	padding:5px;
}

#header {
	background: #fff url(/internet/skystar/skystar.nsf/AttachmentsByTitle/header_bg.gif/$FILE/header_bg.gif) bottom repeat-x;
	height: 106px;
	}

#menu { 
	height: 17px;
	background: #5eb6e4 url(/internet/skystar/skystar.nsf/AttachmentsByTitle/menu_bg.jpg/$file/menu_bg.jpg) repeat-x;
	border-top: 1px solid #c6d0dc;
	border-bottom: 1px solid #b2d0ee;
	text-align: center;
	padding: 4px;
	margin:0;
	}

.menu_item {
	border-right:solid 2px #dddddd;
	border-top:0;
	margin:0;
	color:#555555;
	text-decoration:none;
	/*font-weight:700;*/
	font-size: 13px;
	padding:4px;
	background: #eeeeee url(/internet/skystar/skystar.nsf/AttachmentsByTitle/menu_bg.jpg/$file/menu_bg.jpg) repeat-x;
	text-align: center;
	cursor:pointer;
}
	
#side {
	border-bottom: 1px solid #b2d0ee;
	border-right: 1px solid #b2d0ee;
	width: 209px;
	background-color: #e9f2fd;
	float: left;
	padding-top: 15px;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 20px;
	}


#content {
	padding:10px 40px 40px 240px;
	}
	
#content table {

	text-align:justify;
	font-size: 1.4em;
	line-height: 1.2;
	font-family: "Gill Sans MT", sans-serif;
	}

#content li {
	padding-top:10px;
	}

#footer {
	background: #fff url(/internet/skystar/skystar.nsf/AttachmentsByTitle/footer_bg.jpg/$file/footer_bg.jpg) repeat-x;
	height: 49px; 
	color: #fff;
	font-size: 1em;
	clear: both;
	margin-top: 20px;
}

#copyright {
	padding: 4px;
}


