﻿* {
	margin:0;
	padding:0;
	border:0;
}
html {
	padding:0.5em;
	background:#4E4E4E;
}
body {
	font-size:0.85em;
	margin:auto;
	width:60em;
	background-color:white;
}
#header {
	width:100%;
	background:#36884A;
	font-family:Arial, Helvetica, sans-serif;
}
#header #icon {
	padding:2.5em;
	background:url("logo.png") no-repeat center;
}
#header #slogan {
	width:45%;
	padding:0.5em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#header #slogan div {
	color:#CFD0CA;
}
#header #slogan a {
	color:#E5A48E;
	text-decoration:none;
	font-size:120%;
	font-variant:small-caps;
}
#header #caption {
	width:55%;
	background:url("caption.jpg") no-repeat top left;
}
#menu {
	background:url("menu.gif") repeat-x center;
	height:26px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:80%;
}
#menu table {
	height:100%;
}
#menu td {
	background:url("menuitem.gif") no-repeat left;
	padding-left:1.5em;
	padding-right:1em;
}
#menu a {
	color:White;
	text-decoration:inherit;
	font-weight:bold;
}
#menu a:hover {
	text-decoration:underline;
}
#page {
	margin:1em;
}
#page h1 {
	padding-left:1em;
	padding-bottom:0.1em;
	background:url("h1boolet.gif") no-repeat left center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:150%;
	color:#7a7a7a;
}
#page h2 {
	margin-top:0.5em;
	padding-top:0.5em;
	font-size:125%;
	font-weight:normal;
	color:#7f7f7f;
}
#page ul {
	margin-left:3em;
	margin-top:1em;
	margin-bottom:1em;
	font-size:85%;
	line-height:1.5em;
}
#news {
	float:right;
	width:25%;
}
#newslist {
	background:url("newsbar.gif") repeat-y left;
	margin-left:1em;
	padding-left:0.5em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#newslist h2 {
	background:url("newshead.gif") no-repeat top left;
}
.date {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:75%;
	font-weight:bold;
}
#newslist p {
	font-size:85%;
	font-weight:lighter;
}
#content {
	width:75%;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}
#content p {
	font-size:smaller;
	margin-top:1em;
}
.bigpicture {
	max-width:100%;
	margin-top:1em;
	margin-bottom:1.5em;
}
.important {
	font-weight:bolder;
}
.note {
	max-width:100%;
	margin:0 2em 0 2em;
	padding:1.5em 2em 1.5em 2em;
	border-style:solid;
	border-color:Red;
	border-width:2px;
	background-color:#F5F5F5;
	font-size:large;
	font-weight:bold;
}
#footer {
	clear:both;
	padding:2em;
	background:#dddddd;
	color:#878787;
	font-size:smaller;
	text-align:center;
}
