/*
 * Resume.css      06/07/2006
 *
 * Copyright 2006 Kate Walsh. All rights reserved.
 */

body  
{
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	color:#333333;
	padding:30;
}
p {font-size: 11px; }
.chapter { margin-top: 40px; font-size: 14px; }
.sect1 { margin-top: 15px; font-size: 12px; }
h1 {font-size: 16px; font-weight: bold; }
h2 {font-size: 14px; font-weight: bold; }
h3 {font-size: 14px; font-weight: bold; }
h4 {font-size: 12px; font-weight: bold; }
h5 {font-size: 10px; font-weight: bold; }
h6 {font-size: 10px; font-weight: bold; }



a:link {color: #3d5498; font-weight: bold; text-decoration: none;}
a:visited {color: #3d5498; font-weight: bold; text-decoration: none;}
a:hover  {color: #b3b1b1; font-weight: bold; text-decoration: underline;}
a:active {color: #b3b1b1; font-weight: bold; text-decoration: underline;}


p  { margin-top: 5; margin-bottom: 5;}
     
img {margin: 15; }
     
hr  {height: 1; margin-top: 40; } 





li {margin-top: 0;
    margin-bottom: 5}
        
li p{margin-top: 5;
     margin-bottom: 0}

/* Ordered lists */

ul {list-style-image:url(../support/images/blue-ball-mid.gif);
    margin-top: 5;
    margin-bottom: 0;
	 margin-left: 16;
}

ul li ul{list-style-image:url(../support/images/blue-sqr-mid.gif)}

ul ul{list-style-image:url(../support/images/blue-sqr-mid.gif)}

/* Numbered lists embedded in ordered lists   */

ul li ol{list-style-image:none;
         list-style-type: decimal}

ul li ol li ol{list-style-type: lower-alpha}

ul li ol ol{list-style-type: lower-alpha}

ul ol{list-style-image:none;
      list-style-type: decimal}

ul ol li ol{list-style-type: lower-alpha}

ul ol ol{list-style-type: lower-alpha}

/* Graphics for notes and warnings  */

ul.note {list-style-image:url(../support/images/tip.gif);
     margin-top: 5;
     margin-bottom: 0;
	  margin-left: 16;
}

ul.warning {list-style-image:url(../support/images/warn.gif);
     margin-top: 5;
     margin-bottom: 0;
	  margin-left: 16;
}

/* Numbered lists */

ol {list-style-image:url('images/circle' + * + '.gif');
    margin-top: 5;
     margin-bottom: 0;
	  margin-left: 22;
}

ol li ol{list-style-type: lower-alpha}

ol ol{list-style-type: lower-alpha}

/* Ordered lists embedded in Numbered lists  */

ol li ul {list-style-image:url(../support/images/blue-ball-mid.gif)}

ol li ul li ul {list-style-image:url(../support/images/blue-sqr-mid.gif)}

ol li ul ul {list-style-image:url(../support/images/blue-sqr-mid.gif)}

ol ul {list-style-image:url(../support/images/blue-ball-mid.gif)}

ol ul li ul {list-style-image:url(../support/images/blue-sqr-mid.gif)}

ol ul ul{list-style-image:url(../support/images/blue-sqr-mid.gif)}

dl {margin-left: 0;
    margin-top: 10;
    margin-bottom: 5}

dt {font-size: small;
    font-style: normal;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    text-indent: 0}

dd {font-size: small;
    font-style: normal;
    font-weight: normal;
    margin-top: 2;
    margin-left: 25}
    

small {font-size: x-small}

.seeAlso{
	font-family: SansSerif, Arial, Helvetica, sans-serif;
	color: #080c77;
	font-size:10px;
}