body{
    background-image: url(../images/bg1.gif);
	margin-top:0;
	margin-left:0;
	/*scrollbar*/
	scrollbar-face-color:black;
	scrollbar-arrow-color:white;
	scrollbar-track-color:black;
	scrollbar-shadow-color:white;
	scrollbar-highlight-color:gray;
	scrollbar-3dlight-color:#C0C0C0;
	scrollbar-darkshadow-Color:'';
	}
	
.borderBot{
	border-bottom: thin #000000 solid;
			} 
			
.borderRound{
	border-bottom: thin #000000 solid;
	border-right: thin #000000 solid;
	border-left: thin #000000 solid;
			} 
			
.borderRoundRight{
	border-bottom: thin #000000 solid;
	border-right: thin #000000 solid;
				} 
				
.borderRoundLeft{
	border-bottom: thin #000000 solid;
	
	border-left: thin #000000 solid;
			} 
			
.borderTop{
	border-top: thin solid #666666;
			} 
			
.borderLeft{
	border-left: thin solid #666666;
			} 
			
.borderRight{
	border-right: thin solid #666666;
			} 

.spacing{
	text-indent: 5px;
	line-height: 25px;

}

.spacing1{
	text-indent: 100px;
	line-height: 0px;

}

.listyle{
	/*list-style-image:url(../images/listImg.gif);*/
	list-style-type: none;
	list-style-position:outside;
	text-indent: 10px;
	margin-top: 0px;
	font-style: italic;
}

.listylePDF{
	list-style-image: url(../images/icons/pdf_logo_vsml.jpg);
	list-style-type: none;
	list-style-position:outside;
	text-indent: 10px;
	margin-top: 0px;
	font-style: italic;
}

.listyleWORD{
	list-style-image: url(../images/icons/word_icon_vsml.jpg);
	list-style-type: none;
	list-style-position:outside;
	text-indent: 10px;
	margin-top: 0px;
	font-style: italic;
}

.listylePPOINT{
	list-style-image: url(../images/icons/powerpoint_logo_vsml.jpg);
	list-style-type: none;
	list-style-position:outside;
	text-indent: 10px;
	margin-top: 0px;
	font-style: italic;
}

ul{
	margin-top:0px;}
	
li{
list-style:square;
}

td {
	border:none;
	font-size : 11px;
	color: #000000;
	font-family : Tahoma,Verdana,Arial;
	}
	
a { 
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:none;
	}
	
a:hover { 
	color: #666;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:none;
	}
	
a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:none;	
			}

.white{
	color:#FFFFFF; 
	font-family: Tahoma,Verdana,Arial; }
	
input, select {
	color : #000000;
	font-size : 12px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}

#hidepage{
		  background-image:url(../images/bg1.gif);
		  position: absolute; 
		  left:5px; 
		  top:5px; 
		  background-color: #000000; 
		  layer-background-color: #000000; 
		  height: 99%; width: 99%; 
		  z-index: -1;
		  
		}

.title {
	color:#FFCC00;
	margin-top : 5px;
	padding-bottom : 5px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}

.right {
	color : #000000;
	margin-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 5px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.right a {
	color : #EF6D00;
}
.right a:hover {
	color : #000000;
}

p {
	color : #333333;
	margin-top : 5px;
	padding-bottom : 5px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}

#pscroller1{
width: 90%;
height: 140px;
padding: 5px;
color: #333333;
}

.someclass{ //class to apply to your scroller(s) if desired
}

#leftcolumn{
/*float:left;
width:150px;
height: 400px;
border: 3px solid black;
padding: 5px;
padding-left: 8px;*/

}

#leftcolumn a{
/*padding: 3px 1px;
display: block;
width: 100%;
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid gray;*/
}

#leftcolumn a:hover{
/*background-color: #FFFF80;*/
}

#rightcolumn{
float:left;
width:657px;
min-height: 400px;
/*border: 3px solid black;*/
margin-left: 0px;
}

* html #rightcolumn{ /*IE only style*/
height: 400px;
}

A.menulink {
display: block;

width: 99%;
text-align: left;
text-decoration: none;
color: #000000;
BORDER: none;
border: solid 0px #FFFFFF;
}

A.menulink:hover {
border: solid 0px #000000;
background-color: #000000;
color:#FFFFFF;
display: block;
}

.textDir{
direction:ltr;

}


