﻿
BODY { FONT-SIZE: 10pt; 
           FONT-FAMILY: Arial,Helvetica,sans-serif; 
			  COLOR: #000000;
			  BACKGROUND-COLOR: White;
			  margin-bottom : 0px;
			  margin-left : 0px;
			  margin-right : 0px;
			  margin-top : 0px;
			  cursor: hand;
			  
			  }
			  
/* Scrollbar properties are only supported by Internet Explorer 5.5  */

	      scrollbar-3dlight-color : Silver;
			scrollbar-arrow-color : White;
			scrollbar-base-color : #666666;
			scrollbar-darkshadow-color : Black;
			scrollbar-face-color : #D3D3D3;
			scrollbar-highlight-color : #999999;
			scrollbar-shadow-color : #999999;
			scrollbar-track-color : #00008B;		}

 
	  
A { COLOR: #990000; TEXT-DECORATION: Underline; }

A:LINK, A:VISITED {	color : #990000; text-decoration : none;}

A:HOVER {background-color : transparent;
                	color : Red;
	                text-decoration : underline overline;}	  
	                
.MAIN {Width:800px;
		align: center;
	
	
}					
					
   
/* Top of page  */
.header {
	background-color: Black;
	height: auto;
}
			
		
.colorbar {
	background: Blue;
	background-image: url(../images/header/top-bg-blk.gif); 
	height: 20px;
	background-repeat: repeat;
	text-align:right;
}
.headerbar {
	background-color: Blue;
	background-image: url(../images/header/line-1.jpg);
	background-repeat: repeat;
	height: 4px;
	width: 800px;
}
.header {
	background-image: url(../images/header/header-1.gif);
	background-color: White;
	height: 100px;
	color: White;
}
.date { FONT-SIZE: 8pt; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
			COLOR: #FFFFFF; }
		

/* -------BODY OF PAGE --------------------*/
/* ---- navigation menu ---*/

.menu {
	background-color : #D3D3D3;
	width: 160px;
	vertical-align: top;
			}
	
			  
.menutop {
	background-color: #D3D3D3;
	height: 10px;
	vertical-align: top;
}			  



.spacer {
	background-color: White;
}
.spacertop {
	background-color: White;
   width: 10px;
}




/* --------body of pages--------------- */


.bodytop {
	background-color: White;
	height: 10px;
	
}


.title {
	background-color: White;
	text-align: left;
	height: 35px;
	background-position: top left;
	vertical-align: top;
}

.text {
	background-color: White;
	height: 400px;
	color: Black;
	margin-right: 20px;
	padding: 10px;
	font: 12px;
	vertical-align: top;
	background-position: top center;
	background-repeat: no-repeat;
}

.linksmenu {
background-color: White;
color: Black;
height: 20px;
text-align: center;
	
}

.bottomspacer {
	background-color: White; 
	height: 10px
}


/* --------footer--------------- */

.footer {
	background-color: Black;
	color: White;
	font-size: 12px;
	text-align: center;
	height: auto;
	width: 800px;
}
