body {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image:  url(images/Spiral-BG.jpg);
	background-repeat: repeat;
	margin: 0px;
	color: #333399;
}
.sidebar {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image:  url(images/about_r1_c1.jpg);
	background-repeat: no-repeat;
	color: #333399;
	width: 221px;
}
.mainarea {
	background-attachment: scroll;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333399;
	text-decoration: none;
	padding-top: 77px;
	padding-left: 22px;
	padding-right: 22px;
	padding-bottom: 77px;
	width: 529px;
	text-align: justify;
	vertical-align: top;
	background-color: #FFFFFF;
}
.mainarea a:link, .mainarea a:visited { 
	background-color: transparent;
	color: #3366CC;
	text-decoration: underline;
}
.mainarea a:hover {
	background-color: transparent;
	color: #3399CC;
	text-decoration: underline;
}
.mainarea a:active {
	background-color: transparent;
	color: #3366CC;
	font-weight: bold;
	text-decoration: none;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;	
}	
.footer  {
	background-color: #FFFFFF;
	font-family: Georgia, Times, serif;
	font-size: 12px;
	color: #333399;

}
.footer a:link, .footer a:visited {
	background-color: transparent;
	color: #3366CC;
	font-variant: normal;
	text-decoration: none;

}
.footer a:hover {
	background-color: transparent;
	color: #3399CC;
	font-weight: bold;
	text-decoration: none;
}
.footer a:active {
	background-color: transparent;
	color: #3366CC;
	font-weight: bold;
	text-decoration: none;
}