html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {		
	font-family: arial, tahoma, Verdana, sans-serif;
	text-align: center;
	color: #505367;
	background-color: #e0e0e0;
	font-size: 80%;
}

a {
	color: green;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
		
#container {
	margin: 0 auto;
	width: 760px; 
	min-height: 100%;
	text-align: left;
	background-color: #ffffff;
	border-left: 1px solid #a1a1a1;
	border-right: 1px solid #a1a1a1;
	position: relative;
}

*html #container {
	height: 100%;
}

#header {
	height: 125px;
	width: 100%;
	background-color: #D1DCE9;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px solid purple;
}

#navigation {
	width: 100%;
	height: 20px;
	background-color: #f5f5f5;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
	
#content {
	margin: 20px 20px 20px 20px;
}

#footer	{
	position:absolute;
	bottom: 0px;
	width: 760px;
	height: 24px;
	background-color: #f5f5f5;
	border-top: 1px solid #e9e9e9;
}

#footer p {
	margin: 0px;
	padding: 0px;
}

#clearfooter {
	height: 67px;
	width: 100%;
	clear: both;
}

input.formbutton {
	font-family: arial, tahoma, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	background-color: #F3F3F3;
}

input.deletebutton {
	font-family: arial, tahoma, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}

input.cancelbutton {
	font-family: arial, tahoma, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #BD0000;
}

input.forminput {
	font-family: arial, tahoma, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	background-color: #F0F0F0;
}

.forminput {
	font-family: arial, tahoma, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	background-color: #F0F0F0;
}
