#top {
	position:relative;
	width:780px;
	margin:0 auto;
	text-align:left;
	background:#fff;
	border-left:1px solid #b9b9b9;
	border-right:1px solid #b9b9b9;
}

a {
	color:#000000;
	text-decoration:none;
}
a[href]:after {
	content:" (" attr(href)") ";
}

h2 {
	margin:10px 0;
	padding:10px 0 0 -10px;
	font-size:120%;
	font-weight:normal;
	line-height:1.2;
	border-left:10px solid #ff6600;
}

h3 {
	font-size:110%;
	text-align:left;
	border-left:1px solid #a7a7a7;
	margin:10px 10px 10px 0;
	padding:0 0 0 0.5em;
	background-color:#e7e7e7;
}

h4 {
	border-bottom:1px solid #001a3e;
	margin-top:1em;
	margin-left:1em;
	padding-left:0.2em;
}

ul,
ol {
	padding-left:5mm;
}

li {
	margin-left:5mm;
}

dl {
	margin-left:5mm;
}

dd {
	margin-bottom:2mm;
}

#content {
	margin:0;
}

#header,
#content_left {
	display:none;
}

#content_main {
	margin:0;
	padding:0;
	border:0;
}

address {
	width:100%;
	height:25px;
	bottom:0px;
	left:0px;
	font-style:normal;
	border-top:1mm solid #30AFCA;
}

.hide {
	display:none;
	width:0mm;
	height:0mm;
	overflow:hidden;
	position:absolute; /* for the benefit of IE5 Mac */
}
