
html {background-image:url('../images/Background.png');
				background-repeat:no-repeat;
				background-size:cover;
				max-height: 680px;
}

h4 {padding-top: 5px; padding-bottom: 5px; border-radius: 5px;
}

.body_Wrapper	{max-width: 1040px; 
					min-width: 760px;
				background-repeat:no-repeat;
				background-size:cover;
					color: #000000;
					margin: auto;
					max-height: 680px;
					text-align: center;
}

.Logo	{text-align: left;
			float: left;
			width: 350px;
			height: 75px;
}

.Time_Date	{float: right;

}



.Body_Links	{clear: both; 
}

#login_form	{clear:both;
				float: right;
				/*background: #A3FFA3;*/
				color: #000000;
				width: 100%;
				text-align: right;
}

form	{font-size: .8em;
			font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
			padding-left: 5px;
			padding-right: 5px;			
}

label	{padding-right: 5px;
			padding-left: 5px;
}

p	{
}
.Footer_Div	{width: 100%; 
				/*background: #A3FFA3;*/
				color: #000000;
				margin: auto;
				text-align: center;
				clear: both;
}

.Footer_Spacer	{clear: both; padding-top: 10px;
}

.Left_Body_Div	{width: 20%;
					/*background: #ff00ff;*/
					color: #000000;
					margin: auto;
					float: left;
					width: 20%;
					clear: both;
}

.Center_Body_Div	{width: 70%;
						max-height: 400px;
						/*background: #0000ff;*/
						color: #000000;
						margin: auto;
						float: left;
						overflow: auto;
}



.Right_Body_Div	{ 
					width: 10%;
					/*background: #22ddcc;*/
					color: #000000;
					margin: auto;
					float: left;
}





















