@CHARSET "UTF-8";

body {
	font: 90% helvetica, arial, sans-serif;
	margin: 0;
	background-color: #F0F0F0;
}

#header {
	height: 150px;
	background-color: #FF8000;
	background-repeat: repeat;
	background-position: bottom;
	background-image: url('shade.png');
	background-position: bottom;
	background-color: #FF8000;
}

#header h1 {
	position: relative;
	top: 6px;
	bottom: 6px;
	text-align: center;
	line-height: 30%;
}

#header h3 {
	position: relative;
	top: 6px;
	text-align: center;
	line-height: 50%;
}

#header h4 {
	position: relative;
	top: 6px;
	text-align: center;
	line-height: 50%;
}

#navigation {
	float: left;
	width: 170px;
}

#leftbar {
	float: left;
	width: 150px;
	margin-top: 10px;
	margin-left: 20px;
	font-size: 11px;
	}

#navigation p {
	margin-left: 10px;
	font-size: 50%;
	}

#menu4 {
	position: relative;
	left: 0px;
	width: 160px;
	border-style: solid solid none solid;
	border-color: #E76100;
	border-size: 1px;
	border-width: 1px;
}

#menu4 ul {
	margin: 0px;
	padding: 0px;
	top: 2px;
	left: 5px;
	list-style: none;
}

#menu4 li a {
	text-height: 20px;
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
}

#menu4 li a:link,#menu4 li a:visited {
	color: #000000;
	display: block;
	background: url(menu4.gif);
	padding: 8px 0 0 30px;
}

#menu4 li a:hover {
	color: #fff;
	background: url(menu4.gif) 0 -32px;
	padding: 8px 0 0 30px;
}

#menu4 li a:active {
	color: #fff;
	background: url(menu4.gif) 0 -64px;
	padding: 8px 0 0 30px;
}

#content {
	margin-top: 10px;
	margin-left: 180px;
	padding-bottom: 10px;
	min-height: 100%;
}

#ttitle {
	font-family: serif,times;
	font-style: italic;
	}

#abstract {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 50px;
	width: 600px;
	font-family: serif, times;
	}

#footer {
	clear: both;
	bottom: 0 !important;
	bottom: -1px;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #aaaaaa;
	text-align: center;
	font-size: 50%;
	height: 25px;
	background-image: url('shade.png');
	background-position: bottom;
}

#footer p {
	margin-left: 0px;
	padding-top: 8px;
}
