body {
	margin: 30px;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 12pt;
	text-align: left;
	color: #0c6634;
}

#navbar {
    width: 375px;
    position: absolute;
    
}

#navbar a {
    color: #0c6634;
    text-decoration: none;
}

#navbar a:hover, #navbar a.red:hover {
    color: #ff9933;
}

#navbar ul {
    list-style: square;
}

#navbar li {
    line-height: 140%;   
}

#navbar li.red, #navbar a.red {
    color: red;
}



.thispage {
    color: gray;
    font-size: 14pt;
    font-weight: bold;
}

#logo {
	font-size: 36pt;
	font-weight: bold;
}

#copy {	
	font-size: 12pt;
	position: absolute;
	margin-top: 800px;
	margin-left: 100px;
}

#copysmall{
	color: #000000;
	font-size: 10pt;
	position: absolute;
	margin-top: 850px;
	margin-left: 100px;
}

#catimage {
    position: absolute;
    left: 375px;
}


.floatingcaption { 
    display:none;
    position:absolute;
    text-align: center;
    font-family: "Helvetica", "Arial", sans-serif;
    font-size: 12pt;
    color: #0c6634;
    border-style: solid;
    border-color: #0c6634;
    cursor: pointer;
    padding: 4px;
    width: 170px;
    background: transparent; 
    background-color: white; // or use #FEFFE6; 
    opacity: .8; 
    filter:alpha(opacity=80); /* IE's opacity*/ 
}
