body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
	color: #000000;
	margin: 4px auto 0;
	background-color: #6699ff;
	background-image: url(/graphics/web.gif);
	background-repeat: repeat;
}
#container {
	width: 780px;
	margin: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#leftsidebar {
	width:210px;
	float: right;
	height:632px;
	left: 1px;
	top: 2px;
	background-color: #99ccff;	
	border-style: outset;
	text-align: center ; 
	border: double ;
	vertical-align: text-top ;
	line-height: 1.3em ;
	display: block;
	padding: 1em ;
	color: #000;
	border-bottom-right-radius: 20px;
}
#leftsidebar a {
	display: block;
	color: #fec;
	background-color: #36c;
	padding: .2em;
	margin: .5em;
	border: ridge 5px #acf;
	border-radius: 6px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#leftsidebar a:hover {
	color: teal;
	background-color: #fec;
	border: ridge 5px #acf;
	padding: .2em;
	margin: .5em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#leftsidebar a#current {
	color: #fec;
	background-color: #006;
	padding: .2em;
	margin: .5em;
	border: inset 5px #acf;
}
#leftsidebar ul {
	list-style: none;
	padding: 3px 3px 3px 3px;
}
img.center {
	display: block;
	margin: auto;
	
}
	
	

#maincontent {
	width:480px;
	margin-left: 0;
	background-color: #ffe;
	padding: 1.2em;
	border: double 6px #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	

h1 {
	font-size : x-large;
	font-weight : bold;
	text-align : center;
	color : Black;
}
h2 {
	font-size : medium;
	font-weight : bold;
	text-align : center;
	color : Black;
}
h3 {
	color : Black;
	font-size : x-small;
	text-align : center;
}
dt {
	font-weight : bold;
}