html {
	margin: 0px;
	padding: 0px;
	}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: lighter;
	color: #000066;
	}
	
td.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	color: #000066;
	}
	
A:link{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal;
	font-weight: lighter;
	color: #000066;
	text-decoration: none;
	}
	
A:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter; 
	color: #000066;
	text-decoration: none;
	}
	
A:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal; 
	font-weight: lighter;
	color: #000066;
	text-decoration: none;
	}
	
A:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-style: normal; 
	font-weight: lighter;
	color: #ff0066
	}
	
.heading {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: lighter;
	color: #ffffff;
	text-align: center
	}
	
.description {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: lighter; 
	color: #000066;
	text-align: justify;
	}

.part {
	position: relative;
	clear: all;
	font-size: 0.8em;
	/*margin-bottom: 75px; */
	/*padding-top: 50px;*/
	padding-bottom: 50px;
	
	}
.part img {
	float: left;
}
.part h3 {
	/*text-align: center;*/
	margin-left: 80px;
}

.part span {
	color: #999999;
	}


#logo {
	position: absolute;
	background: url(./images/logo.gif) no-repeat top left;
	height: 89px;
	top: 0;
	left: 0;
	z-index: 20;
	width: 140px;
	}

#bg1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	background-color: #000033;
	z-index: 1;
	margin-bottom: 0px;
}

#bg2 {
	position: absolute;
	top: 32px;
	left: 0px;
	width: 100%;
	height: 25px;
	background-color: #6699ff;
	z-index: 1;
	margin-bottom: 0px;
}

#toplinks {
	position:  absolute;
	float:right;
	top: 57px;
	margin 0;
	padding 0;
	z-index: 50;
	}

#toplinks ul {
	list-style: none;
	margin 0;
	padding 0;
	}

#toplinks li {
	float: right;
	margin: 0 0.8em 0.2em 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: lighter;
	color: #000066;
	}

#toplinks li a	{
	text-decoration: none;
	color: navy;
	}

#toplinks li a:hover {
	color: red;
	}