/*
  color scheme: #F8F8F8 - base #f8f8f8
  				#6699CC - accents #6699CC
                #FFCC66 - highlights FFCC66
			    #669900 - secondary highlights #FF9966
				#F8F8F8 - dark base F8F8F8
				#000080 - standard text 000080
				#669900 - link #669900
*/

a { text-decoration: none}

a:link { font-family: Tahoma, Arial, Helvetica, sans-serif; color: #000080}

a:hover { text-decoration: underline;} 

/* a:hover { border-style: outset; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin} */

a:visited { text-decoration: none; color: #000080}

a:active { color: #000080; text-decoration: none}

P {  font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: small; color: #000080; text-decoration: none}

li { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: x-small; color: #F8F8F8; text-decoration: none }

B { font-weight: bold; }

.center {text-align: center;}

/* for product info*/
.standard { font-color : #000080;
			font-family: Tahoma, Arial, Helvetica, sans-serif;}  
			
.productTitle {font-color : #000080;
				font-weight : bold;
				font-family: Tahoma, Arial, Helvetica, sans-serif;}	
				
.redBold {color : #CC3333;
				font-family: Tahoma, Arial, Helvetica, sans-serif;}

.TitleText {  font-family: Tahoma, Arial, Helvetica, sans-serif;
              font-size: medium;
			  font-weight: bold;
			  color: #669900;
			  text-decoration: none}

.menuLink { } /* no longer in use */

.single {  background-repeat: repeat-y}

.dropcap { color: #669900;
           font-size: larger}

.buttonLook {  border-style: outset; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin}

.sidebarTitle {  color: #000080; 
				 text-decoration: none;
				 text-weight: bold;
				 font-family: Tahoma, Arial, Helvetica, sans-serif;}

.sidebarLink { text-decoration: none; font-family: Tahoma, Arial, Helvetica, sans-serif; text-indent: hanging; font-size: smaller; font-weight: bold}

/* .sidebarLink:hover { border-style: outset; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin} */

.sidebarLink:hover {text-decoration: underline;}

.finePrint {  font-size: smaller;
              color: #000080}

.menuStyle { background: F8F8F8;}

.bodyStyle { background-color: #CCCC99;
			 background-image : url(./images/bg_tile.jpg);
			 background-attachment: fixed;
             leftmargin: 0;
			 topmargin : 0;
			 scrollbar-face-color:  #F8F8F8;
             scrollbar-darkshadow-color: #000000;
             scrollbar-3dlight-color: #adb0bf;
             scrollbar-arrow-color: #4419b3;
             scrollbar-highlight-color: #FFFF66;
             scrollbar-shadow-color: #000000 ;
             scrollbar-track-color: #4419b3; } /* scrollbar-highlight-color: #669900; */
			 
.colorBase { background : #F8F8F8 }  /* use base color */		

.colorAccent { background :  #F8F8F8}  /* use accent color */

.colorHighlight { background : #4419b3}  /* use highlight color */

.colorSecHighlight { background : #839DFF }  /* use secondary highlight color */

.subContentCell { background : #F8F8F8 ;
                border: #4419b3;  
			    border-style: solid;
			    border-top-width: thin;
			    border-right-width: thin; 
			    border-bottom-width: thin; 
			    border-left-width: thin;}

/* background of page title section */
.titleDiv { background : #F8F8F8;		
			width : 300px;
			border: #4419b3;
			border-style: solid;
			border-top-width: thin;
			border-right-width: thin; 
			border-bottom-width: thin; 
			border-left-width: thin; 
			text-align: center; } 
			
			    /*   #F8F8F8  */
.contentCell {	background : #F8F8F8; 
                border: #4419b3;  
			    border-style: solid;
			    border-top-width: thin;
			    border-right-width: thin; 
			    border-bottom-width: thin; 
			    border-left-width: thin; } 
				
.menuDiv { float: left;
           clear: left;    
 	       background : #F8F8F8;
                border: #4419b3;
			    border-style: solid;
			    border-top-width: thin;
			    border-right-width: thin; 
			    border-bottom-width: thin; 
			    border-left-width: thin; ; z-index: 0; clip:  rect(   )} 
				
.titleDiv {  background-color: #F8F8F8; text-align: center}

.catHighlightCell { float : left;
					width : 20;
					background : #FFCC66 }

.hrDiv {
	height: 3px;
	background-color: #4419B3; 
}
