@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#header {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}

#main_photo {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}

#main_body {
	background-image: url(/images/content_back.jpg);
	background-repeat: repeat-y;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}

#menu {
	float: left;
	width: 200px;
}

#content {
	float: left;
	width: 690px;
	padding-right: 30px;
	padding-left: 20px;
}

.clear {
	clear: both;
	height: 0px;
}

#footer {
	background-image: url(/images/footer.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	padding-top: 30px;
	font-size: 11px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu li {
	list-style-type: none;
	background-image: none;
	padding: 0px;
}

#menu li a {
	display: block;
	background-image: url(/images/menu_item_back.jpg);
	line-height: 26px;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: right;
	padding-right: 20px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

table.publications {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

table.publications th {
	color: #4B8636;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BF7E18;
}

table.publications td {
	background-color: #FFFAD7;
}
#main_photo #home_scroller {
	background-color: #FFF199;
	height: 220px;
	width: 900px;
	padding-right: 20px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4A8630;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

