a.plain {
	text-decoration: none;
	color: darkblue;
}
H1 {
	position: absolute;
	top: 30px;
	left: 200px;
	width: 450px;
	font-size: 24;
	color: darkblue;
	background-color: Beige;
	border-style: solid;
	border-color: white gray gray white;
	border-width: 4px 4px 4px 4px;
	font-family: Arial;
}

H2 {
	position: relative;
	width: 325px;
	font-size: 18;
	color: darkblue;
	background-color: Beige;
	border-style: solid;
	border-color: tan tan tan tan;
	border-width: 1px 1px 1px 1px;
	font-family: Arial;
	align: center;
}

H3 {
	position: relative;
	width: 200px;
	font-size: 14;
	background-color: darkblue;
	border-style: solid;
	border-color: white gray gray white;
	border-width: 4px 4px 4px 4px;
	font-family: Arial;
}

H4 {
	font-size: 14;
	color: darkblue;
	font-family: Arial;
}

ul{
	list-style-image: url("LogoVCOA_015.gif")
}

td{
	font-family: Arial;
	font-size: 12pt;
}

body {
background: beige;
}

#header {
	position: absolute;
	top: 5px;
	left: 5px;
}

#right {
	position: absolute;
	top: 190px;
	left: 150px;
	height: ;
	width: 736px;
	background-color: #c3ddf5;
	font-family: Arial;
	font-size: 12pt;
}

#logo {
	font-family: Arial;
	font-size: 13.5pt;
	color: darkblue;
	font-weight: bold;
}
#left {
	position: absolute;
	top: 190px;
	left: 5px;
	width: 139px;
	height: 600px;
	background-color: Beige;
	border-style: solid;
	border-color: tan tan tan tan;
	border-width: 1px 1px 1px 1px;
	font-family: Arial;
	font-size: 10pt;
}
