* {
    margin: 0;
}
html, body {
		height: 100%;
}
#contentbox 	{
		min-height: 100% ;
		height: auto !important;
		height: 100%;
		margin: 0 auto -50px;
		background-color:#cc3300;
		}
#push, #footer	{
		height: 50px;
		}
#footer		{
		font-size:small;
		background-color:#cc3300;
		background-image:url(http://homepage.ntlworld.com/n.wilde3/footerfade.jpg);
		background-position:right;
		background-repeat:no-repeat;
		color:#fff;
		text-align:right;
		}
.foottext	{ padding:0.7em 50px 0.7em; }
#header {
		margin-bottom:-1.5empx;
		padding: 40px;
		background-color:#ffffcc;
		border-bottom:#000 1px solid;
	}
h1 /* Big Red Foot */
	{
		font-family:"century gothic", sans-serif;
		font-size:xx-large;
		text-align:left;
		color:#000;
		font-weight:normal;
	}
	.red {color:#f00;}
h2 /* page name */
	{
		font-family:"century gothic", sans-serif;
		font-size:x-large;
		text-align:left;
		color:#f00;
		font-weight:normal;
	}
h3 /* sub-headings */
	{
		font-family:"century gothic", sans-serif;
		font-size:large;
		text-align:left;
		color:#000;
		font-weight:normal;
		padding-top:0.5em;
	}
h4 /* 2nd layer sub-headings */
	{
		font-family:"century schoolbook", serif;
		font-size:medium;
		text-align:left;
		color:#000;
		font-weight:bold;
	}
.content
	{
		clear:both;
		font-family:"century schoolbook", serif;
		font-size:medium;
		text-align:left;
		color:#000;
		font-weight:normal;
		margin-left:15%;
		width:60%;
		background-color:#ffffcc;
		padding:0.7em 2em 0.7em;
	}
.foottext>a:link	{
		color:#9999ff;
		text-decoration:none;
		}
.foottext>a:visited	{
		color:#ff99ff;
		text-decoration:none;
		}
.foottext>a:hover	{
		color:#fff;
		text-decoration:underline;
		}
.foottext>a:active	{
		color:#fff;
		text-decoration:underline;
		}
dd	{
		font-size:small;
		margin-bottom:.5em;
	}
dl	{
		margin-left:0;
		padding-left:0;
	}
dt, dd	{
		margin-left:20px;
	}
#buttonbox {
margin:-2.5em auto 3em 15%;
}
.button {
font-family: arial, sans-serif;
font-size: small;
text-align:center;
line-height:3em;
height:3em;
width:127px;
float:left;
margin:5px;
}
a:link.button, a:visited.button {
	background:#cc3300;
	text-decoration: none;
	border:1px solid #000;
	color:#ccccff;
	border-bottom:2px solid #cc3300;
	}
a:hover.button, a:active.button {
	background:#993300;
	text-decoration: underline;
	border-width:3px 3px 0;
	border:solid #666666;
	width:121px;
	color:#ccccff;
	border-bottom:0;
	}
