body{
	background :#FCFCE8;
	color : Navy;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}

code {
	margin-left : 10%;
	margin-right : 3%;
	font-size : 95%;
}

.t1 {
	color: silver;
	text-align: center;
	font: bold 120px/120px Times, serif;
	text-shadow: 4px;
	margin-top: 10px;
	border:0;
	display : block;
}

.t2 {
	color: #F80033;
	text-align: center;
	margin-top: -47px;
	border:0;
	font: italic 72px/72px Times, serif;
	text-shadow: 0.2em 0.2em;
	margin-bottom: 10px;
	display : block;
}


.left{
	float: left;
}

.right{
	float: right;
	position : relative;
}

P.dc1:first-letter{
	font-size: 300%;
	font-weight: bold;
	float: left;
	margin-left : 10px;
	padding-right : 5px;
	padding-bottom : 30px;
	vertical-align : baseline;
	}
	
.lks {
	font-family: "Trebuchet MS", Verdana, Arial, helvetica, sans-serif;
	color: #000099;
	background-color: inherit;
	text-align: center;
	font-weight : bold;
	font-size : 8pt;
	padding-top : 1px;
	line-height : 20pt;
	border-bottom : 1px;
	border-bottom-style : solid;
}

#content {
	background : #FCFCE8;
	padding : 10px 7px 3px 20px;
	text-align : left;
	}

#menu {
	float : left;
	margin : 0px 0px 0px 0px;  
	/* The order is top, right, bottom, left*/
	padding : 0px 0px 0px 0px;
	background-color : #90BADE;
	color : #333333;
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size: .8em;
	width : 130px;
}

html>body #menu li a {
	width : auto;
}

#menu li {
	border-bottom : 1px solid #90BADE;
	margin : 0px 0px 0px 0px;
}

#menu li a {
	background-color : #1958B7;
	border-left : 10px solid #0948A7;
	border-right : 10px solid #407FB4;
	color : #FFFFFF;
	display : block;
	padding : 4px 5px 4px 5px;
	text-decoration : none;
	width : 100%;
}

#menu li a:hover {
	background-color : #2586D7;
	border-left : 10px solid #1C64D1;
	border-right : 10px solid #5BA3E0;
	color : #FFFFFF;
}

#menu ul {
	border : none;
	list-style : none;
	/*The 30px is for netscape 4.7 only, 
	it is redefined in the url linked style sheet */
	margin : -30px;
	padding : 0px 0px 0px 0px; 
}

#footer {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	MIN-WIDTH: 400px;
	PADDING-TOP: 10px;
	font-family : "Trebuchet MS", Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size :0.9em;
	margin-top : 5px;
	margin-left : 150px;
}

DIV#footer p{
	text-align : center;
	font-size : .8em;
	font-family : Verdana, Arial, helvetica, sans-serif;
	font-weight : bolder;
	line-height : .9em;
	margin : 0px 0px;
}

div.float {
  float: left;
  margin-left : 10px;
  margin-right : 10px;
  margin-top : 10px;
  margin-bottom : 10px;
  }
  
div.float p {
   text-align: center;
   background-color : Gray;
   color : White;
   }

   div#content p{
	margin : 0.7em 3% 0.8em 4%;
}


