/* DEFINING THE BODY OF THE MAIN PAGE */
body 
	{
	margin: 0;
	background-repeat: repeat-x;
	background-color: #ffffff;
	
	}
	
#topbar {
display:block;
position:relative;
overflow: hidden;
background:url(../parentimg/topbar.jpg) no-repeat top center;
}
	
	
	
/* TEXT FORMATTING */

.problem
	{ 
	background-color: #ff0000;
	
	}



.copy
	{ 
	color : #5B605D; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 13px; 
	font-weight : normal;  
	line-height : 19px;
	}
	
a.copy:link, a.copy:visited, a.copy:hover 
	{ 
	color : #004A8D; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 13px; 
	font-weight : normal;  
	line-height : 19px;
	text-decoration: underline; 
	}
	
.blue
	{ 
	color : #0077AE; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 15px; 
	font-weight : bold;  
	line-height : 18px;
	}

.white
	{ 
	color : #fff; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 14px; 
	font-weight : bold;  
	line-height : 18px;
	}

.green
	{ 
	color : #079a50; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 15px; 
	font-weight : bold;  
	line-height : 18px;
	}
	
.purple
	{ 
	color : #D34A96; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 15px; 
	font-weight : bold;  
	line-height : 18px;
	
	}
	
.red
	{ 
	color : #cd2030; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 15px; 
	font-weight : bold;  
	line-height : 18px;
	}
	
.aqua
	{ 
	color : #00b6ab; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 15px; 
	font-weight : bold;  
	line-height : 18px;
	}
	
.ltblue
	{ 
	color : #009edd; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 15px; 
	font-weight : bold;  
	line-height : 18px;
	}
	
.dkblue
	{ 
	color : #006199; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 15px; 
	font-weight : bold;  
	line-height : 18px;
	}
	
.bluheader
	{ 
	color : #0077AE; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 24px; 
	font-weight : bold;  
	line-height : 28px;
	}

.purpheader
	{ 
	color : #D34A96; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 24px; 
	font-weight : bold;  
	line-height : 28px;
	}
	
.redheader
	{ 
	color : #cd2030; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 24px; 
	font-weight : bold;  
	line-height : 28px;
	}
	
.greenheader
	{ 
	color : #079a50; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 24px; 
	font-weight : bold;  
	line-height : 28px;
	}
	
.ltblueheader
	{ 
	color : #009edd; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 24px; 
	font-weight : bold;  
	line-height : 28px;
	}
	
.aquaheader
	{ 
	color : #00b6ab; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 24px; 
	font-weight : bold;  
	line-height : 28px;
	}
	
.dkblueheader
	{ 
	color : #006199; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 24px; 
	font-weight : bold;  
	line-height : 28px;
	}
	
ul.blue
	{ 
	color : #0077AE; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight : bold;  
	line-height : 16px;
	margin-left: 15px;
	padding: 0;
	}
	
li.blue
	{ 
	color : #0077AE; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight : bold;  
	line-height : 16px;
	margin-left: 0;
	padding-bottom: 0.5em;
	}

li.copy
	{ 
	color : #5B605D; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 13px; 
	font-weight : normal;  
	line-height : 19px;
	padding-bottom: 0.5em;
	}
	
.footer
	{ 
	color : #899ba7; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	font-weight : normal;  
	line-height : 15px;
	}
	
.disclaimer
	{ 
	color : #899ba7; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	font-weight : normal;  
	line-height : 15px;
	}
	
a.footerb:link, a.footerb:visited 
	{ 
	color : #899ba7; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	font-weight : bold;  
	line-height : 15px;
	text-decoration: none; 
	}	
	
a.footer:link, a.footer:visited 
	{ 
	color : #899ba7; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	font-weight : normal;  
	line-height : 15px;
	text-decoration: none; 
	}		
	
a.footer:hover, a.footerb:hover	
	{ 
	color : #000000;
	text-decoration: underline; 
	}
	
	
#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
color : #000; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	font-weight : normal;  
	line-height : 13px;
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
