#MainPageLinks {
	width:1000px;
	margin:0;
	padding:0;

}
#subCategoriesList {
	width:1000px;
	margin: 10px 0 0 0;
	padding: 10px 0;
	background-color: #99A098;
}
#subCategoriesList P {
	text-align:center;
	padding:0;
	font-size:14px;
	color:#FFF;
	margin:0;
}
#subCategoriesList P A {
	color:#FFF;
	margin:0;
	padding:0;
}
#subCategoriesList P A:hover {
	color: #FF0;
}
.directoryItem {
	width: 1000px;
	padding: 10px 0 5px 0;
	margin: 10px 0 0 0;
	border-top:1px dotted #D5DCE9;
}
.directoryItem H3{
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0 0 0 30px;
	font-size: 16px;
	color:#424A6F;
	padding: 0 30px;
	text-align: left;
}
.directoryItem P {
	font-size:12px;
	color:#65859F;
	margin:0;
	padding: 0 40px;
	text-align: justify;
}
.directoryItem P A {
	color: #424A6F;
	line-height: 28px;
}
.directoryItem P A:hover {
	color: #65859F;
}
#Pagination {
	width: 1000px;
	background-color: #CBCFCC;
	height: 30px;
}
#Pagination P {
	line-height: 30px;
	font-size: 12px;
	text-align: center;
	margin: 0;
}
#Pagination P A STRONG {
	text-decoration: underline;
}

/*Top Links Table*/
#TopLinksTable {
width:900px;
margin:0 auto;
}

#TopLinksTable CAPTION {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#183E13;
	margin:5px 0 0 0;
	padding:0;
}

#TopLinksTable TABLE#LinksTable {
	width: 900px;
	margin: 15px 0 25px 0;
	border: 1px solid #244421;
}

#TopLinksTable TABLE#LinksTable TD {
	font-size: 11px;
	text-align: center;
	border: 1px solid #244421;
	width: 125px;
	height: 30px;
}

#TopLinksTable TABLE#LinksTable TD A {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#TopLinksTable TABLE#LinksTable TD A:hover {
	color: #B44319;
	margin: 0;
	padding: 0;
}