
/* Main
---------------------------------------------------------------------------------*/
body {
	font-family:Arial, Verdana, Helevetica;
	font-size: 9pt;
	text-align: left;
	margin-top: 75px;
	padding: 0px;
	background: url(images/background.gif) top center fixed repeat-x;
	color: #000;
	}	

a:link {
color:#009700; font-face:Arial; font-size:9pt; text-decoration:none
}
a:visited {
color:#009700; font-face:Arial; font-size:9pt; text-decoration:none
}
a:active {
color:#009700; font-face:Arial; font-size:9pt; text-decoration:none
}
a:hover {
color:#009700; font-face:Arial; font-size:9pt; text-decoration:underline
}




#pathways_wrapper {
	width: 931px;
}

#pathways_container {
	margin-top: 150px;
	padding:20px;
	border-style: solid ; 
	border-color: #C0C0C0; 
	border-width: 1px; 
	background-color: #FFFFFF;
}


h1 {
	font-family: Georgia, Times New Roman; 
	color: #009700;
	font-weight: normal;	}

h2 {
	font-size: 16pt;
	font-family: Georgia, Times New Roman; 
	color: #000000;
	font-weight: normal;	
	}

h3 {
	font-size: 18pt;
	font-family: Georgia, Times New Roman; 
	color: #1C5A69 ;
	font-weight: normal;	
	margin-bottom: -15px;
	}

h4 {
	font-size: 9pt;
	font-family: Arial, Verdana, Helevetica;
	color: #000000;
	font-weight: normal;
	padding:3px;	
	}

h5 {
	font-size: 9pt;
	font-family: Arial, Verdana, Helevetica;
	color: #000000;
	font-weight: normal;
	padding-left:10px;	
	}

	
li           { line-height: 150%; list-style-type: square; color: #009700 }

	
	
	
/* Navigation
---------------------------------------------------------------------------------*/

#navigation{
background:url('images/navi-matrix.gif') no-repeat;
width:396px;
height:48px;
margin:0px;
padding:0px;
float:right;
}

#navigation span {
display: none;
}

#navigation li, #navigation a {
height:48px;
display:block;
}

#navigation li {
float:right;
list-style:none;
display:inline;
}

#navigation-01 {width: 99px;}
#navigation-02 {width: 99px;}
#navigation-03 {width: 99px;}
#navigation-04 {width: 99px;}

#navigation-01 a:hover {background:url('images/navi-matrix.gif') no-repeat 1px -48px; }
#navigation-02 a:hover {background:url('images/navi-matrix.gif') no-repeat -99px -48px; }
#navigation-03 a:hover {background:url('images/navi-matrix.gif') no-repeat -198px -48px; }
#navigation-04 a:hover {background:url('images/navi-matrix.gif') no-repeat -297px -48px; }

/* End Navigation
---------------------------------------------------------------------------------*/
