
body {
	background: #758990 url(../images/bg.jpg) top repeat-x;
}

#ETSlogo {background: url(../images/ETS_bg.gif) repeat-y}

#ETS {
	background: url(../images/ETS.jpg) top no-repeat;
}

	#ETS p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #90bb49;
	margin: 0 10px 18px 0;
	text-align:center;
	}

#ETSlong {
	background: url(../images/ETS_bottom.jpg) top no-repeat;
}

	#ETSlong p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #90bb49;
	margin: 0 10px 18px 0;
	}
	
#ETSexpand {
	background: url(../images/ETS.jpg) top no-repeat;
}

	#ETSexpand p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #90bb49;
	margin: 400px 10px 18px 0;
	text-align:center;
	}

#LongTable { background: url(../images/repeated.png) repeat-y;}

#copySpace {
	background: url(../images/copy.gif) top no-repeat;
}

#copySpacePlain {
	background: url(../images/copyWide.gif) top no-repeat;
}

#copySpaceWide {
	background: url(../images/copyWidebg.gif) top repeat-y;
}

#right {background: url(../images/right_bg.gif) repeat-y}

#navigation {
	position: absolute;
	margin: 1px 0 0 8px;
	z-index: 10;
	height: 41px;
	}
	
	
#footer {
	background: url(../images/bottom_right.jpg) top no-repeat;
}

	#footer p {
		font: 10px Arial, Helvetica, sans-serif;
		color: #fbfdfe;
		margin: 20px 26px 0 0;
		text-align: right;
	}
	
	
	#footer2 {
	background: url(../images/bottom_right2.jpg) top no-repeat;
}

	#footer2 p {
		font: 10px Arial, Helvetica, sans-serif;
		color: #fbfdfe;
		margin: 20px 26px 0 0;
		text-align: right;
	}
	
	
#experience {
	margin-top: 41px;
}

h1 {
	font: 18px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #94bf4b;
	margin: 0px 0 10px 30px
}

.blue {color: #13658d;}
.airy {line-height: 135%}

p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #313435;
	margin: 0 63px 0 30px;
	text-align:justify;
}

.left {
	font: 12px Arial, Helvetica, sans-serif;
	color: #313435;
	margin: 0 63px 0 30px;
	text-align:left;
}

a {
	font: 12px Arial, Helvetica, sans-serif;
	color: #1d7bb1;
}

a:hover {color: #94bf4b}


/* DHTML SLIDING DIVS */

.dhtmlgoodies_question{	/* Styling question */
	font: 12px Arial, Helvetica, sans-serif;
	color: #1d7bb1;
	margin: 0 63px 8px 30px;
	text-decoration:underline;
	font-weight:bold;
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	font: 12px Arial, Helvetica, sans-serif;
	color: #313435;
	margin: 0 63px 13px 55px;
	border-bottom:#999999  thin dotted;
	border-top:#999999  thin dotted;
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}

td {
font: 12px Arial, Helvetica, sans-serif;
	color: #313435;}
	
	
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	position:relative;
}

