/*background for the body and table shaddows on the left and right*/
body {
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(../images/side.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.left {
	background-image: url(../images/left_side.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.right {
	background-image: url(../images/right_side.gif);
	background-position: left;
	background-repeat: repeat-y;
}
/*background for the right hand pannel*/
.grad {
	background-image: url(../images/gradient.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

table#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
table#footer a {color:#394859}
table#footer a:hover {color:#FFFFFF}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #303f53;
	padding-left: 10px;
}
ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #303f53;
	padding-left: 10px;
}
li {
	margin-bottom: 20px;
	text-align: justify;
	margin-right: 35px;
	list-style-position: inside;
	text-indent: 50px;
}
