
/* -- By Colin Palmer -- */

/* Main Layout Table Properties */

#back_body {
	border:1px solid #aaa;
	width:750px;
	margin-left:auto;
	margin-right:auto;
	
}

#top_image {
	background-color:#97AABA;
}

#footer {
	background-color:#9197bf;
	height:3em;
}
	#footer a {
		color:#ffffff;
	}
		#footer a:hover {
			color:#000000;
		}

#links {
background-color:#97AABA;
}
	#links a {
		color:#000000;
	}
		#links a:hover {
			text-decoration: underline;
			color:#1589FF;
		}

/* Anchor Tag Properties */
a {
	/*font-family: Lucida Sans;*/
	text-decoration: none;
	font-size: 100%;
	color:#000000;
}
	a:hover {
		text-decoration: underline;
		font-size: 100%;
		color:#1589FF;
	}


/* Heading Properties */
.Heading
{
color:#000000;
background-color:#CCCCCC;
font-size:16px;
font-weight:700;
text-align:center;
}

.subHeading_grey
{
color:#999999;
}

.subHeading_purple
{
color:#9197bf;
}

.P_color
{
color:#414141;
}

legend {
	border:1px solid #CCC; 
	color: #ffffff; 
	background-color:#9197bf;
	padding:2px 6px 2px 6px;
}

H1 
{
color:#414141;
font-size:150%;
padding: 5px 0px;
border-bottom: 1px dashed #B9B9B9;
}

H2 
{
color:#414141;
font-size:130%;
}

H3 
{
color:#414141;
font-size:120%;
}

H4 
{
text-align:center;
color:#CC0033;
}

H5
{
color:#414141;
}




