body {
	color: #9C3F97;
	background-color: #a49a94;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}
#shadow  {
	width: 765px;
	background-image: url(../images/drpShdw.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
}

#tableLayout {
	background-color: #FFF;
}
#tableLayout, #tableLayout td {
	border-collapse: collapse;
}
#tableLayout td {
	text-align: left;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 3px;
	padding-left: 30px;
}
#tdLogo {
	width: 140px;
	background-color: #FFF;
	text-align: center;
}
#tableLayout #tdNavigation {
	padding-bottom: 0px;
	background-color: #9C3F97;
}
/*
#tdNavigation a {
	margin-right: 8px;
	margin-left: 8px;
	display: block;
	float: left;
}
*/
#tableLayout #tdFooter {
	background-color: #FBFCF9;
	border-top: 1px solid #D7DACE;
	padding: 10px;
	color: #554E48;
	text-align: center;
}
#tableLayout #tdSidebar {
	background-color: #CEC9C6;
	vertical-align: top;
	padding-top: 50px;
	background-image: url(../assets/images/navigation/sidebarbackground.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
}
#tableLayout #tdContent {
	padding-right: 58px;
}
#tableLayout #tdContent td {
	padding: .5em;
	vertical-align: top;
}
#tableLayout tr #tdContent div ul {
	line-height: 16px;
	list-style-type: disc;
	list-style-image: url(../images/Tick-Only-SMALL.gif);
	color: #9C3F97;
}

h1 {
	color: #9C3F97;
	margin-top: 0px;
	margin-bottom: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h2 {
	font-size: 11px;
	font-weight: bold;
	color: #AF6CAD;
	padding-left: 7px;
	border-left-width: 11px;
	border-left-style: solid;
	border-left-color: #CEC9C6;
}
p {
	line-height: 1.7em;
	margin-top: 0px;
	text-align: justify;
	color: #554E48;
/*
	text-align: justify;
*/
}
#tableLayout #tdSidebar a {
	padding: 8px;
	display: block;
	margin-bottom: 10px;
	text-decoration: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CEC9C6;
	border-bottom-color: #CEC9C6;
}
#tableLayout #tdSidebar a.current {
	background-color: #FFF;
}
#tableLayout #tdSidebar a:link, 
#tableLayout #tdSidebar a:visited, 
#tableLayout #tdSidebar a:active 
{
	color: #9C3F97;
}
#tableLayout #tdSidebar a:hover {
	background-color: #FBFCF9;
}
a img {
	border: none;
}
a:link {
	color: #9C3F97;
}
#tableLayout tr #tdContent #form1 p br {
	color: #9C3F97;
}

