/*  
  7pt = 9.33px
  8pt = 10.66px
  9pt = 12px
  10pt = 13.33px
  12pt = 16px
  14pt = 18.66px
  16pt = 20px
  
  
  purple  #65477a
  green   #348354
*/


/* need this next line for mozilla browser to allocate space for scrollbar, or page jumps left as scrollbar is added */
body {overflow:-moz-scrollbars-vertical;
     
    }

Body {	margin: 0px;             
    padding: 0;
    width: 1000px;
    background: grey; 
    margin-left:auto;
    margin-right:auto;
	}

body,  td, th, p	{
	font-family: Verdana,"Lucida Sans Unicode",  sans-serif;
	font-size: 12px;
	letter-spacing: .02em;
	font-weight: normal;
	color: #404040;
	line-height: 150%;
	text-align: justify;
	}
table { width: 100%;
    border-collapse: collapse;
    }
p {margin-top:0;}

p span.standout,
li span.standout {
	font-size: 15px; 
	font-weight: bold;
	color: #404040;
	}
#leftcontent span.standout { 
	size: 16.66px;
	}	
ul {
	list-style-image: url('images/listsquare.gif');
	}

p a,
li a {
	font-weight: normal;
	text-decoration: underline;
	}
	
a img { border: 1px solid #888888; }
a { outline: none; }

.disclosure{
	margin-left: 266px; 
	margin-right: 28px;
	font-style:italic;
	color:#348354;
	}
 
/* ================= overall layout ======================= */

td.menu  {
	font-family: Verdana, "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: .05em;
	color: #404040;
	height:125px;
	vertical-align:bottom;
	padding-bottom: 5px;
	}
td.menu a {
	text-decoration: none;
	padding: 0 32px 0 0; 
	color: #404040;
	}

td.menu input  {
	border: 0px;
	}
	
.swash {
	background: url('images/swash.png') right no-repeat;
	height: 30px;
	width: 206px;
	margin-top:12px;
	margin-bottom:12px;
	}	
table#content  {
	width:1000px;
	background: white url('images/contentback.jpg') no-repeat;
	margin: 0;
	}
table#content td#maintd {
    /* padding-right:63px; */
    padding-right: 30px;
    padding-left: 30px;
	height: 420px; 
	vertical-align: top;   
	} 
td#leftcontent  {
	width: 206px;
	vertical-align:top;
	text-align:right;
	padding:0px 0 0 0;
	}	
td#rightcontent  {
	padding: 0px 28px 0 64px;
	vertical-align:top;
	}
ul {margin-top:0;}
ul.general li {
	margin: 0 0 18px -25px;
	} 
	
#footer  {
    width: 900px;
	margin: 5px 50px 0 46px; 
	border-top: 1px solid #65477a; 	
	}
#footer td {
	font-size: 10px;
	letter-spacing: .02em;
	text-align: left;
	}
#footer td.center {
	text-align: center;
	padding-left:5px;
	padding-right:5px;
	}
#footer td.right {
	text-align: right;
	padding-left:5px;
	}
#footer td.left {
	text-align: left;
	padding-right:5px;
	}
#footer a {
	text-decoration: none;
	color: #404040;
	}
#footer a.lee { text-decoration: underline;}		
/* =============== index ============================  */
table#indexbody {
	margin: 50px 0 90px 0;
	}

/* =============== all other pages ============================  */
table#thebody {
	margin: 0px 0px 90px 0;
	min-height: 450px;
	}	
	
/* ===================== portfolio  ================================ */	
table#tportfolio {
	width: 100%;
	margin: 20px 0px 90px 0;
	}
table#tportfolio td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 20px;
	border: 0px solid red;
	}
table#tportfolio img {
	border: 1px solid #828282;
    }
td.leftportfolio {
	padding: 10px 10px 10px 60px;
	width: 200px;
	}
td.rightportfolio {
	padding: 0 30px 10px 10px;
	text-align:left;
	}
table.portfolio div.swash {
	margin:auto;
	}		
/* ============= headers ============================ */    

h1  { font-family: Verdana, "Lucida Sans Unicode", sans-serif; 
	font-size: 16px; 
	font-weight: bold; 
	color: #606060;
	margin: 17px 0 15px 270px;
	 }

h2  { font-family: Verdana, "Lucida Sans Unicode", sans-serif; 
	font-size: 13.33px; 
	font-weight: bold; 
	color: #404040;
	margin: 0px 0 0px 0;
	letter-spacing: .06em;
	line-height: 150%;
	 }
h2 span.standout {
	font-family: Verdana, "Lucida Sans Unicode", sans-serif;
	font-size:  17px;
	font-weight: bold;
	}
 h3  { font-family: Verdana, "Lucida Sans Unicode", sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	color: #000000;
	margin-bottom: 0;
	 }

