body{
	font-family : "Trebuchet MS", Georgia, Times, serif;
	color : black;
    padding : 0;
    margin : 0;
    background-image: url(images/bg.png);
    background-repeat : repeat-x;
}
#content{
   padding-top : 120px;
   padding-bottom : 30px;
   padding-left : 310px;
   padding-right : 2%;
}
#content h1{
	font-family : "Trebuchet MS", Georgia, Times, serif;
	font-size : 120%;
	font-weight : normal;
	color : #009900;
	background-color : #FFFFFF;
}                     
#content h2{
	font-family : "Trebuchet MS", Georgia, Times, serif;
    font-size: 100%;
    font-weight: bold;
    color: #009900;
    background-color : transparent;
}
#content p{
      font-family : "Trebuchet MS", Georgia, Times,serif;
      font-size : 80%;
      font-weight : normal;
      color : #000;
      background-color : transparent;
      line-height : 140%;
}
#content a {color: red}
#content a:hover { color: #009900}
#script{
    position : absolute;
    top : 12px;
    right : 0;
    text-align : right; /*Mild hack for Netscape 4*/
}
#image{
	position : absolute;
	top : 10px;
	left : 15px;
	width : 150px;
	background-color: #FFFFFF;
	height: 116px;
} 
#navigation{
       position : absolute;
       top : 360px;
       left : 15px;
       width : 280px;
	   background-color: #009900;
}                     
#navigation a{
	font-family: "Trebuchet MS", Georgia, Times, serif;
	color : #F9EFD8;
	background-color: transparent;
	font-weight: bolder;
}
#navigationtop{
    font-family: "Trebuchet MS", Georgia, Times, serif;
	color : #F9EFD8;
	font-weight: bolder;
	position : absolute;
    top : 110px;
    left : 310px;
    width : 800px;
	background-color: #009900;
}                     
#navigationtop a{color : #F9EFD8;}
#navigationtop a:hover { color: black}
.list{
    font-family: "Trebuchet MS", Georgia, Times, serif;
	color : #F9EFD8;
    font-size : small;
}
.smallfont{
	font-family : "Trebuchet MS", Georgia, Times, serif;
	color : black;
	font-size: xx-small;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: regular;
	font-size: x-small;
	background-color: transparent;
	align: right;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: small;
	background-color: transparent;
	align: right;
}
