body {
	background-color:#14508E;
}
#buttons {
	position: absolute;
	padding-top:75px;
	margin-left: 2%;
	top: 250px;
	left:0px;
	height: 50px;
	width:97%;
	text-align:center;
}
#buttons a {
	margin:0 2%;
	color:#FFF;
	padding-top: 70px;
	background-repeat: no-repeat;
	background-position: center 0px;	
	text-decoration:none;
	font-weight:bold;
}
#buttons a:hover {
	color: #FFCC00;
}
a.aboutus {
	background-image: url(images/aboutus1.gif);
}
a.aboutus:hover {
	background-image: url(images/aboutus2.gif);
}
a.databank {
	background-image: url(images/databank1.gif);
}
a.databank:hover {
	background-image: url(images/databank2.gif);
}
a.quality {
	background-image: url(images/quality1.gif);
}
a.quality:hover {
	background-image: url(images/quality2.gif);
}
a.newsroom{
	background-image: url(images/newsroom1.gif);
}
a.newsroom:hover {
	background-image: url(images/newsroom2.gif);
}
a.contactus {
	background-image: url(images/contactus1.gif);
}
a.contactus:hover {
	background-image: url(images/contactus2.gif);
}
a.login {
	background-image: url(images/login1.gif);
}
a.login:hover {
	background-image: url(images/login2.gif);
}

#toptext, #leftpara, #rightpara {
	position:absolute;
	color:#AAFFFF;
	font-weight: bold;
}
#toptext {
	width: 65%;
	left: 20%;
	top: 120px;
}
#leftpara, #rightpara {
	width:40%;
}
#leftpara {
	left: 5%;
	top:390px;
}
#rightpara {
	right: 5%;
	top: 420px;
}
#copyright {
	position:absolute;
	top:575px;
	right:5%;
	width:300px;
	height:20px;
	text-align:right;
	color:#aff;
	font-size:75%;
	font-weight:bold;
}
#rightpara span {
	color:#FFF;
	font-size: 150%;
}
form {
	margin: 0;
	padding: 0;
}
#login {
	position:absolute;
	margin-left: 50%;
	left:-185px;
	width: 400px;
	height:auto;
	text-align:left;
	display:none;
	padding: 15px 5px 5px 5px;
	border: 3px solid #fff;
	background-image: url(../images/disclaimer.jpg);
	background-repeat: no-repeat;
	font-size:85%;	
	color: #000;
	padding: 15px 5px 5px 5px;
	background-color: #AD5796;
}
#login table td {
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.btn {
	margin-top:3px;
	background-color:#fff;
	color:#000;
	border: 1px solid #000;
	padding: 0 5px;
}
.btnHover {
	margin-top:3px;
	background-color:#fff;
	color:#f00;
	border: 1px solid #FF6600;
	padding: 0 5px;
}
#login button:hover {
	color: #FF0000;
}
#disclaimer {
	position: absolute;
	top: 570px;
	right:8%;
}
#disclaimer a {
	font-size:90%;
	padding-left: 20px;
	color:#77B5FF;
	text-decoration:none;
	background-image: url(images/triangle1_b.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
}
#disclaimer a:hover {
	color: #fff;
	background-image: url(images/triangle2_b.gif);
	text-decoration:underline;
}
#disclaimerText {
	position: absolute;
	right: 7%;
	top: 313px;
	width:430px;
	display:none;
	padding: 15px 5px 5px 5px;
	border: 3px solid #fff;
	background-image: url(../images/disclaimer.jpg);
	background-repeat: no-repeat;
	font-size:85%;
}
a.normal {
	color:#B90000;
	text-decoration:underline;
}
a.normal:hover {
	color: #f00;
}


#forgotPass {
	position:absolute;
	top:200px;
	right: 2%;
	width: 370px;
	height:auto;
	text-align:left;
	display:none;
	padding: 15px 5px 5px 5px;
	border: 3px solid #fff;
	background-image: url(../images/disclaimer.jpg);
	background-repeat: no-repeat;
	font-size:85%;	
	color: #000;
	padding: 15px 5px 5px 5px;
	background-color: #AD5796;
}
#forgotPass table td {
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#activation {
	background-color:#AD5796;
	background-image:url(../images/disclaimer.jpg);
	background-repeat:no-repeat;
	border:3px solid #FFFFFF;
	color:#000000;
	display:none;
	font-size:85%;
	left:100px;
	padding:15px 5px 5px 5px;
	position:absolute;
	top:100px;
	width:400px;
	z-index:500;
}

#changePass {
	position:absolute;
	margin-left: 50%;
	left:-185px;
	width: 400px;
	height:auto;
	text-align:left;
	display:none;
	padding: 15px 5px 5px 5px;
	border: 3px solid #fff;
	background-image: url(../images/disclaimer.jpg);
	background-repeat: no-repeat;
	font-size:85%;	
	color: #000;
	padding: 15px 5px 5px 5px;
	background-color: #AD5796;
	z-index:500;
}
#changePass table td {
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
