body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.lbg {
	background-image: url(images/lbg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.l {
	background-image: url(images/l.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.r {

	background-image: url(images/r.gif);
	background-repeat: repeat-y;
	background-position: left;
}
td {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #5B616F;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #5B616F;
	margin-top: 7px;
	margin-right: 15px;
	margin-bottom: 7px;
	margin-left: 10px;
	text-align: justify;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #5B616F;
	margin-top: 7px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
	text-align: justify;
	font-weight: bold;
	background-image: url(images/line.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}
a.bot {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #B1B9D4;
	text-decoration: none;
}
a.bot:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FBF7F8;
	text-decoration: none;
}
a.bot1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B1B9D4;
	text-decoration: none;
}
a.bot1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FBF7F8;
	text-decoration: none;
}
.btd {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B1B9D4;
}
a {

	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #4F38B5;
}

/* navigation */
#navcontainer { width: 150px;margin-top: 20px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial Black, Helvetica, sans-serif; 
font-weight: bold;
color: #FFFFFF;
}

#navcontainer a {
display: block;
padding: 3px;
width: 180px;
background-color: #666666;
color: #999;
border-bottom: 1px solid #F0E9DD;
border-left: 10px solid #FBAA69;
}

#navcontainer a:link, #navlist a:visited {
background-color: #999999;
color: #fff;
text-decoration: none;
}

#navcontainer a:hover {
border-left: 10px solid #666666;
background-color: #000066;
color: #fff;
}
