a:link {
	text-decoration: none;
	color: #003e51;
}
a:visited {
	text-decoration: none;
	color: #003e51;
}
a:hover {
	text-decoration: underline;
	color: #a3aa83;
}
a:active {
	text-decoration: underline;
	color: #a3aa83;
}

body {
	margin:0px; padding:0px;
	text-align:left;
	}

#wrapper {
background-color: #fff;
margin:0px auto;
width: 100%;
}

#header {
        background-color:rgb(143,157,163);
	position:relative;
	width:1109px;
	height:50px;
	z-index:2;
	top: 20px;
	margin: 0 auto;
        padding-top: 35px;
        
}
#headertext {
color:rgb(255,255,255);
top: -50px;
position:relative;
        padding-left:35px;
        z-index:280;
        width:420px;
	height:32px;
        font-family: 'Poppins';
       font-size: 32px;
font-weight: normal;
	line-height: 32px;
}
#middle {
	position:relative;
	width:1109px;
	height:500px;
	z-index:3;
	left: 0px;
	top: -25px;
	margin: 0 auto;
        background-color: #FFF;
}
#footer {
	position:relative;
	width:1109px;
	height:70px;
	z-index:4;
	top: -25px;
	background-color: #dcd6d0;
	margin: 0 auto;
}
#logo {
	position:absolute;
	width:145px;
	height:48px;
	z-index:5;
	left: 25px;
	top: 20px;
}
#login_box {
	position:absolute;
	width:278px;
	height:147px;
	z-index:6;
	left: 85px;
	top: 270px;
	background-color: rgb(143,157,163);
}
#logintitle {
	position:relative;
	width:250px;
	top:-20px;
	z-index:6;
	font-size:11pt;
	color: rgb(255,255,255);
font-family: 'Poppins';
}
#producttitle {
      font-size:12pt;
	color:rgb(31,50,62);
	position:relative;
	height:1px;
	padding-left:10px;
	 font-family: 'Poppins';
}
#productlink {
      padding-top:3px;
      padding-left:20px;
      font-size:12pt;
	color:rgb(46,100,93);
	font-family:'Poppins';
text-align=justify;
}
#newstitle {
      font-size:12pt;
	color:rgb(31,50,62);
	position:relative;
	height:1px;
	padding-left:10px;
       padding-top:15px;
	 font-family: 'Poppins';
}
#newslink {
      padding-top:3px;
      
      font-size:12pt;
	color:rgb(31,50,62);
	font-family:'Poppins';

}
#product_box {
	position:absolute;
	width:318px;
	height:170px;
	z-index:7;
	left: 402px;
	top: 270px;
	background-color: rgb(239,244,245);
}
#academic_box {
	position:absolute;
	width:306px;
	height:210px;
	z-index:8;
	left: 735px;
	top: 270px;
	background-color: rgb(239,244,245);
}
#header_links{
	position:relative;
	width:300px;
	height:30px;
	z-index:9;
	left: 370px;
	top: -60px;
	margin: 0 auto;
        	
}
#footer_links{
	position:absolute;
	width:464px;
	height:30px;
	z-index:10;
	left: 612px;
	top: 12px;
	text-align: right;
}
.bodytext {
	font-family: 'Poppins';
	font-size: 12px;
	font-weight: normal;
	color: #003e51;
	line-height: 17px;
}
.datetext {
	font-family: 'Poppins';
	font-size: 10pt;
	font-weight: normal;
	color: rgb(46,100,93);
	line-height: 17px;
	padding-left:10px;
}
.checkbox {
	font-family: 'Poppins';
	font-size: 9px;
	font-weight: normal;
	color: #003e51;
	line-height: 15px;
}
.header_link_text {
	font-family: 'Poppins';
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF !important;
	line-height: 16px;
}
.footer_link_text {
	font-family: 'Poppins';
	font-size: 11px;
	font-weight: normal;
	color: #685745;
	line-height: 11px;
}
.footer_text {
	font-family: 'Poppins';
	font-size: 10px;
	font-weight: normal;
	color: #685745;
	line-height: 10px;
}
/* Modal window */
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:fixed;
  left:0;
  top:0;
  width:1090px;
  height:605px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog {
  width:1090px; 
  height:600px;
padding-top : 5px;
  padding-right:10px;
padding-left:10px;
padding-bottom:10px;
  background-color:#ffffff;
  text-align:right !important;
}
.btn {
  background: url(images/Login_button.jpg) no-repeat;
  width: 42px;
  height: 21px;
border: 0px;
cursor:pointer;

}
.close {
text-align:right !important;
padding : 0px;
}
.redtext {
	font-family: 'Poppins';
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #990000;
}