/* CSS STYLES FOR RESOURCES PAGE  ----------------------------------------------- */


/* Background Graphic */

#resources #contentBlock {
	background: #495962 url(../images/resources/bg_resources.jpg) no-repeat;
	width: 573px;
	height: 543px;
	min-height: 543px;
	padding: 29px 92px 0 335px;
	text-align: left;
}


/* Two column layout */

#resources #contentBlock #col1 {
	float: left;
	width: 250px;
	margin: 0 90px 0 0;
}

#resources #contentBlock #col2 {
	float: left;
	width: 200px;
	margin: 0;
}



#resources ul.linksList {
	margin: 10px 0 20px 0;
}

#resources ul.linksList a:link     { color: #CCCCCC; text-decoration: none; }
#resources ul.linksList a:visited  { color: #CCCCCC; text-decoration: none; }
#resources ul.linksList a:hover    { color: #CCCCCC; text-decoration: underline; }
#resources ul.linksList a:active   { color: #CCCCCC; text-decoration: none; }