#Right p.h2 {
	margin-top: 20px;
	font-family: Times New Roman;
	text-transform: uppercase;
}

	.MoreResources {
		clear: both;
		overflow: hidden;
		margin: 0px;
		margin-top: 10px;
		width: 640px;
		background: url(../Images/News-Link-Divider.gif) repeat-x;
		text-indent: -10000px;
	}
	
		.MoreResources a {
			float: right;
			display: block;
			background: url(../Images/More-Less-Back.gif) 0px 0px no-repeat;
			width: 60px;
			height: 20px;
		}
		
			.MoreResources a:hover {
				background-position: 0px -20px;
			}
	
	.LoginForm {
		padding-top: 10px;
		padding-bottom: 10px;
	}
			
	.LoginForm p {
		overflow: hidden;
		margin-bottom: 0px;
		width: 220px;
	}
	
	.LoginForm p.LoginSubmit {
		width: 145px;
		padding-left: 75px;
	}
	
	.LoginForm p.Error {
		color: #cc0000;
		font-size: 0.8em;
	}
	
	.LoginForm p label,
	.LoginForm p input.Text {
		float: left;
	}
	
	.LoginForm p label {
		width: 70px;
	}
	
	.LoginForm p input.Text {
		margin-left: 5px;
		width: 100px;
	}
	
	.LoginForm a {
		display: block;
		width: 52px;
		height: 20px;
		background: url(../Images/Login.gif);
	}
	
	.LoginForm a:hover {
		background-position: 0px -20px;
	}
	
	
	
.ResourcesLinks a {
	overflow: hidden;
	width: 200px;
	display: block;
	line-height: 20px;
	cursor: pointer;
}

.ResourcesLinks a span {
	float: left;
}

.ResourcesLinks p.h2 a span.Icon {
	width: 20px;
	height: 20px;
	background: url(../Images/List-Expand-Collapse.gif) no-repeat;
}
	
.ResourcesLinks p.LinkList a {
	padding-left: 25px;
}

#Left .ResourcesLinks p.h2 a {	
	color: #666;
}
	
		
	