html{
	
}
body{
	font-family: arial;
	font-size: 12px;
	margin: 0px;
	color: #686868;
	background-color: #F4F4F4;
	background-image: url(body.short.bg.jpg);
	background-repeat: repeat-x;
}
h1{
	font-size: 16px;
}
h2{

}
h3{
	color: #3987A8;
	font-size: 16px;
	font-weight: bold;
}
h4{

}
h5{

}
h6{

}
a{
	color: #60BFBD;
	text-decoration: none;
}
	a:hover{
		text-decoration: underline;
	}
	a img{
		border: none;
	}
p{
	margin: 0px 0px 20px 0px;
	text-align: justify;
}
acronym{
	border-bottom: dotted 1px;
}
form{
	margin: 0px;
	padding: 0px;
}
input,select,textarea{
	font-family: arial;
	font-size: 12px;
	padding: 5px;
	border: solid 1px #333333;
}
input[type=checkbox],input[type=radio]{
	border: none;
}
input[type=submit],input[type=button]{
	background-color: #DDDDDD;
}
input:focus,select:focus,textarea:focus{
	outline: solid 2px #FFDD77;
}
textarea{
	overflow: auto;
}
label{
	display: inline-block;
	width: 150px;
	margin-right: 20px;
	padding: 5px;
	vertical-align: middle;
}
ul,li{
	margin: 0;
	padding: 0;
}
	li{
		list-style-type: none;
	}
		li label{
			
		}
		li label span{
			
		}
table{
	
}
	th,td{
		
	}
	th{
		font-size: 13px;
		font-weight: bold;
		border-bottom: solid 1px #3C3C3C;
	}
	td{
		
	}
	tr:hover{
		background-color: #FBE5EA;
	}
		tr:hover th{
			background-color: #F3F3F3;
		}
q{	
	display: block;
	margin: 0px 0px 20px 0px;
	font-weight: bold;
	font-style: italic;
	color: #3987A8;
}

/* cms styles */
	/* float element (e.g. image) on the left or right */
	.right{ float: right; margin: 0px 0px 10px 25px; }
	.left{ float: left; margin: 0px 25px 10px 0px; }
	
	/* keep elements grouped together when using .left or .right class */
	.clear{ clear: both; display: block; }
		.clear:after {
			content: ".";
			display: block;
			clear: both;
			visibility: hidden;
			line-height: 0;
			height: 0;
		}
	
	/* single block links with decorative emphasis */
	.decolink{ 
		clear: both;
		display: block;
		width: 654px;
		height: 29px;
		margin: 20px 0px;
		padding-top: 10px;
		background-image: url(decolink.bg.jpg);
		background-repeat: no-repeat;
		color: #FFFFFF;
		font-weight: bold;
		text-align: center;
	}
	
	/* bold italic */
	.statistical{
		text-align: left;
		font-style: italic;
		font-weight: bold;
	}
	
	/* notice box */
	.notice{
		display: block;
		padding: 20px;
		font-weight: bold;
		border: dashed 1px #DEE9ED;
		background-color:#eeeeee;
	}

	.smallemphasis{ font-size: 10px; font-style: italic; }
	.centreblock{ display: block; margin: 10px auto; text-align: center; }
	
	table.smalldata{
		width: 300px;
		margin: 0px auto;
		border: solid 1px #D5D5D5;
	}
		table.smalldata tr:hover{
			background-color: transparent;
		}
		table.smalldata td{
			padding: 5px;
			background-color: #DEE9ED;
		}
		table.smalldata td.highlight{
			background-color: #3987A8;
			color: #FFFFFF;
			font-weight: bold;
		}
	
	
#parent{
	display: block;
	width: 1000px;
	margin: 0px auto;
}
#header{
	position: relative;
	display: block;
	width: 1000px;
	height: 110px;
	margin: 0px auto 10px auto;
}
	#header h1{
		float: left;
		margin: 20px 0px 0px 20px;
		padding: 0px 0px 0px 0px;
	}
	#header img.headermap,#header a.headermap{
		float: right;
	}
	#header #headlink-mu{
		position: absolute;
		left: 912px;
		top: 75px;
		display: block;
		width: 15px;
		height: 15px;
		font-size: 40px;
		/*background-color: #000000;*/
	}
	#header #headlink-en{
		position: absolute;
		left: 880px;
		top: 35px;
		display: block;
		width: 15px;
		height: 15px;
		font-size: 40px;
		/*background-color: #000000;*/
	}
		#headlink-mu:hover{ text-decoration: none; }
		#headlink-en:hover{ text-decoration: none; }
