
/*
************************************************************************
************************************************************************
** start file: /usr/www/users/amano/amano/styles/reset.css **
**
*/
/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.10.0
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}/*
**
** end file: /usr/www/users/amano/amano/styles/reset.css **
************************************************************************
************************************************************************
*/

/*
************************************************************************
************************************************************************
** start file: /usr/www/users/amano/amano/styles/fonts.css **
**
*/
/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.10.0
*/

/**
 * 84.5% for !IE, keywords for IE
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE < 6 and IE6 quirks mode.
 * 
 */
body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}

/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {font:115% monospace;*font-size:100%;}

/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
body * {line-height:1.22em;}
/*
**
** end file: /usr/www/users/amano/amano/styles/fonts.css **
************************************************************************
************************************************************************
*/

/*
************************************************************************
************************************************************************
** start file: /usr/www/users/amano/amano/styles/grids.css **
**
*/
/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.10.0
*/
body {
   text-align:center;
}

#doc {
   width:57.69em;
   *width:56.3em; /* IE */
   min-width:750px;
   margin:auto;
   text-align:left;
}

#hd,#bd {margin-bottom:1em;text-align:left;}
#ft {font-size:77%;font-family:verdana;clear:both;}

/* rules for main templates */
.yui-t1 #yui-main .yui-b, .yui-t2 #yui-main .yui-b, .yui-t3 #yui-main .yui-b, .yui-t4 .yui-b, .yui-t5 .yui-b, .yui-t6 .yui-b {float:right;}
.yui-t1 .yui-b, .yui-t2 .yui-b, .yui-t3 .yui-b, .yui-t4 #yui-main .yui-b, .yui-t5 #yui-main .yui-b, .yui-t6 #yui-main .yui-b {float:left;}

/* t1: L160 */
.yui-t1 #yui-main .yui-b {width:76%;min-width:570px;}
.yui-t1 .yui-b {width:21.33%;min-width:160px;}

/* t2 & t4: L180 & R180 */
.yui-t2 #yui-main .yui-b, .yui-t4 #yui-main .yui-b {width:73.4%;min-width:550px;}
.yui-t2 .yui-b, .yui-t4 .yui-b {width:24%;min-width:180px;}

/* t3 & t6: L300 & R300 */
.yui-t3 #yui-main .yui-b, .yui-t6 #yui-main .yui-b {width:57.6%;min-width:430px;}
.yui-t3 .yui-b, .yui-t6 .yui-b {width:40%;min-width:300px;}

/* t5: R240 */
.yui-t5 #yui-main .yui-b {width:65.4%;min-width:490px;}
.yui-t5 .yui-b {width:32%;min-width:240px;}

/* t7: 750 */
.yui-t7  #main .yui-b {min-width:750px;}


/*	grid-generic rules for all templates */

/* all modules and grids nested in a grid get floated */
.yui-g .yui-u, .yui-g .yui-g, .yui-ge .yui-u, .yui-gf .yui-u {
   float:right; 
   display:inline;   /* IE */ 
}

/* float left and kill margin on first for added flex */
.yui-g .first, .yui-gd .first, .yui-ge .first, .yui-gf .first {float:left; }

/* 2 col */
.yui-g .yui-u, .yui-g .yui-g {width:49.1%;}
.yui-g .yui-g .yui-u {width:48.1%;} /* smaller for nested to preserve margins */

/* 3 col */
.yui-gb .yui-u, .yui-gc .yui-u, .yui-gd .yui-u {
   float:left; /* need to reverse the order for 3 */
   margin-left:2%; *margin-left:1.895%;   
   width:32%;
}

.yui-gb .first, .yui-gc .first, .yui-gd .first {margin-left:0;}

/* colspan 2 */
.yui-gc .first, .yui-gd .yui-u {width:66%;}
.yui-gd .first {width:32%;}

/* colspan 3 */
.yui-ge .yui-u {width:24%;}
.yui-ge .first, .yui-gf .yui-u {width:74.2%;}
.yui-gf .first {width:24%;}
.yui-ge .first {width:74.2%;}

