/* CSS Document */
/* The following section calls the Top Menu style information */

@import url(Top.css);
@import url(album.css);
.RAG_Net_H1
{
	background-color: #D9F2FF; 
	color:#000000;
}
.Resource_H1
{
	background-color: #F3E8E2; 
	color:#000000;
}
#left_pane
{
	position: absolute;
	top: 170px;
	left: 20px;
	width: 280px;
	font: Arial, Helvetica, sans-serif;
	font-size:10pt;
	line-height:1.5;

}
#right_pane
{
	position:absolute;
	top:124px;
	left: 350px;
	min-height:400px;
	height: auto;
	width:400px;
	padding-left:20px;
	border-left: SOLID 2px #E8ECF0;
	font: Arial, Helvetica, sans-serif;
	font-size:10pt;
	line-height:1.5;
	color:#000000;
	
}
#content {
	position: absolute;
	top:160px;
	left: 20px;
	font: Arial, Helvetica, sans-serif;
	font-size:10pt;
	line-height:1.5;
}
h1{
font-family: Trebuchet MS;
font-size: 18px;
	color: #000;

}
h2 
{
	font-family:Trebuchet MS;
	font-size: 18px;
	color: #000;

	text-align:center;

}
h3 
{
	font-family: Trebuchet MS;
	font-size: 16px;
	color:#5D2905;
}

a {
	text-decoration:none;
	color:#000000;
	
}
a:hover {
/* color: RGB(216,149,35); */
color: #b8860b;
}
a img {
	border: 0px;
}
a:link img {
	border: 0px none;
}
a:visited img {
	border: 0px none;
}
#left_pane a{
	text-decoration:underline;
	color:#000099;
}
#left_pane a:hover{
	color: #b8860b;
}
#right_pane a{
	text-decoration:underline;
	color:#000099;
}
#right_pane a:hover{
	color: #b8860b;
}
#content a{
	text-decoration:underline;
	color:#000099;
}
#content a:hover{
	color: #b8860b;
}
