html, body { height: 100%; }

body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	background-color: #EEEEEE;
}

a:link		{ text-decoration: none; color: #0000FF; }
a:visited	{ text-decoration: none; color: #666666; }
a:hover		{ text-decoration: none; color: #FF3300; }
a:active	{ text-decoration: none; }


#bContent {
	min-height: 100%;
	margin-bottom: -50px;
}

#cContent {
	width: 1003px;
}

#content {
	background-color: #FFFFFF;
	border: 3px solid #CCCCCC;
	margin: 0 10px;
	padding: 20px;
}

#clearheader { height: 10px; }
#clearfooter { clear: both; height: 50px; }

#bFooter {
	clear: both;
	position: relative;
	width: 100%;
	background-color: #EEEEEE;
}

#cFooter {
	width: 983px;
	padding: 10px;
	font-size: 11px;
	line-height: 15px;
}

#pageHeader {
	width: 957px;
	border: 0px solid #CCCCCC;
	padding-bottom: 10px;
}

#pageTitle {
	padding: 10px;
	font-size: 20px;
	color: #000000;
	text-align: center;
}

#pageMenu {
	padding: 2px 0;
	font-size: 16px;
	float: right;
}

#msg_pass,
#msg_fail {
	text-align: center;
	padding: 10px;
}

#msg_pass {	color: #009900; }
#msg_fail { color: #990000; }