body {
	font-family: Verdana, Arial, Tahoma, sans serif;
	font-size: 14px;
	color:black;
	background-color: black;
	background-image: url("/images/structure/hand in hand.gif");
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position : bottom left;
}
td, form {
	font-family: Verdana, Arial, Tahoma, sans serif;
	color: black;
}
a:link {
	color: #ee30a7;
	text-decoration:none
}
a:visited {
	color: #ee30a7;
	text-decoration:none;
}
a:active {
	color: inherit;
	text-decoration:none;
}
a:hover {
	color: #8F93AD;
	text-decoration:underline;
}

/* Header for Left Window */ 
h1 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 200%;
	text-align:center;
	color: Black;
	font-weight: normal;
}

/* Header for Right Windows*/
h3 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 160%;
	text-align:center;
	color: Black;
	font-weight: normal;
}

/*Sub header and intro text*/
h5 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 120%;
	color: Black;
	font-weight: normal;
}

table form {
     margin-bottom:-1px;
	 text-align: right;
}
table ol, table ul {
     margin-bottom:-1px;
}

/* Quicklinks styles */
#quicklinks td, #quicklinks form {
	font-size: smaller;
	color: #FFFFFF;
}
#quicklinks a:link, #quicklinks a:active, #quicklinks a:visited {
	color: #FFFFFF;
}
#quicklinks a:hover {
	color: #EE30A7;
	text-decoration: none;
}

/* Footer styles */
#footer {
	text-align: center;
	color: #FFFFFF;
	font-size: small;
	text-decoration: none;
	margin: 5px 0 0 0;
}
#footer img {
	vertical-align: text-bottom;
}
#footer a:active, #footer a:visited, #footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer .highlight {
	font-weight: bold;
	color: #EE30A7;
	/*text-decoration: blink;*/
}

td div.leftColumn {
	width: 400px;
	text-align: left;
}
td div.rightColumn {
	width: 250px;
	text-align: left;
}

div.quote {
	font-style:italic;
	color: #333333;
	margin-top: 0px;
}