@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #cccccc;
	text-align: center;
	}
textarea {
	overflow:auto;
	}
a {
	color: #000099;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
a img {
	border: none;
	}
blockquote {
	border-left: 5px solid #cccccc;
	padding: 5px;
	}
h1 {
	font-size: 24px;
	}
h2 {
	font-size: 20px;
	}
h3 {
	font-size: 16px;
	}
.error_message_container {
	background-color: #ffdddd;
	border: 1px solid red;
	padding: 10px;
	color: red;
	}
.warning_message_container {
	background-color: #ddffdd;
	border: 1px solid yellow;
	padding: 10px;
	color: #333333;
	}

#layout {
	width: 800px;
	margin-left: auto;
	margin-right: auto; 
	position: relative; 
	height: auto! important;
	text-align: left;
	min-height: 100%;
	height: 100%;
	background-color: white;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	}
#login {
	width: 780px; /* for some reason this affects the #top */
	margin-left: 7px;
	font-size: 12px;
	text-align: right;
	padding-bottom: 6px;
	color: #000088;
	}
#login a {
	color: blue;
	}
#banner {
	text-align: left;
	color: #717075;
	font-size: 18px;
	margin-left: 20px;
	}
#sidebar {
	width: 200px;
	}
#content {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: auto;
	margin: 0px 0px 7px 7px;
	padding: 10px 10px 50px 10px; /* bottom padding needs to account for the footer height */
	}
#footer {
	position: absolute;
	bottom: 0px;
	text-align: center;
	font-size: 12px;
	padding-top: 14px;
	color: #444444;
	}
