
body {
	margin:0;
}

.hat {
	height: 196px;
	font-family:Arial;
	background-image: url('../images/hat/bg.gif');
}

.hat a {
	text-decoration:none;
	color:black;
}

.hat a:hover {
	text-decoration:underline;
}

.hat td.padding { width: 30px; }

.hat .emblem {
	background-color: #004c88;
	width: 200px;
	height: 170px;
/*	float: left; */
	text-align:center;
}

.hat .emblem .picture {
	margin:5px auto;
	background: url('../images/hat/emblem.png') repeat-x;
	width:107px;
	height:156px;
}

.hat .line {
	background: url('../images/hat/line.gif') repeat-x;
	background-position: 71px;
	height: 170px;
	overflow:hidden;
}

.hat .linetitle { width:50%; }

.hat .line .title {
	margin-top:20px;
}

.hat .line .name {
/*	margin-bottom: 5px; */
	text-align: center;
	color: #1b3e5a;
	font-size: 30px;
	font-weight: bold;
}

.hat .line .city {
	color: #cccccc;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom:10px;
}

.hat .line .date {
	font-size:12px;
	color:#1b3e5a;
	font-weight:bold;
	text-align:center;
}
.hat .official{
	color:#1b3e5a;
	font-size: 16px;
	margin-bottom:20px;
	text-align:center;
}
.hat .collage {
	margin-left: 200px;
	height: 170px;
	text-align:center;
}

.hat .heading {
	height: 170px;
	float: left;
	width: 261px;
	display:inline;
	margin-left:13px;
	margin-right:0px;
}

.hat .right {
	margin-left:200px;
}

.hat .right .padding {
	width: 14px;
}

.hat table {
	width:100%;
	height:170px;
	margin:0;
	padding:0;
	border-collapse:collapse;
}

.hat .house {
	height: 170px;
	width:452px;
	margin-right:83px;
	text-align:center;
}

.hat .house .picture {
	width:452px;
	height:156px;
	margin:0 auto;
	background-image: url('../images/hat/house.png');
}

.hat .menu {
	padding-top:5px;
	height: 21px;
	text-align:center;
	border-top:#bec1c1;
	font-size:12px;
	font-weight:bold;
	background-image: url('../images/hat/menu_bg.gif');
}

.hat .menu .item {
	padding:0 10px;
}
#main-menu
{
    width: 100%;
    background-image: url(images/menu_line2.gif);
	background-repeat: repeat-x;
	height: 28px;
}
td.main-menu-2
{
    width: 100%; 
	background-repeat: repeat-x;
	height: 20px;
    font-size: 10px;
	padding-left:  12pt;
}
td.main-menu-2-no
{
    width: 100%; 
	background-repeat: repeat-x;
	height: 20px;
    font-size: 10px;
	padding-left:  12pt;
}
td.menu-level-1-no{
    height: 20px;
}
td.menu-level-1{
    height: 20px;
}

.align-justify { text-align:justify; }