/* CSS TEXT STYLES Document */

/* ----------------------------------------------------------
   BODY + PAGE BACKGROUNDS
   ----------------------------------------------------------*/
   
   
html, body {height:100%;}

   
body {
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	background-color: #EEEEEE;
	/*   */
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.95em;
	line-height: 1.5em;
	color: #333333;
	/*   */
}


/* ----------------------------------------------------------
   LINKS
   ----------------------------------------------------------*/
a {
	color: #FF00FF
}
a:link, a:visited {
	text-decoration: underline;
}
p a:hover, p a:active, td a:hover, td a:active {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF00FF
}
/*////////////////////////////////////////*/
/* REMOVES UNDLERLINE FROM IMAGES */
a.img:hover, a.img:active img {
    border-bottom-width: 0px;    
}
/*////////////////////////////////////////*/
/* Mother-iDMAa links at top of page */
#topnav a:link, #topnav a:visited  {
	text-decoration: none;
	background-color: #FFFFFF;
	padding-top:7px;
	padding-left:4px;
	padding-right:4px;
	padding-botom:2px;
}
#topnav a:hover, #topnav a:active  {
	text-decoration: none;
	color:#FFF;
	background-color: #FF00FF;
	padding-top:7px;
	padding-left:4px;
	padding-right:4px;
	padding-botom:2px;
}
/*////////////////////////////////////////*/
/* Side Navigation styles */
.side {
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.85em;
	line-height:  1.3em;
	color: #FFFFFF;
	background-color: #000000;
	padding-top:2px;
	padding-left:12px;
	padding-right:4px;
	padding-botom:2px;
}
#col1 a:link, #col1 a:visited  {
	text-decoration: none;
}
#col1 a:hover, #col1 a:active  {
	text-decoration: none;
	background-color: #FF00FF;
}
/*////////////////////////////////////////*/
/* Main Content Styles */
#col2 p {
	font-family: Helvetica, Arial, sans-serif;
	/*font-size: 0.75em;
	line-height: 1.25em;*/
	margin-top: 5px;
	background-color: #FFFFFF;
	padding-top:8px;
	padding-left:8px;
	padding-right:8px;
	padding-botom:8px;
}
/*////////////////////////////////////////*/
/* Header box style */
#headText span {
	background-color: #FFFFFF;
	padding-top:8px;
	padding-left:8px;
	padding-right:8px;
	padding-botom:8px;
}
.header {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	color: #00CCFF;
	text-decoration: none;
}
/*////////////////////////////////////////*/
#footer span, #col1 span {
	background-color: #FFFFFF;
	padding-top:2px;
	padding-botom:2px;
}
/*////////////////////////////////////////*/
/* COLORS ! */
.white {
color: #FFFFFF;
}
.yellow {
color: #FFFF00;
}
.cyan {
color: #00CCFF;
}
.magenta {
color: #FF00FF;
}
/*////////////////////////////////////////*/

.text {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.85em;
	line-height: 1.35em;
	color: #000000;
}
.text_sm {
	font-size: 0.8em;
	line-height: 1.3em;
	color: #000000;
}
.text_sm_gray {
	font-size: 0.70em;
	line-height: 1.3em;
	color: #666666;
}
.text_sm_cyan {
	font-size: 0.70em;
	line-height: 1.3em;
	color: #00CCFF;
}
.textcolor {
	font-weight: bold;
	color: #00CCFF;
	font-size: 1.2em;
}
.textwhite {
	color: #FFFFFF;
}
.textcolor {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.2em;
}
/* Italic Text */
.textitalic {
	font-weight: normal;
	font-style: italic;	
}
/* Small text for quote attributions and footnote style text*/
.textattribution {
	font-weight: normal;
	color: #666666;
	font-size: 12px;
}
/*////////////////////////////////////////*/
/* LISTS */
ul {
	padding-right: 25px;
	padding-left: 15px;

}

li {
	padding-right: 15px;
	padding-left: 0px;
	list-style-image: url(http://www.idmaa.org/idmaa2007/images/bullet.gif);
	font-size: 0.85em;
	line-height: 1.5em;
	background-color: #FFFFFF;
}

/*////////////////////////////////////////*/
/*USED FOR NOTES - ALL TBD TEXT MUST BE REMOVED */
.TBD {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color: #FF0000;
}