@charset "UTF-8";

body {
	background-image: url(/images/layout/background_grey_stripe.gif);
	background-repeat: repeat;
}

#container {
	width: 720px;
	margin: 20px auto 0 auto;
	text-align: left;
	background: none;
}

#header {
	position: relative;
	width: 100%;
	text-align: center;
}

#footer {
	width: 100%;
	text-align: center;
}

#headerNav {
	width: 492px;
	margin-left: 29px;
	margin-right: 199px;
	height:57px;
	text-align: center;
}

#footerNav {
	margin-left: 30px;
	margin-right: 30px;
	height: 30px;
	font-size: x-small;
}

#webmailLogin {
	padding-top: 10px;
	padding-bottom: 10px;
}

#content {
	clear: both;
	width: 688px;
	background-color: white;
	min-height: 400px;
	padding: 15px;
	border: 1px solid red;
}

.greyBG {
	background-color: #333333;
	color: white;
}

.legendHeader {
	color: #333333;
	font-weight: bold;
}

fieldset {
	border: 1px solid #aaaaaa;
	padding: 1em;
}

