BODY {
	margin-top: 0px;
	background-color: #e2e4fa;
	margin-left: 0px;
	margin-right: 0px;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(images/background.jpg);
}
A:link  {
	color: #0000ff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
A:visited  {
	color: #53579F;
	font-family: Arial, Helvetica, sans-serif;	
	text-decoration: none;
	font-weight: bold;
}
A:active  {
	color : #53579F;
	font-family: Arial, Helvetica, sans-serif;	
	text-decoration : none;
	font-weight : bold;
}
A:hover  {
	color: #42298C;
	font-family: Arial, Helvetica, sans-serif;	
	text-decoration: underline;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	margin-top: 5px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	margin-top: 1px;	
	margin-bottom: 1px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000000;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3635FF;
	font-weight : bold;	
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 92px;
}
#left {
	background-image: url(images/left_gradient.gif);
	background-repeat: repeat-y;
	background-position: center;
   width: 6px;
}
#right {
	background-image: url(images/right_gradient.gif);
	background-repeat: repeat-y;
	background-position: center;
   width: 7px;
}
.image {
	position:relative;
	/*float:left;  optional */
}
.image .text {
	position:absolute;
	top:45px; /* in conjunction with left property, decides the text position */
	left:23px;
	width:110px; /* optional, though better have one */
	font-size: 46px;
	font-family: Arial, Helvetica, sans-serif;	
	color: Red;
}