#main_box {
	height: 599px;
	width: 739px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFFFFF;
	margin-bottom: 50px;
}
body {
	line-height:15px;
	color: #58585A;
	text-align:center;
}
li {
	margin-top: 0px;
	margin-bottom: 6px;
}
#articles {
	width: 128px;
}

#bottom {
	clear: both;
	float: left;
	height: 214px;
	width: 739px;
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
}
#bluebox {
	float: left;
	height: 365px;
	width:191px;
	background-color: #67769C;
	color: #FFFFFF;
	overflow: visible;
	font-family: 'Trebuchet MS',Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:14px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 0px;
	clear: right;
	text-align:left;
}
#smallbrownbar {
	background-color: #A19E6E;
	clear: both;
	float: left;
	height: 3px;
	width: 518px;
}
#crop {
	height: 365px;
	width: 518px;
	overflow: hidden;
	background-color: #A19E6E;
}

#heading {
	clear: both;
	float: left;
	height: 20px;
	width: 100%;
	background-color: #A19E6E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-variant: small-caps;
	color: #FFFFFF;
	text-align: center;
	vertical-align: top;
	padding-top: 0px;
}
#menu {
	float: left;
	height: 362px;
	width: 518px;
	clear: none;
}
p {
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	text-align:left;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
}
UL
{
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
}
#intlogo {
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	clear: both;
	float: left;
	height: 134px;
	width: 100%;
}
#meetmiddle {
	clear: both;
	float: left;
	width: 100%;
	background-color: #FFFFFF;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6A6C77;
	font-weight: normal;
}
#main_box2 {
	height: 639px;
	width: 739px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFFFFF;
}
#meetcontent {
	height: 312px;
	overflow: auto;
	padding-right: 4px;
}
.basictxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #58585A;
}
#servetable {
	height: 380px;
	overflow: auto;
	width: 480px;
}
.bluesubhead {
	color: #67769C;
	font-weight: bold;
}

#button {
	width: 12em;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: #fff;
	font-size:12px;
	color: #333;
	}
#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		border-bottom: 1px solid #90bade;
		margin: 0;
		}

#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #67769C;
		color: #67769C;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		border-left: 10px solid #A19E6E;
		background-color: #eeeeee;
		color: #000;
		}