@charset "utf-8";
/* CSS Document */

html, body{
	margin: 0;
	padding: 0;
}

html{
	overflow:scroll;
}
td{
	vertical-align: top;
}

#_page_header_{
	height: 150px;
	background-image:url(images/header.png);
}

#_page_menu_{
	height: 38px;
	background-image:url(images/menu.png);
	text-align:center;
}

#_page_main_content_{
	padding-left:6px;
}

#_page_footer_{
	text-align:center;
}

.box_title{
	vertical-align:middle;
	text-align: center;
	padding-right:15px;
	color:#DFDFDF;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

._box_content{
	background-image:url(images/_box_r.jpg);
	background-repeat:repeat-y;
	background-position:right;
	padding-right:15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#_menu_table{
	margin-left:30px;
	margin-top: 7px;
	font-size:25px;
	margin-right:30px;
	width:740px;
	text-align:right;
}

#_menu_home:hover{
	background-image:url(images/_menu_home_selected.jpg);
}
#_menu_home{
	background-image:url(images/_menu_home.jpg);
}
#_menu_constitution:hover{
	background-image:url(images/_menu_constitution_selected.jpg);
}
#_menu_constitution{
	background-image:url(images/_menu_constitution.jpg);
}
#_menu_contact:hover{
	background-image:url(images/_menu_contact_selected.jpg);
}
#_menu_contact{
	background-image:url(images/_menu_contact.jpg);
}
#_menu_events:hover{
	background-image:url(images/_menu_events_selected.jpg);
}
#_menu_events{
	background-image:url(images/_menu_events.jpg);
}
#_menu_calendar:hover{
	background-image:url(images/_menu_calendar_selected.jpg);
}
#_menu_calendar{
	background-image:url(images/_menu_calendar.jpg);
}

.menu_item{
text-decoration:none;
display:block;
width:125px;
background-repeat:no-repeat;
background-position:center top;
}

.menu_item:hover{
cursor:pointer;
}

