.Header {
	background-color: #FFFFFF;
	background-image: url(Images/header_bkgnd.jpg);
	background-repeat : repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bolder;
	text-align : left;
	color: #ff0000;
	font-size: 14px;
	}
		
.HeaderLine{
	background-color : Blue;
}

#Listing{
	border : 2px solid #FF6600;
	font-size : small;
	color : Black;
	padding-left : 1px;
}

.ListingKey{
	/*border : 1px solid Lime;
	border-color : Black;*/
	font-size : small;
	color : Black;
/*	background-color : #CCFFCC;*/
	background-color : #FFECCE;
}
h1 {
	
	color: #0000FF;
	font-size: 14px;
	
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000FF;
	font-size: large;
	font-weight : bolder;
    
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000FF;
	font-size: 20px;
	font-weight : bolder;
	line-height : 10px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight : bolder;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight : bolder;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
}

p.sup {
		font-size:xx-small;
}


#MainBody
{
	border : thin solid #6666FF;
	margin : 2px;
	font-size : small;
	visibility: visible;
	padding-left : 3px;
	padding-right : 3px;
	/* height: 1018px; */

	}
	#MainBodyWhiteBorder
{
	border : thin solid #FFFFFF;
	margin : 2px;
	font-size : small;
	visibility: visible;
	padding-left : 3px;
	padding-right : 3px;
	height: 776px;

	}
#MainBodyListings
{
	/*border : thin solid #6666FF;*/
	margin : 2px;
	font-size : small;
	visibility: visible;
	padding-left : 3px;
	padding-right : 3px;
	height: 776px;

	}
/* Start of Navigation boxes  neil 05.10.05*/

/*.NavMain {
	background-color : Red;
}*/
.mencat {
/* Section header */
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
	/*background : #66FF66;*/
	background : #FF6600;
	border-top : 1px solid white;
	background-image : none;
	width : 150px;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	padding-top :0px;
	padding-left : 3px;
	padding-bottom : 0px;
	padding-right : 0px;
	font-weight : bold;
	color : #000088;

		}
div.menu {
	/* main body of menu */
	font-size: xx-small;
	left: 0px;
	width: 151px;
	font-family: verdana, arial, helvetica, sans-serif, serif;
	position: absolute;
	top: 82px;
    /*background-color: #DFFFE3;*/
	background-color: #FFECCE;
	z-index: 2;
	visibility: visible;
	}
div.menu a:link {
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
}
div.menu a:visited {
	font-weight: normal;
	color: red;
	text-decoration: none
}
div.menu a:hover {
	font-weight: normal;
	color: #0000FF;
	text-decoration: underline
}
div.menu a:active {
	font-weight: normal;
	color: black;
	text-decoration: none
}

.NavBar {
	/*  navbar gives no line gaps */
	MARGIN-TOP: 0px; 
	FONT-WEIGHT: normal; 
	MARGIN-BOTTOM: 0.0em;
	 width : 146px;
	 FONT-STYLE: normal; 
	 FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 6px;
	font-size : x-small;
}

/* End of Navigation boxes  */
.blue {
	color: #0000FF;
}