#maincontent{
	display: block;
	width: 1000px;
	min-height: 500px;
	margin: 0px auto;
	background-image: url(maincontent.bg.jpg);
	background-repeat: repeat-y;
}
	#mainnav{
		display: block;
		width: 980px;
		height: 35px;
		margin: 0px auto 4px auto;
		padding: 20px 0px 0px 20px;
		background-image: url(mainnav.bg.jpg);
		background-repeat: no-repeat;
	}
		#mainnav a{
			float: left;
			padding: 5px 20px;
			color: #FFFFFF;
			font-family: trebuchet;
			font-size: 14px;
			font-weight: normal;
			text-decoration: none;
			text-transform: uppercase;
			border-right: solid 1px #FFFFFF;
		}
			#mainnav a.firstlink{
				
			}
			#mainnav a.lastlink{
				border: none;
			}
			#mainnav a:hover{
				text-decoration: none;
				color: #C9F9F9;
			}
	#mainbanner{
		display: block;
		width: 967px;
		margin: 0px auto 10px auto;
	}
		#mainbanner img{
			
		}
	.panel1,.panel2{
		float: left;
		min-height: 250px;
		margin: 0px 0px 0px 15px;
		background-color: #FFFFFF;
		background-image: url(panel.bg.jpg);
		background-repeat: repeat-x;
	}
	.panel1{
		width: 668px;
	}
	.panel2{
		width: 289px;
	}
		.panel2 p{
			padding: 0px 15px 0px 5px;
		}
		.panel1 h2,.panel2 h2,.panel3 h2{
			height: 28px;
			margin: 0px 0px 10px 0px;
			padding: 18px 0px 0px 15px;
			background-repeat: no-repeat;
			background-position: 0px 0px;
			color: #FFFFFF;
			font-size: 14px;
			font-weight: normal;
		}
			.panel1 h2 b,.panel2 h2 b,.panel3 h2 b{
				font-size: 16px;
				font-weight: bold;
				text-transform: uppercase;
			}
			.panel1 h2 img.headingicon,.panel2 h2 img.headingicon,.panel3 h2 img.headingicon{
				float: left;
				margin: -2px 10px 0px 0px;
			}
			.panel1 h2 a.headingbutton,.panel2 h2 a.headingbutton,.panel3 h2 a.headingbutton{
				float: right;
			}
				.panel1 h2 a.headingbutton img,.panel2 h2 a.headingbutton img,.panel3 h2 a.headingbutton img{
					margin: -5px 15px 0px 0px;
				}
		.panel1 h2{
			width: 653px;
			background-image: url(panel1.header.bg.jpg);
		}
		.panel2 h2{
			width: 274px;
			background-image: url(panel2.header.bg.jpg);
			font-size: 16px;
			text-transform: uppercase;
		}
		.panel1 .panelcontent,.panel2 .panelcontent,.panel3 .panelcontent{
			display: block;
			min-height: 250px;
			margin: 0px 6px 0px 6px;
			padding: 10px;
			background-color: #FFFFFF;
			background-repeat: no-repeat;
		}
			.panel1 .panelcontent{
				width: 634px;
				background-image: url(panel1.content.bg.jpg);
				text-align: justify;
			}
			.panel2 .panelcontent{
				
			}
	.panel3{
		clear: both;
		display: block;
		width: 967px;
		min-height: 250px;
		margin: 0px 0px 0px 15px;
		background-color: #FFFFFF;
		background-image: url(panel.bg.jpg);
		background-repeat: repeat-x;
	}
		.panel3 h2{
			width: 967px;
			background-image: url(panel3.header.bg.jpg);
			font-size: 16px;
			text-transform: uppercase;
		}
		.panel3 .panelcontent{
			width: 932px;
			background-image: url(panel3.content.bg.jpg);
			text-align: justify;
		}
	#homepanel{
		width: 668px;
		
	}
	#newspanel{
		width: 289px;
	}
		#newslist{
			margin: 0px 0px 0px 7px;
			padding: 0px 0px 0px 0px;
		}
			#newslist li{
				width: 265px;
				height: 200px;
				margin: 5px 0px;
				padding: 5px;
				background-image: url(newslist.item.bg.jpg);
				background-repeat: no-repeat;
			}
				#newslist li span{
					float: left;
					font-size: 11px;
				}
					#newslist li span.image{
						/*width: 94px;
						height: 63px;*/
						width: 255px;
						height: 138px;
						margin: 0px 5px 0px 0px;
					}
						#newslist li span.image img{
							/*width: 94px;
							height: 63px;*/
							width: 265px;
							height: 138px;
						}
					#newslist li span.date{
						width: 165px;
						margin: 0px 0px 8px 0px;
						color: #76777A;
						font-weight: bold;
					}
					#newslist li span.title{
						width: 220px;
					}
	#columncontent{
		margin: 0px 0px 0px 7px;
		padding: 0px 0px 0px 0px;
	}
		#columncontent a{
			display: block;
			max-width: 240px;
		}
			#columncontent a.subnav{
				display: block;
				width: 240px;
				padding: 10px 10px 10px 24px;
				margin: 2px 0px;
				color: #3987A8;
				background-color: #FFFFFF;
				background-image: url(a.bg.jpg);
				background-repeat: no-repeat;
				background-position: 10px 13px;
				border: solid 1px #D2D2D2;
			}
				#columncontent a.subnav:hover{
					text-decoration: none;
					color: #1A6787;
					border: solid 1px #3987A8;
				}
			#columncontent a.imagelink{
				margin: 20px 0px;
			}
	#footer{
		clear: both;
		display: block;
		width: 894px;
		margin: 0px auto 0px auto;
		padding: 10px 25px 5px 25px;
		background-color: #E8E8E8;
		background-image: url(footer.bg.jpg);
		background-repeat: no-repeat;
	}
		#footer p{
			margin: 0px;
			padding: 0px;
			font-size: 11px;
			color: #3987A8;
		}

