/***********************************************/
/* trainingx.css                               */
/* Use with template content.dwt               */
/* Created 4/13/06 Tom Schatz                  */ 
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	font-family: Trebuchet MS, Helvetica;
	font-size:13px;
	color:#333333;
	/*background-color: #EBE7DB;*/
	background-color:#FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: underline;
}

a:hover{
	background-color: #eeeeff;
}
ul li{
list-style:disc;
}

/************** header tag styles **************/

h1{
 	font-size: 14px;
 	font-weight: bold;
 	color: #006699;
}

h2{
 	font-size:13px;
 	font-weight: bold;
 	color: #006699;
}

h3{
	font-weight: bold;
	color: #006699;
}

h4{
 	color: #006699;
}


/******************Styles***********************/


.spacedList{
	margin-bottom: 2%;
}

.bigBlue{
	font-size: 14px;
 	font-weight: bold;
 	color: #006699;
}

.MMDComment{
	color: #FF0000;
}

.hotword {
	color: #006699;
	text-decoration: underline;
}

.imageRight{
	float:right;
	margin-left: 20px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#nav{
	position:absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
}

#pageContentBG{
	position: absolute;
	top: 56px;
	left: 178px;
	width: 822px;
	height: 643px;
	background-color: #ffffff;
}

#pageContentFG{
	position: absolute;
	top: 96px;
	left: 198px;
	width: 785px;
}

#pageContent{
	position: absolute;
	top: 40px;
	left: 20px;
	width: 785px;
}


/***************************************************/
/* Interaction Styles                              */
/***************************************************/

#interaction{
	position: absolute;
	top: 0px;
	/*left: 0px;*/
	height: 708;
	width: 100%;
	background-color:#FFFFFF;
}

.reportHeader{
	font-weight:bold;
	color:#FFFFFF;
}

#glossaryUtil{
	position: absolute;
	right: 20px;
	top: 12px;
}
