body{	background-color: #003300 ;
        margin-top: 0px; margin-bottom: 10px;
        margin-left: 0px; margin-right: 0px;
	}

div.header{
	background-image: url(/images/header.jpg);
        background-repeat: no-repeat ; 
        background-position: top right ;

	}

div.menu{       
                position: absolute ;
		left: 10px ;
		top: 100px ;
		width: 150px ;
		margin-top: 0px; margin-bottom: 10px;
                margin-left: 10px; margin-right: 10px;
		padding: 0px;
                text-align: left;
                font-family:times,serif ;
                font-size: 1.0em ;
                font-weight: bold ;
                color: #cccc99 ;
                border-style: solid ;
        }


div.content{	position: absolute ;
                top: 100px;
                left: 185px;
		margin-top: 0px; margin-bottom: 10px;
                margin-left: 0px; margin-right: 10px;
		font-family:timds,serif ;
		font-size: 1.0em ;
		color: #cccc99 ;
		border-style: solid ;
		background-color: #004400 ;
		padding: 10px ;
	}

.footer{
	font-size: 0.8em ;
	color: #cccccc ;
	text-align: center ;
}

h2{	margin: 0px 0px 0px 0px ;
	color: #ff6600 ;
	background-color: #000066 ;
	}
a{
        text-decoration: none ;
        }

a:link{
        color: #00ee00 ;
        text-decoration: none ;
        }

a:visited{
        color: #00cc00 ;
        text-decoration: none ;
        }

a:hover{
        color: #00ff00 ;
        text-decoration: none ;
	background-color: #000066 ;
        }

a:hover.footer{
	text-decoration: none ;
	background-color: #004400 ;
	}

a.menu{
	display: block ;
	}

a:link.menu{
	color: #00cc00 ;
	text-decoration: none ;
	}

a:visited.menu{
	color: #00aa00 ;
        text-decoration: none ;
	}

a:hover.menu{
	color: #00ee00 ;
        text-decoration: none ;
	}
img.right{
	float: right ;	
	}

img.footer{
	vertical-align: baseline ;
	text-decoration: none ;
	border-style: none ;
}

.small{
	font-size: 0.6em ;
	}

div.wrapper{
        margin-top: 0px; margin-bottom: 10px;
        margin-left: 0px; margin-right: 10px;
        }

