body{
	background-color: #E6E6FA;
}
#container{
	position:absolute;
	top:0px;
	left:50%;
	margin-left: -400px;
	border:2px solid black;
	font-family : Arial, Helvetica, sans-serif;
	
}
	
	.head{border-bottom:3px groove #E8B518;}
	
	.menu{background-color:#cccccc;
	border-right:3px groove #E8B518;
	padding:5px;
	}
	
	td.link{
	width:160px;
	height:40px;
	text-align: center;
	font-size:10pt;
	font-weight:bold;
	
	
}
td.link2{
	width:160px;
	height:40px;
	text-align: center;	
	font-size:10pt;
	font-weight:bold;
}

	td.link a:link, td.link a:active,td.link a:visited{
	width:100%;
	height:100%;
	background-image : url("../images/jpgs/up.jpg");
	background-repeat : no-repeat;
	background-position : center;
	padding-top:12px;	
	color:#4A506F;
	
}
td.link2 a:link, td.link2 a:active,td.link2 a:visited{
	width:100%;
	height:100%;
	background-image : url("../images/jpgs/up.jpg");
	background-repeat : no-repeat;
	background-position : center;
	padding-top:2px;
	color:#4A506F;
}

td.link a:hover{
text-decoration:none;
background-image : url("../images/jpgs/over.jpg");
background-repeat : no-repeat;
	background-position : center;
	padding-top:12px;
	color:#E8B518;
	}
	
	
td.link2 a:hover{
text-decoration:none;
background-image : url("../images/jpgs/over.jpg");
background-repeat : no-repeat;
	background-position : center;
	padding-top:2px;
	color:#E8B518;
}
.content{
	background-color:#ffffff;
	padding:10px;
	background-image : url("../images/gifs/image002.gif");
	background-position : left;
	background-repeat : no-repeat;
}
.content2{
	background-color:#ffffff;
	padding:10px;
	}
	
	.floatr{float:right;
	padding:5px;
	}
	.floatl{float:left;
	padding:5px;
	}