﻿*, html {
    margin:0;
    padding:0;  
}

body {
}
.topbar {
	background-color:#f1f9fc;
	width:960px;
	height:102px;
	margin:0 auto;
}

.logocontainer {
	width:960px;
	margin:0 auto;
	height:92px;
	background-color:transparent;
	vertical-align:middle;
	padding-left:30px;
	padding-top:20px;
}

.menubar {
	background-color:#a3d7ea;
	width:960px;
	margin:0 auto;
	height:35px;
}

.menubarborder {
	background-color:#479ab3;
	width:960px;
	margin:0 auto;
	height:2px;
}

.container {
	margin:0 auto;
	width:960px;
	padding-top:7px;
	padding-bottom:7px;
}

.content{
	width:460px;
	background-color:#a3d7ea;
	float:left;
	height:545px;
	padding:10px;
}

h1 {
	font-family:'Raleway', sans-serif;
	font-weight:400;
	font-size:24px;
	text-transform:uppercase;
	color:#FFFFFF;
}

h2 {
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	font-size:26px;
	text-transform:uppercase;
	color:#FFFFFF;
	line-height:0px;
	
}

h3 {
	font-family: 'Raleway', sans-serif;
	font-weight:300;
	font-size:25px;
	text-transform:uppercase;
	color:#FFFFFF;
}

.para {
	color:#065066;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	line-height:2em;
}

.login{
	width:480px;
	background-color:#479ab3;
	float:right;
	height:565px;
}
.loginIAF{
	width:480px;
	background-color:#479ab3;
	float:right;
	height:565px;
}

.loginuser{
	width:100%;
	text-align:center;
	text-transform:uppercase;
	color:#1e596b;
	height:100px;
	border-bottom-width:1px;
	border-bottom-color:#1e596b;
	border-bottom-style:solid;
	vertical-align:middle;
}

.loginusertext{
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size:24px;
	vertical-align:middle;
	line-height:100px;
}

.formd {
	width:330px;
	margin:0 auto;
	margin-top:100px;
}

.formd ul {
	list-style:none;
}

.empwd {
	font-family: 'Raleway', sans-serif;
	font-weight:300;
	font-size:17px;
	text-transform:uppercase;
	color:#FFFFFF;
}

.textboxclass {
height: 40px;
width: 330px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border:none;

}

.buttondiv {
	width:100%;
	text-align:center;
}

.buttonclass {
height: 40px;
width: 180px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border:none;
color:#FFFFFF;
background-color:#1e596b;
font-family: 'Raleway', sans-serif;
	font-weight:800;
	font-size:20px;
	text-transform:uppercase;
	padding:7px;
	cursor:pointer;
}
.buttonclass1 {
height: 40px;
width: 150px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border:none;
color:#FFFFFF;
background-color:#1e596b;
font-family: 'Raleway', sans-serif;
	font-weight:700;
	font-size:18px;
	text-transform:uppercase;
	padding:7px;
	cursor:pointer;
}

.footer {
	background-color:#a3d7ea;
	width:960px;
	margin:0 auto;
	height:35px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	vertical-align:middle;
	line-height:35px;
	color:#1e596b;
}

.footerborder 
{
	background-color:#479ab3;
	width:960px;
	margin:0 auto;
	height:2px;
	margin-top:565px;

}