/* CSS Document */

body{
	padding :0;
	margin :0;
	background-image: 
none;
	background-color: none;
: no-repeat;
	background-color: #fff7ed ;
	background-position: center top;

}

#content{
    font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: normal;
	color: #336600;
	padding-top : 190px;
	padding-bottom : 30px;
	padding-left : 230px;
	padding-right : 10%;
	
}

#content h1 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	font-weight: normal;
	color: #000066;
	background-color : transparent;
}

#content h2 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	font-weight: bold;
	color: #000000;
	background-color : transparent;
}

#content p{
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
	line-height : 140%;
		
}

#logo{
	position : absolute;
	top : 20px;
	left : 30px;
	z-index : 50;
	visibility: visible;

}

#script{
	position : absolute;
	top : 80px;
	right : 0;
	text-align : right; /*Mild hack for Netscape 4*/
	
}

#navigation{
	position: absolute;
	top : 204px;
	left : 20px;
	width : 143px;
	height: 800px;
	visibility: visible;


	
}

#navigation a{

	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	color : #993366;
	background-color: transparent;
	
}
.floatimgleft {
	float:left;
	margin-top:0px;
	margin-right:10px;
	margin-bottom:6px;
	position: absolute;
	height: 189px;
	width: 239px;
	left: 538px;
	top: 1916px;
	right: auto;
	bottom: auto;
	visibility: visible;



}
.floatimgright {
float:left;
margin-top:4px;
margin-right:10px;
margin-bottom:4px;
}
#imageleft {
  float:left;
  padding-right:7px;
  padding-bottom:7px;
  }
/*float left*/
.left
{
	float: left;
	margin: 0px;
	padding: 7px;

}

/*float right*/
.right
{
         float: right; /*right in our text*/
         margin: 3px; /*space around the image*/
}
a:link {
	color: #0000CC;
}
a:visited {
	color: #CC6600;
}
a:active {
	color: #00FF00;
}
