body {
	background-color: white;
	color: Black;
	margin: 0px;
	font: normal 1em serif;
}
a {
	color:#003399;
	text-decoration: None;
}
a:hover{
	color:#1b68db;
}
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 125px;
	background: transparent url("images/back.jpg") repeat top left;
	
}
#header1 {
	position: absolute;
	top: 120px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 125px;
	background: transparent url("images/back.jpg") repeat top left;
}


#nav {
	position: absolute;
	top: 280px;
	left: 25px;
	width: 160px;
	font: larger;
	font-weight: light;
	line-height: 120%;
}
#nav1 {
	position: absolute;
	top: 180px;
	left: 25px;
	width: 160px;
	font: larger;
	font-weight: light;
	line-height: 120%;
}

#content1{
	
	margin-top:180px;
	margin-right:0px;
	margin-left:220px;
	margin-bottom:0px;

}

#content{

	margin-top:150px;
	margin-right:250px;
	margin-left:220px;
	margin-bottom:0px;
	
}

#content2{
	
	margin-top:0px;
	margin-right:250px;
	margin-left:250px;
	margin-bottom:0px;

}
#content3{
	
	margin-top:130px;
	margin-right:250px;
	margin-left:260px;
	margin-bottom:0px;

}

.ulink{
	
	text-decoration: underline;
}