	body {
		margin:0px 0px 5px 0px;
		background-color : #cbdbed;
		}
		
#hdr1 {
    height:81px;
    background:#f5f5f5;
	background-image : url(pics/jointBackGround2.jpg);
    }
.hdr2{
        height:4px;
        background:#c0c0c0;
        color:#000000;
        border:solid #000000;
        border-width:0px 0px;
        margin:0px 0 0 0;
        }

#lh-col{
        position: absolute;
        top: 124px;
        left: 10px;
        width: 180px;
        border-left : 1px dotted Silver;
		border-right : 1px dotted Silver;
		border-bottom : 1px dotted Silver;
        background: #F5F5F5;
        margin: 0;
        padding: 0;
        height: 400px;
		background-image : url(pics/leftColBackG.gif);
		background-position : top;
		background-repeat : repeat-x;
        }

#rh-col{
        margin: 20px 20px 20px 210px;
        border-left: 2px solid #000000;
		border-right: 2px solid #000000;
		border-bottom: 2px solid #000000;
        background: #ffffff;
        position :relative;
        padding: 20px 20 px 0 20 px;
		/*background-image : url(pics/xRayBackG.jpg);
		background-position : right;
		background-repeat : repeat-y;*/
		background-image : url(pics/leftColBackG.gif);
		background-position : top;
		background-repeat : repeat-x;
        }
		
p {
	font-size: 11px; 
	text-align : left;
	font : sans-serif;
	font-family : Arial, Verdana;
	margin-left: 5px;
}
	
.pBig {
	font-size: 12px; 
	text-align : left;
	font : sans-serif;
	font-family : Arial, Verdana;
	margin-left: 5px;
}

.pSmall {
	font-size: 10px; 
	text-align : left;
	font : sans-serif;
	font-family : Arial, Verdana;
	margin-left: 5px;
}
.pCenter {
	font-size: 11px; 
	text-align : center;
	font : sans-serif;
	font-family : Arial, Verdana;
	}	
	
.Footer {
	clear: both;
	position: absolute bottom;	
	width : 100%;
	/*bottom: 0;*/
	border-top: 2px solid #000000; 
	border-left : 2px solid #000000;	
	border-right : 2px solid #000000;
    margin-top: 5px; 
	background-color: #6495ED;
	text-align: center;	
	font:bold 0.7em/1.25 monospace;
	font-size:11px;
	color : #cbdbed;
	padding:.3em;
	}
.textHeading1{
	color: #00008B;
	font-size : 16px;
	margin-left : 10px;
	font-weight : bold;
	font-family : arial;
	margin-bottom : 0;
	margin-top : 0px;
}
.textHeading2{
	color: #000000;
	font-size : 12px;
	margin-left : 10px;
	font-weight : bold;
	font-family : arial;
}
.textHeading3{
	color: #0000CD;
	font-size : 14px;
	margin-left : 10px;
	font-weight : bold;
	font-family : arial;
}
a:link {color: #0000CD; background-color: transparent;}
a:visited {color: #778899; background-color: transparent;}
a:hover {color: #228B22; text-decoration: underline; background-color: transparent;}
	