/* self clear floated parent containers */
#bd:after, .yui-g:after, .yui-gb:after, .yui-gc:after, .yui-gd:after, .yui-ge:after, .yui-gf:after {content:".";display:block;height:0;clear:both;visibility:hidden;}	
#bd, .yui-g, .yui-gb, .yui-gc, .yui-gd, .yui-ge, .yui-gf {zoom:1;} /* IE *//*
**
** end file: /usr/www/users/amano/amano/styles/grids.css **
************************************************************************
************************************************************************
*/

/*
************************************************************************
************************************************************************
** start file: /usr/www/users/amano/amano/styles/hints.css **
**
*/
/*
** over lib div
*/
DIV#overDiv { position:absolute; visibility:hidden; z-index:1000;
	    }
/*
** over lib classes
*/
.ol_cl_front  { 
	      }
.ol_cl_back { 
	    }
.ol_cl_font { color:#ffffff; background:#7d7d7b; border:#fff solid 1px;
	      vertical-align:middle; padding-left:6px; margin-left:-5px;
	      font-family:Arial, Helvetica; font-weight:normal;
	      font-size:10px;
	    }
.ol_cl_font i { font-style:normal; color:#fff; vertical-align:top;
	      }
.ol_cl_capt {
	    }
.ol_cl_close  {
	      }
/*
**
** end file: /usr/www/users/amano/amano/styles/hints.css **
************************************************************************
************************************************************************
*/

/*
************************************************************************
************************************************************************
** start file: /usr/www/users/amano/amano/styles/site.css **
**
*/
/*
** CSS for Amano Credit
*/



/* THE REAL ONE'S */

body { margin:0px; padding:0px; text-align:center;
       font-family:Arial; font-size:12px;
     }


a { text-decoration:none;
  }
  
ul { margin:0px; padding:0px;
   }
   
img { border:0px solid green;
    }
   

/**/

div#header { width:700px; height:145px; margin:0 auto; 
	     text-align:center; background-image: url("../imgs/banner.gif"); 
           }

#header img { padding:25px 0px 0px 0px;
            }

/**/

div#topm { width:700px; height:155px; margin:10px auto;
           text-align:center; border-bottom:5px solid #666;
         }

div#topm img { margin:0px 20px;
             }

div#botm { width:700px; height:4px; background:#0212C7;
           text-align:center;
         }

div#Opts { padding:4px;
         }

div#Opts a { color:#002115; font-size:11px;
           }

div#Opts a:hover { color:#007950;
                 }

/**/

div#content { width:700px; margin:0 auto; border: 0px solid black;
	      text-align:left; max-width: 1024px;
            }

div#lft { float:left; width:200px; margin:0; padding:0;
	}

div#lftC { margin:0; padding:0;
         }

.ul_menu li { list-style-type:none; width:200px;
	      height:25px; padding:0; margin-bottom:2px;
	      border-bottom:0px #000 solid;
	      font-size:12px;
	      text-align:left;
	    }

.liM { width:200px; height:30px;
       padding: 0; display:block; vertical-align:middle;
     }

.liM a { background:url(imgs/men1.gif) top no-repeat;
	 padding: 4px 2px 0px 20px; height:25px; text-decoration:none; 
	 display:block; color:#505050; font-weight:bold;
       }

.liM a:hover { background:url(imgs/men2.gif) top no-repeat;
	       padding: 4px 5px 0px 20px; height:25px;
	       display:block; color:#00009B;
              } 

/**/

div#main { margin:0 0 0 200px; padding:0; 
	 }

div#mainC { margin:0; padding:0.1em 1.2em;
	  }


/**/

hr.cleaner { clear:both; height:1px; margin: -1px 0 0 0; padding:0;
	     border:none; visibility: hidden;
	   }

/**/

div#footer { width:700px; text-align:center; color:#505050; font-size:11px;
             padding:5px;
           }
           
div#footer a { color:#505050; font-weight:bold;
             }

div#footer a:hover { color:#00009B;
                   }
           /*
**
** end file: /usr/www/users/amano/amano/styles/site.css **
************************************************************************
************************************************************************
*/
