/* 2011 Quicksilver Style Sheet */

#container {
	width: 950px;
	border: 1pt black solid;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	}

#banner {
	width: 100%;
	margin-left: 10%; margin-top: 10px; margin-bottom: 20px;
	}

body {
	margin: 0px;
	padding: 0px;
	background: #EEEEEE;
	font-size: 10pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.5;
	text-align: left;
	}
		
td img { display: block; text-align: center; }

a:link { 
	text-decoration: none; 
	color: #025BB5;
	}
a:visited { 
	text-decoration: none; 
	color: #6A6A6A;
	}
a:hover, a:active { 
	text-decoration: underline;
	color: #0033CC;
	}
	
h1 { margin-bottom: -10px; font-size: 120%; font-weight: bold; letter-spacing: 1px; text-align: left; }
h2 { font-size: 100%; font-weight: bold; letter-spacing: 1px; text-align: left; }
h3 { font-size: 90%; font-weight: bold; letter-spacing: 1px; text-align: left; }
h4 { font-size: 80%; font-weight: normal; letter-spacing: 1px; text-align: left; padding-top: 25px; }

#navBox {
	margin-left: 5px;
	font-size: 90%;
	font-weight: bold; 
	line-height: 25px;
	}

#captionSmall {
	margin-top: 0px;	
	font-size: 70%;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center; 
	}
	
#captionLarge {
	margin-top: 3px;
	font-size: 85%;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	}

p.bodyText {
	margin-left: 10px;
	margin-right: 10px;	
	font-size: 80%; letter-spacing: 1px; line-height: 1.5; text-indent: 25px; text-align: justify;
	}

.emDash {
	text-align: right;
	}

p.textBoxLeft {
	margin-left: 5px; font-size: 80%; line-height: 15px;
	}

p.textBoxRight {
	margin-left: 5px; margin-right: 25px;	
	font-size: 80%; line-height: 20px; text-align: left;
	}

p.linkText {
	font-size: 80%; font-weight: bold; letter-spacing: 1px;;
	}
	
p.largerView {
	margin-top: 20px; margin-bottom: 20px;	
	text-indent: 0px; font-size: 85%; font-style: italic; text-align: center;
	}

p.archivesText	{
	font-size: ; 
	}

p.resumeText	{
	font-size: 80%; line-height: 15px;
	}

#backArrow	{
	margin: 10px 3px 10px 0;
	}

#listBox	{
	margin-left: 70px;
	}
	
ul	{
	list-style-type: none;
	padding: 0;
	margin-left: 1em;
	font-size: 80%; line-height: 20px;
	}
	
li	{
	background-image: url('images/bullet.gif');
	background-repeat: no-repeat;
	background-position: 0 .60em;
	padding-left: .6em
	}

#artistSig {
	margin: -20px 10px -5px 220px;
	font-size: 80%;
	font-weight: normal;	
	font-style: italic;
	text-align: right;
}

p.copyright {
	margin: 3px 0 0 5px;	
	font-size: 70%; text-align: left;
	}
