/* 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: Arial,sans-serif;
	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:100%; 
  border: 1px none #cccccc;
}


#Sidebar{
	width:200px;
	border: 1px none #000000;
}

#Sidebar a:link, #navigation a:visited {
	color: #005FA9;
	text-decoration: none;
}
#Sidebar a:hover {
	background-color: #00688B;
	color: #FFFFFF;
}


#Title{ 
  width:575px; 
  height:60px; 
  z-index:9; 
  top: 10px; 
  border: 1px none #000000;
  left: 225px;
}


/************* breadCrumb styles ***************/

#breadCrumb{ 
  width:708px; 
  height:20px; 
  z-index:7; 
  top: 236px; 
  border: 1px none #000000;
  left: 9px;
	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}
