/* CSS Document */
body {
	background: #fff url(../images/tld_bkg.gif) top left repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 12px/1.4 "Trebuchet MS", verdana, helvetica, arial, sans-serif;
	color: #000;
}

body, table, tr, td, ul, ol, li, dd, dt, h1, h2, h3, h4, h5, h6 {
	font: 12px/1.4 "Trebuchet MS", verdana, helvetica, arial, sans-serif;
	}

h1 {
	font-family: "Trebuchet MS", verdana, helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	color: #10218b;
	}

h2 {
	font-size: 1.15em;
	font-weight: bold;
	color: #000;
	}
	
ul {
	margin-left: 1em;
	padding:0;
	}

#topbox {
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	}

#nav {
	margin-left: auto;
	margin-right: auto;
	line-height: 19px;
	background: #fff;
	width: 655px;
	}
	
#nav td.contain {
	border-left: 4px solid #989898;
	border-right: 4px solid #989898;
	}

	
table.menu {
	border-top: 1px solid #989898;
	border-bottom: 1px solid #989898;
	background-color: #f1f1f1;
	line-height: 1em;
	vertical-align: middle;
	text-align: center;
	}
table.menu a {
	color: #10218b;
	text-decoration: none;
	padding: .25em 1em;
/*	line-height: 1; */
	}

table.menu a:hover, table.menu a:active {
	color: #fff;
	background: #10218b;
	}

#midbox {
	background:  url(../images/midbox.gif) top center repeat-y;
/*	margin-top: 0; */
	margin-left: auto;
	margin-right: auto;
	padding-top: 0.5em; 
	text-align: center;
	margin-bottom: 0;
/*	voice-family: "\"}\""; 
	voice-family:inherit;
	margin-bottom: -1.5em; */
	
	}

#content {
	width: 555px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;
	text-align: left;
	}
#content p {
	max-width:550px;
	text-align: left;
	}

#endbox {
	background:  url(../images/endbox.gif) top center no-repeat;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	height: 25px;
	clear: left;
	}
.inset {
	float: right;
	margin-left: 1em;
	}
.insetleft {
	float: left;
	margin-left: 0;
	}	
	
#footer {
	color: #10218b;
	font-size: 0.85em;
	text-align: center;
	}
#footer em {
	color: #666;
	font-style: normal;
	}
