#left {
	position: absolute;
	left:10px;
	top:50px;
	width:200px;
	border: 2px solid #27499F;
	z-index: auto;
	padding-left : 5px;
	padding-top : 5px;
	padding-bottom : 5px;
}
#center {
	padding-left : 20px;
	margin-left: 200px;
	margin-right: 200px;
}
#right {
	position: absolute;
	right:10px;
	top:50px;
}
body {
	font-family: verdana, arial, helvetica, sans Serif;
	background-color: #C6DEE4;
	font-size: smaller;
}

p.extrasmall {
	font-size : xx-small;
	/*background-color: Green; */
}

img {
	border-width: 0px;
}

h1 {
	font-family: verdana, arial, helvetica, sans Serif;
	background-color: #CEE3E8;
}
a:hover {
	background-color: #A3BEC5;
}
a:visited,link {
	color: black;
}
