/****************** THIS IS THE CSS DOCUMENT FOR ************************/
/********************** THE RESOURCES SECTION ***************************/

@import url(top.css);
@import url(commoncontent.css);
@import url(footer.css);

/*======================================================================*/

/* UNIQUE CONTENT */

#maincontent {
	width: 540px;
	float:left;
	padding-right: 0px;
	padding-top: 10px;
	background-color: #FFFFFF;
}

html>body #maincontent {
	padding-top: 0px;
}

#article2 h3 {
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3d98c9;
}

#article2 a {
	font-size: 12px;
	color: #3d98c9;
	text-decoration: none;
}

#article2 a:hover {
    color: #3d98c9;
	text-decoration: underline;
}

#article2 {
	font-size: 12px;
}

#article2 ul {
	list-style-type: square;
}

/*======================================================================*/

/* RESOURCES NAVIGATION */

.resourcesnav {
	text-align: center;
}

.resourcesnav ul {
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	border-bottom-style: none;
}

.resourcesnav li {
	width: 165px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#fix1 {
	margin-top: -1px;
}

html>body #fix1 {
	margin-top: 0px;
}

#fix2 {
	margin-top: 1px;
}

html>body #fix2 {
	margin-top: 0px;
}

#fix3 {
	border-bottom-style: none;
}

.resourcesnav li a {
	width: 151px;
	display: block;
	text-decoration: none;
	color: #000000;
	padding: 5px;
	font-weight: bold;
}

html>body .resourcesnav li a {
	margin-left: 2px;
}

.resourcesnav li a:hover {
	background-color: #CCCCCC;
}

.subpicked {
	background-color: #CCCCCC;
}

/*======================================================================*/
.linksText {
    color: #333333;
	font-size: 10px;
}

.linksText a{
    color: #333333;
	font-size: 10px;
	text-decoration: none;
}

.linksText a:hover {
    color: #3d98c9;
	font-size: 10px;
	text-decoration: underline
}

.linksText ul
{
	list-style-type: none;
	list-style: none;
	font: 10px;
}

.resourcesReadAll {
    padding-right: 10px;
	text-align: right;
}

.linksPgNum {
    text-align: center;
	font-size: 12px;
	font-size: 10px;
}

.linksPgNum a {
    font-size: 10px;
	text-decoration: none;
	color: black; 
}

.linksPgNum span {
    font-size: 10px;
	text-decoration: none;
}

.linksPgNum a:hover {
    font-size: 10px;
	text-decoration: underline; 
	color: #3d98c9
}

.prText {
     color: #333333;
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.prText a {
    color: #333333;
	font-size: 10px;
	text-decoration: none;
}

.prText a:hover {
    color: #3d98c9;
	font-size: 10px;
	text-decoration: underline
}





