/* CSS Document */

/******* hyperlink and anchor tag styles *******/
a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body,td,th {
	color: ##000000;
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
}

h1 {
	font-size: 16px;
	color: #005FA9;
}

P{

	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;

}
ul, li{

	font-family: Arial,sans-serif;
	font-size: small;
	color: #333333;
	line-height: 1.166;	
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#layer1{
  position:absolute; 
  width:575px;
  z-index:1; 
  left: 225px; 
  top: 116px; 
  border: 1px none #cccccc;
}

#Content{
 
  width:717px;
  z-index:1; 
  left: 1px; 
  top: 269px; 
  border: 1px none #cccccc;
}



#Title{
  position:absolute; 
  width:575px; 
  height:60px; 
  z-index:9; 
  top: 10px; 
  border: 1px none #000000;
  left: 225px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
 
  width:709px; 
  height:20px; 
  z-index:7; 
  top: 236px; 
  border: 1px none #000000;
  left: 7px;
	padding: 5px 0px 5px 10px;
	font-size: 14px;
	font-family: Arial,sans-serif;
	color: #000000;
}

#breadCrumb a{
	color: #444444;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}

/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
min-width: 600px;
height: 32px;
color: #cccccc;
padding: 0px;
font: small Verdana,sans-serif;
color: #AAAAAA;
margin: 0px;
}
#globalNav a{
	color: #AAAAAA;
}

#globalNav a:hover{
	color: #005FA9;
	text-decoration: underline;
}
/************* temporary top Nav styles ****************/
.style1 {
	color: #006600;
	font-weight: bold;
}

.style4 {
	font-size: 14px;
	color: #005FA9;
}

.style2 {color: #666666}
.style3 {color: #FF0000}

