/* ===================== global declarations =====================*/
body {
	background: #EEEEEE;
	margin: 0px; 
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	text-align: left;
	font-size: medium;
	font-size: 11pt;
}

img {
	border: none;
}

p { 
	margin-top: 1px;
        margin-right: 4px;
        margin-bottom: 1px;
        margin-left:  4px;
	padding: 3px;
	text-align: justify;
	font-size: medium;
	font-size: 11pt;
} 

/* ===================== container declarations =====================*/
/* nav */
div#nav {
	background: #FFFFFF;
	margin: 0px;
	min-height: 120px;
	height: 120px;
	background: url(/image/town_hall_band_fade.jpg) no-repeat scroll left top;
	text-align: right;
	font-size: large;
	width: 830px;
}

div#tit {
	background: #FFFFFF;
	margin: 0px;
	padding: 3px;
	text-align: center;
	font-size: 22pt;
	font-weight: 700;
}

/* main */
div#main {
	background: #FFFFFF;
	margin: 0px;
	padding-top: 4px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 4px;
	min-width: 830px;
}


/* foot */
div#foot {
	margin: 0px;
	padding-top: 4px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 4px;
	width: 830px;
	font-size: 7pt;
	font-weight: 100;
	color: green;
	text-align:right;
}


/*  ********************* menu.css for navigation bar ********************* */
/* blue grades - root level; text properties for states: normal, hover, click */
.TM0i0 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	padding: 4px;
}

/* blue grades - root level; box properties for states: normal */
.TM0o0 {
	background: #3C76B2;
	border: 1px solid #2B547F;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

/* blue grades - root level; box properties for states: hover, click */
.TM0o1 {
	background: #4D99E6;
	border: 1px solid #2B547F;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

/* blue grades - sub levels; box properties for states: normal */
.TM1o0 {
	background: #4D99E6;
	border: 1px solid #2B547F;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}

/* blue grades - sub levels; box properties for states: hover, click */
.TM1o1 {
	background: #3C76B2;
	border: 1px solid #2B547F;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}
