html, body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #16377E;
	margin:0;
	padding:0;
	text-align: center;
	background-image: url(images/bg_tile.jpg);
	background-repeat: repeat;
	} 

h1{
	font-size:125%;
	font-weight: bold; 
	margin-left: 8px;  
	margin-top: 12px;
	text-align: left;
	float: left;
	}

#pagewidth{
	width:750px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	border: 2px #005498 solid;
	background-color: #FFFFFF;
	} 
	
.header01_top{
	background-image: url(images/pic01_header_top.jpg);
	background-repeat: no-repeat;
	float: left;
	display: inline;
	width: 750px;
	height: 149px;
	}
	
.header01_middle{
	background-image: url(images/pic01_header_navbar.jpg);
	background-repeat: no-repeat;
	float: left;
	display: inline;
	width: 750px;
	height: 45px;
	}
	
.header01_bottom{
	background-image: url(images/pic01_header_bottom.jpg);
	background-repeat: no-repeat;
	float: left;
	display: inline;
	width: 750px;
	height: 31px;
	}
	
.header02_top{
	background-image: url(images/pic02_header_top.jpg);
	background-repeat: no-repeat;
	float: left;
	display: inline;
	width: 750px;
	height: 149px;
	}
	
.header02_middle{
	background-image: url(images/pic02_header_navbar.jpg);
	background-repeat: no-repeat;
	float: left;
	display: inline;
	width: 750px;
	height: 45px;
	}
	
.header02_bottom{
	background-image: url(images/pic02_header_bottom.jpg);
	background-repeat: no-repeat;
	float: left;
	display: inline;
	width: 750px;
	height: 31px;
	}
	
.header03_top{
	background-image: url(images/pic03_header_top.jpg);
	background-repeat: no-repeat;
	float: left;
	display: inline;
	width: 750px;
	height: 149px;
	}
	
.header03_middle{
	background-image: url(images/pic03_header_navbar.jpg);
	background-repeat: no-repeat;
	float: left;
	display: inline;
	width: 750px;
	height: 45px;
	}
	
.header03_bottom{
	background-image: url(images/pic03_header_bottom.jpg);
	background-repeat: no-repeat;
	float: left;
	display: inline;
	width: 750px;
	height: 31px;
	}
.navbar{
	background: transparent;
	float: left;
	display: inline;
	width: 450px;
	height: 31px;
	}
	
.navbarspacer{
	background: transparent;
	float: left;
	display: inline;
	width: 15px;
	height: 31px;
	}
	

.contents_main{
	background-image: url(images/contents_bg.jpg);
	background-repeat: repeat-x;
	float: left;
	display:inline;
	width:750px;
	}
	
.contents_onecol{
	background: transparent;
	float: left;
	display: inline;
	width: 730px;
	padding: 10px;
	text-align: justify;
}
	
.contents_leftcol{
	background: transparent;
	float: left;
	display: inline;
	width: 470px;
	padding: 10px;
	text-align: justify;
}

.contents_rightcol{
	background: transparent;
	float: left;
	display: inline;
	width: 250px;
	text-align: center;
}
	
.button{ 
	text-align: left;
	font-size: 95%;
	font-weight: bold;
	color: #005498;
	text-decoration: none; 
	float: left;
	margin-top: 8px;
	 }
	 
 a.button:active	{
	color: #005498; 
	text-decoration: none; 
	}
	
a.button:visited	{ 
	color: #005498;
	text-decoration: none; 
	}
	
a.button:hover {
	color: #94D0F4; 
	text-decoration: underline;
	}
	
		
table {
	border: none none none;
	padding: 0;
	background-color: transparent;
	border-collapse: collapse;
}

th 	{
	border: thin Silver solid;
	padding: 5px;
	background-color: transparent;
	vertical-align: top;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: White;
}
	
td 	{
	border: none none none;
	padding: 5px;
	background-color: transparent;
	vertical-align: top;
}

table.timetable {
	margin: 0px auto 0px auto;
	width: 720px;
	border:  2px #005498 solid;
	padding: 0;
	background-color: transparent;
	border-collapse: collapse;
}

th.timetable	{
	border: 1px Silver solid;
	padding: 5px;
	background-color: Silver;
	vertical-align: top;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: #005498;
}
	
td.timetable	{
	border: 1px Silver solid;
	padding: 5px;
	background-color: transparent;
	vertical-align: top;
	text-align: left;
	/*width: 200px;*/
}

table.enquirytable {
	margin: 0px auto 0px auto;
	width: 600px;
	border:  2px #005498 solid;
	padding: 0;
	background-color: transparent;
	border-collapse: collapse;
}

td.enquirytable_leftcol	{
	border: 1px Silver solid;
	padding: 5px;
	background-color: transparent;
	vertical-align: top;
	text-align: left;
	width: 250px;
}

td.enquirytable_rightcol	{
	border: 1px Silver solid;
	padding: 5px;
	background-color: transparent;
	vertical-align: top;
	text-align: left;
	width: 350px;
}
	
.copyrightpanel{
	background-color: #005498;
	float: left;
	display: inline;
	width: 744px;
	font-size: 80%;
	color: #FFFFFF;
	padding: 3px;
	text-align: left;
	}
	
.authorpanel{
	background-color: transparent;
	width: 750px;
	margin: 1px auto 1px auto;
	text-align: right;
	}

.paraheads{
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 0px;
	 }
	 
ul{ 
	margin-top: 1px; }
	
li{ 
	margin-top: 5px; }
	
.arrow{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	}

.arrow li{
	padding-left: 10px;
	background: url(images/bullet_left_arrow.gif) no-repeat;
	background-repeat: no-repeat;
	background-position: 0 .5em;
	margin-left: 50px;
	}
	
.link{
	font-size: 100%;
	color: #16377E;
	text-decoration: none;
	}
	
a.link:active	{
	font-size: 100%;
	color: Red; 
	text-decoration: none; 
	}
	
a.link:visited	{ 
	font-size: 100%;
	color: #16377E;
	text-decoration: none; 
	}
	
a.link:hover {
	font-size: 100%;
	color: Red; 
	text-decoration: underline;
	}
a.authorpanel_link{
	font-size: 80%;
	color: Silver;
	text-decoration: none;
}
a.authorpanel_link:active	{
	font-size: 80%;
	color: Silver;
	text-decoration: none;
	}
	
a.authorpanel_link:visited	{ 
	font-size: 80%;
	color: Silver;
	text-decoration: none;
	}
	
a.authorpanel_link:hover {
	font-size: 80%;
	color: Silver;
	text-decoration: none;
	}
		
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

