/*-------- GVI Style sheet ---------*/
/*-------- 19/09/2006 --------------*/	
	
	
	
	
	
	
	body {
		text-align:center;
		background-color: #263779;
		margin: 0px;
		padding:0px;
		}
		
/*-------- puts site in center of browser ---------*/
	
	#frame {
		width:760px;
		margin: 10px auto 0px auto;
		padding:0px;
		background-color: #fff;
		text-align:left;
		}
		
		
/*-------- header ---------*/
	
	#contentheader {
		background-repeat:no-repeat;
		background-position:center;
		width:760px;
		height: 240px;
		padding: 0px;
		margin: 0px 0px 20px 0px;
		}
		
		#contentheader2 {
		background-repeat:no-repeat;
		background-position:center;
		width:760px;
		height: 240px;
		padding: 0px;
		margin: 0px 0px 20px 0px;
		}
		
		#contentheader3 {
		background-repeat:no-repeat;
		background-position:center;
		width:760px;
		height: 240px;
		padding: 0px;
		margin: 0px 0px 20px 0px;
		}	
		
		
		
/*-------- navigation/left content ---------*/
		
	    #contentleft {
		width:120px;
		padding:0px;
		margin: 32px 0px 0px 10px;
		float:left;
		}
		
		#contentleft ul{
		width:140px;
		padding:0px 0px 20px 0px;
		margin: 0px;
		float:left;
		}
		
	    #contentleft li{
		list-style: none;
		font: 11px/16px Trebuchet MS;
		font-weight: bold;
		color: #263779;
		}
		
		#contentleft a:link, #contentleft a:visited{
		list-style: none;
		font: 11px/16px Trebuchet MS;
		font-weight: bold;
		color: #263779;
		padding: 3px 3px 3px 10px;
		text-decoration: none;
		}
		
		#contentleft a:hover{
		list-style: none;
		font: 11px/16px Trebuchet MS;
		font-weight: bold;
		color: #263779;
		background-image:url(../images/hover.gif);
		background-position:left;
		background-repeat:no-repeat;
		padding: 3px 3px 3px 10px;
		text-decoration: none;
		}
		
		#centre{
		margin:0;
		padding:0;
		text-align:center;}
 
 	
/*-------- right content ---------*/
	
		#contentright {
		width: 500px;
		padding:0px;
		margin: 40px 0px 20px 70px;
		float:left;
		background: #fff;
		font: 11px Trebuchet MS;
		color: #838282;
		}
		
		#contentright a:link, #contentright a:visited{
		padding:0px;
		margin: 0px;
		background: #fff;
		font: 11px Trebuchet MS;
		color: #838282;
		}
		
		#contentright a:hover{
		padding:0px;
		margin: 0px;
		background: #fff;
		font: 11px Trebuchet MS;
		color: #009FB2;
		text-decoration: underline;
		}
		
		#contentright td{
		padding:0px;
		margin: 0px;
		font: 11px Trebuchet MS;
		color: #838282;
		}
		
		#contentright h1{
		padding:0px;
		margin: 0px;
		font: 13px Trebuchet MS;
		font-weight: bold;
		color: #009FB2;
		border-bottom: 1px dashed #273779;
		}
		
		.greentext {
		padding:0px;
		margin: 0px;
		font: 11px Trebuchet MS;
		font-weight: none;
		color: #009FB2;
		}
		
		.bluetext {
		padding:0px;
		margin: 0px;
		font: 11px Trebuchet MS;
		font-weight: none;
		color: #2C9AD1;
		}
		
		.contentschedule a:link, .contentschedule a:visited{
		padding:0px;
		margin: 0px;
		background: #fff;
		font: 11px Trebuchet MS;
		color: #838282;
		}
		
		.contentschedule a:hover{
		padding:0px;
		margin: 0px;
		background: #fff;
		font: 11px Trebuchet MS;
		color: #009FB2;
		text-decoration: underline;
		}
		
		.contentschedule td{
		padding:0px;
		margin: 0px;
		font: 11px Trebuchet MS;
		color: #838282;
		}
		
		.contentschedule h1{
		padding:0px;
		margin: 0px;
		font: 13px Trebuchet MS;
		font-weight: bold;
		color: #009FB2;
		border-bottom: 1px dashed #273779;
		}
		
/*-------- content area ---------*/
		
		#contentarea {
		width: 760px;
		padding:0px;
		margin: 0px auto;
		background: #fff;
		background-image:url(../images/airplane.gif);
		background-repeat:no-repeat;
		background-position:top left;
		}
		
		
		
/*-------- footer ---------*/
	
		#footer {
	    clear:both;
		width: 760px;
		height: 20px;
		padding-top: 30px;
		margin: 0px 0px 0px 10px;
		color:#263779;
		font: 9px Trebuchet MS;
		font-weight: bold;
		}
		
		#footer a:link, #footer a:visited{
		padding:0px;
		font: 9px Trebuchet MS;
		color:#263779;
		text-decoration: none;
		font-weight: bold;
		}
		
		#footer a:hover{
		padding:0px;
		font: 9px Trebuchet MS;
		color:#263779;
		text-decoration: underline;
		font-weight: bold;
		}
 	

		
	
