body
{
	margin: 0px 0px 0px 0px; 
	text-align: center; 
	font-family: Arial; 
	font-size: small;
	background-color: #384ea1;
}

.maindiv 
{
	width:1001px; 
	height:650px; 
	border:1px solid gray; 
	background-color: #ececec;
}

.leftdiv
{
	width: 140px; 
	height: 490px; 
	border-right: 0px solid gray; 
	float: left; 
	background: url('../images/metallic2.gif'); 
	padding-top: 160px; 
	padding-left: 10px;
	text-align: left;
}

.topright 
{
	height: 150px; 
	width: 851px; 
	border-bottom: 1px solid gray; 
	float: right; 
	background: url('../images/metallic.gif');	
}

.content
{
	width: 828px; 
	height: 464px;
	padding-right: 100px; 
	float: right; 
	border: 0px solid blue; 
	background: url('../images/back.gif') no-repeat bottom right;
	text-align: left;
	padding: 10px 10px 10px 10px;
	overflow-y: scroll; 
	font-family: 'Times New Roman';
}

.content3
{
	width: 500px; 
	border: 0px solid black;
	text-align: justify;
}

h1
{
	color: #564ea1;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	border: 0px solid red; 
}

h4
{
	color: #564ea1;
	margin: 10px 0px 5px 0px;
	padding: 0px;
}

.textlink
{
	font-weight: 900;
	color: #564ea1;
}

.textlink:visited
{
  font-weight: 900;
	color: #564ea1;	
}

.bottomback
{
	width: 836px;
	background: url('../images/bottomback.gif');
	height: 15px;
	text-align: right;
	padding-right: 15px;
}

.menupic
{
	border: none;
}

.menu2div
{
	height:30px;
	text-align: right;
	bottom: 0px;
	vertical-align: bottom;
	top: 120px;
	position: relative;
	padding-right: 15px;
}

.belowmenu
{
  padding-top: 186px;
  padding-left: 7px;
  border: none;
}

.secret 
{
	display: none; 	
}

