/* CSS Document */

body {
	margin: 20px;
}
html p {
	margin: 0px auto;
}
#header {
	width: 880px;
}
#logo {
	width: 200px;
	float: left;
	margin: 10px;
}
#buttons {
	width: 620px;
	float: right;
	margin-top: 48px;
	text-align: right;
}
#buttons li {
	list-style: none;
	display: inline;
}
#menubuttons {
	width: 112px;
	height: 26px;
	background-image: url(../images/bt-off.gif);
	float: left;
	margin: 0 1px;
	padding: 0px;
}
#menubuttons a {
	color: #516D73;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 26px;
	padding: 0px;
}
#menubuttons a:hover {
	width: 112px;
	height: 26px;
	background-image: url(../images/bt-on.gif);
	float: left;
	color: #FFFFFF;
	line-height: 26px;
	padding: 0px;
}
#maincontent {
	background-color: #ECE9D8;
	padding: 20px;
	background-image: url(../images/corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
ul {
	margin: 0px auto;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #597A80;
}
a:link {
	color: #597A80;
}
a:visited {
	color: #597A80;
}
a:hover {
	color: #72969C;
}
a:active {
	color: #597A80;
}
.title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #597A80;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 1px solid #CCCC99;
}
.articlelink {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
}
.text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	text-align: justify;
}
.bottom {
	background-color: #CCCC99;
	height: 30px;
	line-height: 30px;
	border-top: 4px solid #597A80;
}
ul.articles {
	list-style-image: url(../images/bullet.gif);
}
.images {
	margin: 10px;
	border: 1px solid #FFFFFF;
}