body
	{
	margin:0px; 
	padding:0px;
	background-color: #000;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	color: #f7e6d5;
	}

p
	{
	padding: 0px 16px 0px 16px;
	}

p.heading
	{
	font-size: 130%;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	color: #ab5e3b;
	}

p.ital
	{
	color: #ab5e3b;
	font-style: italic;
	font-size: 80%;
	}

a:link 
	{
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #e78e6a;
	text-decoration: none;
	}

a:visited 
	{
	color: #e78e6a;
	font-weight: bold;
	text-decoration: none;
	}

a:hover 
	{
	color: #e78e6a;
	font-weight: bold;
	text-decoration: underline;
	}

a:active 
	{
	color: #e78e6a;
	font-weight: bold;
	text-decoration: underline;
	}

#wrapper
	{
	background-color: #000;
	width: 800px;
	position: absolute;
	top: 32px;
	left: 50%;
	margin-left: -400px;
	clear: both;
	}

#leftside
	{
	line-height: 180%;
	width: 288px;
	background-color: #000;
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	}

#rightside
	{
	line-height: 180%;
	width: 512px;
	background-color: #000;
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	}

#form-padding
	{
	padding: 12px 48px 0px 48px;
	}

.dispblock /* dispenses with unwanted white space which otherwise appears under footer due to 'baseline' problem */
	{
	display:block;
	clear:both;
	}

.nobullet
	{
	list-style-type:none;
	}

p.centered-heading
	{
	text-align: center;
	font-size: 130%;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	color: #ab5e3b;
	}

p.centered-text
	{
	text-align: center;
	color: #ab5e3b;
	}

p.numbered-links
	{
	word-spacing: 24px;
	text-align: center;
	}