body{
margin:0;
padding:0;
line-height: 1.5em;
background-color:#EEEEEE
/* background-image: url(images/bloom4.gif); */
}

/* ######### Left Column ######### */


#leftcolumn{
float: left;
width: 230px;
background: #ffae01;
margin-right: 20px; /* space between left column and right column */
}

#leftcolumn #navbar{
width: 150px; /* width should be 230 - logoWidth */
float:left;
}

.markermenu{
width: 100%; /* width of menu */
}

.markermenu ul{
list-style-type: none;
margin: 0;
margin-top: 15px;
padding: 0;
}

.markermenu ul li a{
background: transparent url(images/arrow-list.gif) no-repeat 2px center;
font: 14px Arial, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
margin-bottom: 3px;
line-height: 1.1em;
padding-left: 20px;
text-decoration: none;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: white;
}

.markermenu ul li a:hover{
color: black;
background-image: url(images/arrow-list-red.gif); /* onMouseover image change. Remove if none */
}

/* Holly Hack for IE \*/
* html .markermenu ul li { height: 1%; }
* html .markermenu ul li a { height: 1%; }
/* End */


/* ######### Top Section ######### */

#topsection{
width: 690px;
float: left;
background:white;
padding: 0;
}

.underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
margin: 0;
margin-bottom: 1em;
border-bottom: 4px solid #ffae01;
text-align: left; /* set value to "left", "center", or "right" */
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
font: 14px Arial, Helvetica, sans-serif;
color: black;
padding: 6px 4px 4px 3px; /* top padding is 6px, bottom padding is 4px */
margin-right: 20px; /* spacing between each menu link */
text-decoration: none;
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
background: #ffae01;
color: black;
}

/* ######### Content Column ######### */

#contentcolumn{
	width: 690px;
	text-align: justify;
	float: left;
	background-color: #FFF;
	line-height: 1.6em;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666;
}

#contentcolumn p{
margin: 30px;
}

#contentcolumn #rightimage{
float: right;
width: 230px;
background: white
opacity: 1;
margin-left: 30px;
position: relative;
}

/* ######### Bottom Section ######### */

#footnote{
float: left;
font: normal 10px Arial, Helvetica, sans-serif;
line-height: 5em;
padding: 0;
margin-left: 15px;
color: #999;
text-decoration: none;
}
