/* general */


body {
	font: 0.8em/1.1em Verdana, sans-serif ;
	background: #fff;
	color: #000;
	padding: 0 0 0 0;
	margin: 0;
}

* { 
	/*text-transform: lowercase;  could apply this to the body, but IE seems to ignore it there */
	padding:0;
	margin:0;
}

p {
	margin: 1em 0 0 0;
	padding: 0 0 1em 0;
}
h1
{	
margin: 1em 0 0 0;
padding: 0 0 .5em 0;
font: 1.2em/1.1em Verdana, sans-serif ;
font-weight: bold;

}

p.p2 ul {
	padding: 0 0 0 0;
	margin-left: 2em;
	margin-bottom: 0;
}
li.sublist
{
list-style-position:inside;
list-style:none;
}


p.p1:first-line {
	font-weight: bold;
	margin-bottom: -1em;
}


p.p2, p.p3{
	text-indent: 1em;
	margin-top: -0.8em;
	margin-bottom: -0.8em;
}
p.p1
{
page-break-after:avoid;
}
p.p1, p.p2, p.p3, p.p4,p.p5
{
page-break-inside:avoid;
}
 p.p4 {
	/* originally used p + p, but IE doesn't play ball with that...so this is a rather ugly kludge */
	font-weight: bold;
}
 p.p5{
 	font-style:italic;
	margin-top: -0.8em;
	margin-bottom: -0.8em;
 }
h3 {
	font-size: 1.2em;
	margin-bottom: -0.2em;
}

ul {
	list-style: disk;
	list-style-size: .5em;
	padding: 1em 0 0 0;
	margin-left: 4em
}

li {
	margin-bottom: 0;
}

a 
{
	color:#dfcab5;
	background: transparent;
	font-weight:bold;
	text-decoration: none;
}


acronym {
	/* override Mozilla and co.'s standard dotted line under acronyms for a better look
	(at the detriment of accessibility, unfortunately) */
	border: none;
}


/* more specific rules */

#container {
	/*background: url('bottom_corner.gif') no-repeat bottom right;*/
	color: inherit;
	width: 600px;
}
#containerportfolio {
	color: inherit;
	position:absolute;
	left:440px;
	width: 400px;
}
#printHeader 
{
	width:700px;
	text-align:center;
	line-height:10px;
	border-color:#000;border-width:1px;	
}

#pageHeader,#resumetitle,#explan {
	display:none;
}
#pageHeader  td{
	background: url(../images/logo.gif) no-repeat top left;
   margin-top: 3em;
	width: 300px;
	height: 95px;
}

#pageHeader span {
	display: none;
}

#preamble, #supportingText div {
	padding: 0 0 0 0 ;
	text-align: justify;
}
.subtext {
	font-weight:normal;
}
.date{
	font-weight:bold;
	font-style:italic;
}
.simplebold
{
	font-weight:bold;
}
#linkList,#contactBlurb,#submenumainservices
{
display:none;
}

/* admittedly graphics intensive, but each of the following divs has its own distincitve
bracket (left or right) with its own different texture of dirt */

#preamble {
	background:  url(../images/thing1.gif) no-repeat top left;
}

#participation {
	background:  url(../images/thing2.gif) no-repeat top left;
}

#requirements {
	background:  url(../images/thing3.gif) no-repeat top left;
}

#benefits {
	background:  url(../images/thing4.gif) no-repeat top right;
}

#explanation {
	background:  url(../images/thing5.gif) no-repeat top right;
}

/* old-style borders for the picture-frame look of the menu */

#linkList {
	position: absolute;
	top: 280px;
	left: 330px;
	/*background: url('images/menutop.gif') no-repeat top right;*/
	width: 300px;
	height: 50px;


}

#linkList2 {
	margin-top: 32px;
	/*background: url('images/menubody.gif') ;*/
	color: inherit;
	width: 300px;
}

#tablenav {
	 padding: 0 px 0 px;
	 width: 300px;
}
#tablenav td
{
	align:right;
	
}
#tablenav td:hover
{
}

#lresources
{
width:130px;
align:left;

}




/*SUBMENUS*/

#submenuservices 
{
display:none;
}
#submenuservices a
{
	color:white;
	font-weight:bold;
	text-decoration: none;
}
#submenuservices a:hover
{
	color: #7F2424;
}

#submenuportfolios
{
display:none;
}
#submenuportfolios a
{
	color:white;
	font-weight:bold;
	text-decoration: none;
}
#submenuportfolios a:hover
{
	color: #7F2424;
	}
	
#subtable td
{
	display:none;
	
}


#lresources {
	/*background: url('images/menubottom.gif') no-repeat bottom right;*/
	margin:1em;
}


/* static version of what was originally a flyout menu...but didn't work in Netscape 7 */

#linkList #linkList2{
	visibility: visible;
}

/*just to tidy up the bottom end a bit */

#container {
	padding-bottom: 10px;
	margin-bottom: -2em;
}


/* a bit of useless visual whimsy...*/

p hover {
	color: #ffffff;
	background: transparent;
}

p a:hover {
	color: #7F2424;
	background: transparent;
}

p.p2 a:hover {
	color: #7F2424;
	background: transparent;
}

/* and now...the extras */

#extraDiv1 {
display:none;
}

body>#extraDiv1 {
	/* and this reverses the previous rule for those browsers (i.e. non IE ones) that already showed
	the flower background correctly as it was applied to #lselect */
	display: none;
}


#extraDiv2, #extraDiv3, #extraDiv4, #extraDiv5, #extraDiv6 {
	display: none;
}
