/* **************************************************************************** */
/*	Style sheet for the Directory
/* **************************************************************************** */


/*	Note the use of an absolute URI for the background image		*/
/*	This is a workaround for NN using an address relative to the		*/
/*	.html file rather than the .css file					*/
body {
margin-top: 0px;
font-family: Arial, Verdana, sans-serif;
font-size: 14px;
color: #000000;
padding: 2px;
}

/*	Paragraph									*/
p {
color: #000000;
font-family: Arial, Verdana, sans-serif;
}

/*	Definition list									*/
dl {
color: #000000;
font-family: Arial, Verdana, sans-serif;
}

/*	Menu									*/
small.menu {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*	Menu unvisited links							*/
a.menulink:link {
	color: #009900;
}

/*	Menu visited links							*/
a.menulink:visited {
	color: #009900;
}

/*	Menu active links (not widely supported)				*/
a.menulink:active {
color: #0066FF;
}

/*	Menu links when hovered over (MSIE only)				*/
a.menulink:hover {
color: #0066FF;
}

/*	Links unvisited links							*/
a.link:link {
color: #0000CC;
}

/*	Links visited links							*/
a.link:visited {
color: #0000CC;
}

/*	Links active links (not widely supported)				*/
a.link:active {
color: #FF6666;
}

/*	Links when hovered over (MSIE only)					*/
a.link:hover {
color: #FF6666;
}

/*	Unvisited links								*/
a:link {
color: #0000CC;
}

/*	Visited links								*/
a:visited {
/* color: #FFFFFF; */
color: #0000CC;
}

/*	Active links (not widely supported)					*/
a:active {
color: #FF6666;
}

/*	Links when hovered over (MSIE only)					*/
a:hover {
color: #FF6666;
}

/*	Links unordered lists							*/
ul {
	margin-left: 30px;
	padding-left: 3px;
	list-style-type: disc;
	list-style-position: outside;
}

#cats li {
	padding-bottom: 10px;
}

/*	The link description							*/
span.descript {
color: #333333;
}

/*	New links								*/
sup.new {
	font-size: x-small;
	color: #FFFFFF;
	background: #FF3300;
	font-weight: bold;
	font-family: "verdana", "arial", "geneva", sans-serif;
	background-color: #FF3300;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/*	Popular links								*/
sup.pop {
font-size: x-small;
color: #FFFFFF;
background: #00CCFF;
font-weight: bold;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Links date and hits							*/
small.date {
font-size: x-small;
color: #666666;
font-family: Arial, Helvetica, sans-serif;
}

/*	Number of links in categories						*/
small.numlinks {
font-size: x-small;
color: #666666;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	This class is for "Looking for something in particular?"		*/
strong.search {
color: #000000;
font-weight: bold;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	This class is for "More options"					*/
small.more {
font-size: small;
color: #000000;
font-weight: normal;
}

/*	This is for main headers on all pages *apart* from the home page	*/
h1 {
	font-size: 12px;
	font-weight: bold;
	border: none;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

h1 a,
        .h1 a:link {
	text-decoration: none;
		}

        .h1 a:visited {
	text-decoration: none;
		}

        .h1 a:active,
        .h1 a:hover {
	text-decoration: underline;
		}

/*	This class is for the main header on the Links home page		*/
h1.home {
font-size: x-large;
font-weight: bold;
border: none;
color: #FFFFFF;
}

/*	This class is for the error messages					*/
strong.error {
color: #FFFFFF;
background: #FF3300;
font-weight: bold;
}

/*	This is used for the sub headers					*/
h2 {
	font-size: 13px;
	color: #7B7B7B;
	font-family: Arial, Verdana, sans-serif;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	padding-bottom: 6px;
	font-style: normal;
	font-weight: bold;
	padding-left: 3px;
}

/*	This is for the margin for the form elements				*/
div.margin {
margin-left: 0px;
}

/*	This is for page $title_linked						*/
strong.title {
font-size: small;
font-weight: bold;
color: #000000;
}

/*	Table cells								*/
td {
font-size: small;
color: #000000;
}

/*	This is  for Category Listings table cells				*/
.catlist {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
}

/*	Preformatted text							*/
pre {
font-size: small;
font-weight: bold;
color: #000000;
}

/*	This is for the page last updated text					*/
small.update {
font-size: x-small;
font-weight: normal;
color: #999999;
}

/*	This is for the total number of links					*/
p.grandtotal {
font-size: medium;
font-weight: bold;
color: #000000;
}

/*  This is for the site header					   */

.header{
	margin: 0px;
	font-family: Arial, Verdana, sans-serif;
}

.header a,
        .header a:link {
		font-family:Arial, Verdana, sans-serif;
		text-decoration: none;
		font-weight:normal;
		color:#0000CC;
		}

        .header a:visited {
	color:#0000CC;
	text-decoration: none;
		}

        .header a:active,
        .header a:hover {
		text-decoration: underline;
		color:#669900;
		}

#headertitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

/*  This is for the site footer					   */
.footer{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

.footer a,
        .footer a:link {
		text-decoration: none;
		font-weight:normal;
		color:#0000CC;
		}

        .footer a:visited {
	color:#0000CC;
	text-decoration: none;
		}

        .footer a:active,
        .footer a:hover {
		text-decoration: underline;
		color:#006600;
		}
		
/* Color green */
.green {
	color : Green;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

.statement {
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	color: #999999;
}

/*  This is for the words at bottom					   */
.statement a,
        .statement a:link {
	color: #999999;
	text-decoration: none;
		}

        .statement a:visited {
	color: #999999;
	text-decoration: none;
		}

        .statement a:active,
        .statement a:hover {
	color: #006600;
	text-decoration: underline;
		}

/* Form content */
.form {
	color : #333333;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

/* Other title */
.othertitle {
	color : #009900;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

/*************** left_menu styles ******************/

.leftmenu {
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.leftmenu h3{
	font-weight: bold;
	padding-left: 0px;
}

.leftmenu a,
        .leftmenu a:link {
	color: #0033FF;
	font-size: 10px;
	padding-left: 0px;
		}

        .leftmenu a:visited {
	color: #0033FF;
	font-size: 10px;
	padding-left: 0px;
		}

        .leftmenu a:active,
        .leftmenu a:hover {
	color: #FF3333;
	text-decoration: underline;
	font-size: 10px;
		}

.leftmenutitle {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006600;
	padding-left: 5px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 1px;
}

.leftmenubody {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 5px;
	padding-right: 3px;
	color: #666666;