div.rightfigure {
	float: right;
  	width: 40%;
  	border: thin silver solid;
  	margin: 0.5em;
  	padding: 0.5em;
	text-align: center;
}

div.leftfigure {
        float: left;
        width: 40%;
        border: thin silver solid;
        margin: 0.5em;
        padding: 0.5em;
        text-align: center;
}

div.bigleftfigure {
        float: left;
        width: 50%;
        border: thin silver solid;
        margin: 0.5em;
        padding: 0.5em;
        text-align: center;
}

div.bigrightfigure {
        float: right;
        width: 50%;
        border: thin silver solid;
        margin: 0.5em;
        padding: 0.5em;
        text-align: center;
}

div.bigcenterfigure {
        float: center;
        width: 100%;
        margin: 0.5em;
        padding: 0.5em;
        text-align: center;
}

p.caption {
	font-weight: normal;
  	font-size: 12px;
 	text-indent: 0;
}

p.acknowledge {
        font-weight: bold;
        font-size: 8px;
        text-indent: 0;
}

div.menu {
	position: absolute;
	left: 0px;
	top: 100px;
	align: center;
	padding-top: 10px;
	margin: 5;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 150px;
	border-width: 2px 2px 2px 2px;
	border-style: groove;
	border-color: #BBBBBB;
	background-color: #E2E2E2;
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

div.content {
	position: absolute;	
	width: 550px;
	left: 180px;
	top: 0px;
	bottom: 10px;
	height: 100%;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	font-family: Lucida;
	font-size: 14px;
        line-height:15px;
}
	
a:link {
  color: #AA2200; 
  text-decoration: none; 
}

a:visited {
  color: #CC3300; 
  text-decoration: none; 
}

a:hover { 
  color: #000099; 
  text-decoration: none; 
}

a:active {
  color: #999999; 
  text-decoration: none; 
}

body { font-family: Lucida }
p { font-family: Lucida }
h1 { font-family: Helvetica, sans-serif; font-size: 48px }
h2 { font-family: Helvetica, sans-serif; font-size: 36px }
h3 { font-family: Helvetica, sans-serif; font-size: 20px }


.title { font-family: Helvetica, sans-serif; font-size: 48px; font-weight: bold }
.footer {  font-family: Arial, Helvetica, sans-serif; font-size: 12px }
.heading {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #3366CC; font-weight: bold}
.subheading {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #3366CC; font-weight: normal}
.homelink { color: #0033CC; font-size: 16px; text-decoration: none}





