		body {
			text-align: center;
			margin: 0 auto;
		}
		
		.container {
			width: 999px;
			text-align: center;
			margin: 0 auto;
		}
		
	
		#content {
			/* background: #e5e5e5; */
			background: #FFFFFF;
			padding-top: 20px;
 padding-left: 85px;			text-align: left;
			width: 999px;
		}
		
		#login {
			width: 300px;
			text-align: center;
			margin: 0 auto;
		}
		
		#footer {
			background: #272727;
			padding: 16px 0px 16px 0px;
			color: #959595;
		}
		
		.form-signin .form-signin-heading,
		.form-signin .checkbox {
			margin-bottom: 10px;
		}
		.form-signin input[type="text"],
		.form-signin input[type="password"] {
			font-size: 16px;
			height: auto;
			margin-bottom: 15px;
			padding: 7px 9px;
		}
		
		/* Global Text and Fonts */		
		h1 {
			font-family: 'Oswald', sans-serif;
			font-size: 2.2em;
		}
		.required {
			color: red;
		}
		
		#sidebar div.sidebar {
			padding: 2px 10px 10px 10px;
			margin-bottom: 12px;
			border: 2px solid #e5e5e5;
			background: #F9F9F9;
			
			-webkit-border-radius: 10px;
	   		-moz-border-radius: 10px;
	        border-radius: 10px;

	
			-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	   		-moz-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	        box-shadow: 0 1px 2px rgba(0,0,0,.05);
		}
		
		h1, #sidebar h3, #sidebar h4 {
			color: #003f5e;
			/*color: #00853e;*/
		} 		.InformativeMessage
		{
		    color:Red;
		    font-weight:bold;
		}