body {
	margin: 0px;
	font-family: Arial, Helvetica, Sans-Serif;
}


a:link {
	color:white;
	text-decoration: none;
	font-weight:bold; 
}


a:visited {
	color:white;
	text-decoration: none;
	font-weight:bold; 
}



a:focus {
	color:white;
	text-decoration: none;
	font-weight:bold; 
}


a:hover {
	color:white;
	text-decoration: underline;
	font-weight:bold; 
}


a:active {
	color:black;
	text-decoration: none;
	font-weight:bold;
}


#logo {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	width: 500px;
}

#logo_admin {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	width: 500px;
}

#login {
	background-image: url('../images/login.jpg');
	background-repeat: no-repeat;
	width: 333px;
	height: 355px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 30px 10px 10px 10px;
}
.input {
	background-image: url('../images/input-bg.jpg');
	height: 37px;
	width: 425px;
	border: 1px solid blue;
	margin-bottom: 20px;
	font-size: 15pt;
	color: white;
	line-height: 47px;
	padding-left: 4px;
}

.nav {
    /* float: left; */
    font-family: Arial, Helvetica, Sans-Serif;
    color: white;   
    font-weight: bold;
    font-size: 12px;
    height: 38px;
    position: relative;
    width: 100%;
    min-width: 1000px;
    z-index: 500;
    background : url(../images/repeat.jpg) repeat-x;
}


/* ---------------- footer style starts ------------------ */
.index_footer{
	background:#297fcf url(../images/bg_footer.gif) repeat-x left top;
	clear:both;
	padding-top:5px;
	position: fixed;
	bottom: 0px;
   	width:100%;
   	height:35px;   /* Height of the footer */
	text-align: center;
}


#content {
	margin-left: auto;
	margin-right: auto;
	width: 293px;
}
.login-info {
	font-size: 10pt;
	font-weight: bold;
	color: #000;
	line-height: 25px;
	letter-spacing: 2px;
}
.checkbox {
	float: left;
}
.rememberme {
	line-height: 20px;
	font-size: 11pt;
	color: white;
	float: left;
	text-align: left;
}
#forgot-password {
	text-align: right;
	padding-right: 25px;
}
#forgot-password a {
	color: white;
	font-size: 11pt;
	line-height: 20px;
}
#login-buttton {
	text-align: right;
	padding-right: 25px;
	padding-top: 10px;
	color: blue;
}

#footer {
	width: 500px;
	font-size: 10pt;
	font-weight: bold;
	color: white;	
}


.footer_links {
	text-align: center;
	font-size: 11pt;
	line-height: 20px;
	color: white;	
	text-decoration: none;
}