div.newsitem{
	display: block;
	width: 910px;
	height: 63px;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: solid 1px #F8F8F8;
}
	div.newsitem:hover{
		border: solid 1px #F0F0F0;
	}
	div.newsitem span{
		float: left;
	}
	span.newsitem-image{
		margin: 0px 20px 0px 0px;
	}
	span.newsitem-articledate{
		width: 780px;
		font-size: 11px;
		font-weight: bold;
	}
	span.newsitem-title{
		width: 780px;
		height: 30px;
	}
	span.newsitem-morelink{
		width: 780px;
	}
		
div#pagemenu{
	display: block;
	width: 910px;
	margin: 20px 0px 20px 0px;
	padding: 10px;
}		
	div#pagemenu span{
		float: left;
		display: block;
		margin: 0px 20px 0px 0px;
		padding: 3px;
		border: solid 1px #FFFFFF;
	}		
	div#pagemenu a{
		float: left;
		display: block;
		margin: 0px 2px;
		padding: 3px;
		border: solid 1px #FFFFFF;
	}			
		div#pagemenu a:hover{
			text-decoration: none;
			border: solid 1px #60BFBD;
		}		
	div#pagemenu b{
		float: left;
		display: block;
		margin: 0px 2px;
		padding: 3px;
		border: solid 1px #FFFFFF;
	}
		
div#specificnewsarticle{
	margin: 0px 0px 30px 0px;
}
	div#specificnewsarticle img{
		float: right;
		margin: 0px 0px 20px 20px;
	}
	div#specificnewsarticle p.title{
		float: left;
		width: 510px;
		margin: 0px 0px 20px 0px;
		font-size: 14px;
		font-weight: bold;
	}
	div#specificnewsarticle p.date{
		float: left;
		width: 510px;
		margin: 0px 0px 10px 0px;
		font-size: 11px;
		font-weight: bold;
	}
	div#specificnewsarticle p.article{
		display: inline;
		margin: 10px 0px;
	}

form#frmcontact{

}
	form#frmcontact li{
		margin: 5px 0px;
	}
	form#frmcontact label{
		vertical-align: top;
	}	
	form#frmcontact input[type=text],form#frmcontact textarea{
		width: 400px;
		padding: 3px;
		font-size: 11px;
		color: #686868;
		border: solid 1px #999999;
	}	

