body {
	margin: 5px; 
	color: #000000; 
	background-color: #669999;
	font-family: Helvetica, Arial, sans-serif;
  	font-size: 0.8em;
}

body table {
  	font-size: 1em;
}


/*BODY P { font-size:x-small; }*/

.bluecontentold { COLOR: #000000; BACKGROUND-COLOR: #ccffff }
.bluecontent { COLOR: #000000; BACKGROUND-COLOR: #f2ffff } /*E1D8C6*/
.bluecontent A:link { COLOR: #0000ff; TEXT-DECORATION: underline }
.bluecontent A:visited { COLOR: #800080; TEXT-DECORATION: underline }
.bluecontent A:active { COLOR: #ff0000; TEXT-DECORATION: underline }
.pinkcontent { COLOR: #000000; BACKGROUND-COLOR: #ff99cc }
.pinkcontent A:link { COLOR: #0000ff; TEXT-DECORATION: underline }
.bluecontent A:visited { COLOR: #800080; TEXT-DECORATION: underline }
.bluecontent A:active { COLOR: #ff0000; TEXT-DECORATION: underline }

.skillscontent { 
	background-color: #E1D8C6;
	font-size:smaller;
	font-family:"Times New Roman", Times, serif;
  	font-size: .9em;
}

.portHeader {
	font-weight: bold;
	font-size: larger;
	font-family: Arial, Helvetica, sans-serif;
}

.portSubHeader {
	font-weight: bold;
	padding-top: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
}

/* don't use these parameterss.  While it does a good job of replicating 
   standard table functionality, it effects all nested tables within it */
TABLE.content {
	BORDER-RIGHT: gray 2px outset; 
	BORDER-TOP: gray 2px outset; 
	MARGIN: 2px; 
	BORDER-LEFT: gray 2px outset; 
	BORDER-BOTTOM: gray 2px outset; 
	border-spacing: 2px
}
.content TR {
	VERTICAL-ALIGN: top
}
.content TD {
	BORDER-RIGHT: gray 1px inset; 
	PADDING-RIGHT: 5px; 
	BORDER-TOP: gray 1px inset; 
	PADDING-LEFT: 5px; 
	PADDING-BOTTOM: 5px; 
	BORDER-LEFT: gray 1px inset; 
	PADDING-TOP: 5px; 
	BORDER-BOTTOM: gray 1px inset
}

.logotable {width:100%;}
hr.logoline {
	width:99%; 
	border-bottom:inset #BAAB8E 4px; 
	margin-top:5px; 
	margin-bottom:5px;
}
.headerDiv {text-align:left; padding-top:8px; margin-left:10px}
.headerText {
	font-size: 130%; 
	color: black; 
	width:130px; 
	margin-right:4px; 
	display:inline; 
	border-top:groove #ccc 2px; 
	border-left:groove #ccc 2px; 
	border-right:groove #ccc 2px; 
	background-color:#CCFFFF; 
	vertical-align:bottom;
}

.researchTitle {
	margin-bottom:5px;
}
.researchBody {
 	margin-left:40px;
	margin-bottom:30px;
}

.capTitle {
	font-size: 300%;
	text-transform: capitalize;
	color: #E1D8C6;
/*	filter: Glow(Color=#555555, Strength=1);*/
	width:1px;
	height:1px;
}

.obscureNote {
	margin-left:50px;
	margin-right:50px;
	margin-bottom:2em;
	font-size: 0.75em;
	font-style: italic;
}