html {	padding:0;	margin:0;	border:0;	font-size: 1em; 	font-family: times new roman;
	color: rgb(0,40,50);
}
body {	padding:0;	margin:0; 
	border:0;
	background: white;}
h2 {
	margin:0;
	font-size: 1.3em;
	line-height:1.3em;}
#content {
	position: absolute;
	top: 0;
	left:9em;
	padding: .5em 1em .5em 2em;}
#banner {
	z-index:10;	position: absolute;
	top:0;
	width: 7em;
	padding: 0em;
	padding-left:2em;
	border-right: 1px rgb(200,200,200) dotted;
	height: 100%;}body>#banner {position: fixed;}

ul {
	padding:0;	margin:0; 
	list-style: none;

}
.green{ color:green;}
#content li{
line-height: 1.5em;

}
.large {
	padding-top:1.5em;

}

.small {
	font-size: .9em; 	
	list-style: circle inside;
	line-height: 1em;
	color: rgb(0,40,150);
	padding-top:.5em;	margin:0;
}
.small li {padding-bottom:.5em;}
img {
	border: 1px white solid;
	margin-bottom:0;
}
#main img {
	float: left;
	margin-right:2em;
	margin-bottom:2em;}
br {
	clear: left;
}a {	text-decoration: none;
	color: rgb(0,40,150);}
a:visited {
	color: purple;}
a:hover {	color: red;
	text-decoration: underline;}
a:hover img {
	border: 1px solid red;}