div#resultschart{
	display: block;
	width: 900px;
	margin: 0px auto 20px auto;
}
	div#resultschart img{
		width: 900;
	}	
	
div.resultsbox{
	clear: both;
	display: block;
	width: 900px;
	margin: 20px auto;
	padding: 10px 10px 10px 10px;
	background-color:#dee9ed;
	color:#686868;

}	
	div.resultsbox span{
		float: left;
	}
	div.resultsbox span.boxtitle{
		width: 230px;
		height: 40px;
		margin: 0px 30px 0px 0px;
		font-weight: bold;
		color:#FFFFFF;
		text-align: center;
		padding-top:10px;
		background-color:#3987a8;

	}
	div.resultsbox span.resultsfield{
		width: 330px;
	}
		div.resultsbox span.resultsfield span.number{
			margin: 0px 5px 0px 0px;
			color: #3987a8;
			font-weight:bold;
		}

#feestable{
	margin: 0 auto;
}
	#feestable tr{
		
	}
		#feestable tr:hover,#feestable tr:hover th{
			background-color: transparent;
		}	
		#feestable tr.alt{
			background-color: #DEE9ED;
		}	
	#feestable td,#feestable th{
		padding: 3px;
		vertical-align: top;
	}	
		#feestable th.pricecol{
			width: 100px;
		}	
		#feestable td.footnote{
			font-size: 10px;
		}	
	/* additional fees table css */
	table.c12 {width: 800px;}
    div.c11 {text-align: right}
    div.c10 {font-weight: bold; text-align: left}
    div.c9 {text-align: center}
    div.c8 {font-weight: bold; text-align: center;}
    div.c6 {font-weight: bold; text-align: center;}
    div.c4 {font-weight: bold; text-align: center}
    div.c1 {font-style: italic; font-weight: bold; text-align: right; width: 538px}
	/* END additional fees table css */
	
ul.handlist{
	margin: 0px 30px;
}
	ul.handlist li{
		list-style-image: url(icon.hand.invert.bullet.jpg);
		padding: 10px 0px;
		border-bottom: solid 1px #F4F4F4;
	}
	ul.handlist li:last-child{
		border-bottom: none;
	}
	
ul#stafflist{
	width: 610px;
	margin: 0 auto;
}	
	ul#stafflist li{
		float: left;
		width: 180px;
		height: 220px;
		margin: 10px 10px;
		padding: 0px 0px 10px 0px;
		text-align: center;
		background-image: url(profile.bg.jpg);
		background-repeat: no-repeat;
		background-position: 50% 50%;
	}
		ul#stafflist li span.title{
			display: block;
			height: 30px;
			padding: 5px 0px 0px 0px;
			font-size: 12px;
			font-weight: bold;
		}
		ul#stafflist li img{
			clear: both;
			display: block;
			height: 144px;
			margin: 5px auto;
			border: solid 1px #F4F4F4;
		}
		ul#stafflist li span.name{
			display: block;
			padding: 10px 0px;
			font-size: 10px;
			font-weight: bold;
			text-transform: uppercase;
		}
		ul#stafflist li.no-show{
			background-image: none;
		}

#glossarymenulink{
	display: block;
	width: 263px;
	height: 49px;
	margin: 5px 0px;
	padding: 5px;
	background-image: url(glossarymenulink.bg.jpg);
	background-repeat: no-repeat;
}
	#glossarymenulink p{ margin: 0px; font-size: 11px; color: #FFFFFF; }
		#glossarymenulink p.title{ font-weight: bold; text-transform: uppercase; margin-bottom: 5px; }
			#glossarymenulink p a{ display: inline; font-weight: bold; color: #FFFFFF; }
		
.emphasis{
	font-size: 14px;
}
.boldemphasis{
	font-size: 14px;
	font-weight: bold;
}
		
.label-title{
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: solid 1px;
}
.imghover:hover{
	cursor: pointer;
}
.message{
	font-size: 13px;
	padding-left: 20px;
	font-weight: bold;
}

* html ul li a {
   height:1em;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
.theQuote{
	font-family:"Times New Roman", Times, serif;
	font-size:28px;
	color:#3e92b4;
	font-weight:bold;
}
.quote{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#09C;
}
.images{
	float: none;
	clear: both;
}
	