body{
	padding: 0px;
	margin: 0px;
	background-color: #D3EBF2;
    scrollbar-base-color: #D3EBF2;
}
.leftbg{
	background-image: url(images/left.jpg);
	background-repeat: no-repeat;
}
.boxtop{
	background-image: url(images/box_top.gif);
	height: 38px;
	background-repeat : no-repeat;
	font: bold 14px Arial, sans-serif;
	color: #FF4B2B;
	text-align: center;
}
.boxbtm{
	background-image: url(images/box_btm.gif);
	height: 38px;
	background-repeat : no-repeat;
	font: normal 11px Arial, sans-serif;
	color: #333333;
	text-align: center;
}
.content{
	font: normal 12px Arial, sans-serif;
	color: #333333;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	text-align: justify;
	padding-left: 8px;
	padding-right: 18px;
	margin-left: 4px;
	margin-right: 4px;
	height: 220px;
	vertical-align: top;
}
ul{
	font: normal 13px Arial, sans-serif;
	color: #333333;
	list-style-type : disc;
	text-align: left;
	line-height: 30px;
}
.smallul{
	font: normal 12px Arial, sans-serif;
	color: #333333;
	list-style-type : disc;
	text-align: left;
	line-height: 25px;
}
.articlesul{
	font: normal 13px Arial, sans-serif;
	color: #333333;
	list-style-type : disc;
	text-align: left;
	line-height: 30px;
	text-transform: capitalize;
}
ol{
	font: normal 12px Arial, sans-serif;
	color: #333333;
	list-style-type : decimal;
	text-align: left;
}
.tables{
	font: normal 12px Arial, sans-serif;
	color: #333333;
}
.title1{
	font: bold 13px Arial, sans-serif;
	color: #333333;
	text-decoration: underline;
	text-align: center;
}
.title2{
	font: bold 12px Arial, sans-serif;
	color: #333333;
	text-decoration: underline;
}
.title3{
	font: normal 12px Arial, sans-serif;
	color: #333333;
	text-decoration: underline;	
}
a:link{
	color: #0033CC;
	text-decoration: none;
}
a:visited{
    color: #0033CC; 
    text-decoration: none;
}
a:hover{
    color: #FF4B2B;
	text-decoration: underline;
}
.footer{
	font: normal 11px Arial, sans-serif;
	color: #333333;
	height: 15px;
	text-align: center;
}
.stafftable{
	border-bottom: solid 1px #666666;
	text-align: center;
	vertical-align: top;
}