/* --------------------------------------------------
CSS Document 
-------------------------------------------------- */

/* CONTAINER */

		#container {
			width: 98%;
			margin: 0 auto;
			font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif; 
                                      /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 12px;
			line-height: 1.6em;
			color: #666;

			
		}
		
/* GENERAL  */
		background-image: url(images/background2.jpg);
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 32px;
			color: #CC6633;
			margin-bottom: 30px;

	display: none;

		}
		
		h2 {
			color: #666666;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;


			b//ackground-color: #FFF;
		}
		
		a {
			color:#0000FF;
			text-decoration: none;
		}

		a:hover {
			c//olor:#CC6714;
			color:#0000FF;
			background-color: #F5F5F5;
			text-decoration: underline;
		}

		
/* BASIC FORMS */

		form {
		color:#0080C0;
			font-size: 12px;
		}
		
		input {
			background-color: #FFF;
			color: #999999;
			border: 1px solid #CCC;
			font-size: 12px;
			padding: 0px;

		}
		
		.button {
			padding: 2px;
		}

fieldset {
			font-size: 11px;
			padding: 5px;

}

/* STUFF for ?action=searchpage input check boxes */

#class0, #class1 ,#class2 , #class3 ,#class4, #class5 ,#class6, #class7 ,#class8, #class9 ,#class10 {
border: 0;
}



/*BASIC STUFF*/
img
{
	b//order: 0;

		border-top: 0px solid #DDDDDD;
		border-bottom: 0px solid #DDDDDD;
		border-left: 0px solid #DDDDDD;
		border-right: 0px solid #DDDDDD;
}
hr
{
	display: none;
}
		
/* HEADER ELEMENTS */

		#header {
			/*padding-top: 10px;*/
			clear: both;
			margin-bottom: 10px;

		/*	border-bottom: 4px solid #000;*/

    width:1000; height: 146px;

			background-color:#FFF;
			

		}
		
#toplinks{float:center; text-align:right; padding:2px 2px 2px 3px;}

		/* the slogan */
		#header p { 
			margin-top: -20px;
			margin-left: 30px;
			color: #999999;
		}

/* NAVIGATION ELEMENTS */
	
		 #navigation ul {
			font-family: verdana;
			margin-left: 0;
			padding-left: 0;
			list-style-type: none;			
			float: left;
			width: 180px;

			font-weight: bold;

		}

		#navigation a {
			display: block;
			padding: 5px;
			width: 170px;

			border-bottom: 1px solid #CCC;
		}

		#navigation a:link, #navlist a:visited {
			font-family: Verdana;
			color:Navy;
			text-decoration: none;
		}
		
		#navigation a:hover {
			background: #000000 url(arrow.gif) 96% 50% no-repeat;
			background-color: #000000;
			color:#FFFFFF;
		}

/* THE SMALL BOX BELOW NAV */

		#navigation p {
			margin-top: 40px;
			padding: 5px;
			border-bottom: 1px dotted #CCC;
			border-top: 1px dotted #CCC;
		}
		
/* CONTENT ELEMENTS */
	
	#content {

            width: 730px;
			margin-left: 180px;
			margin-right: 25px;
			font-weight: normal;
			b//ackground-color:#ccc;
			
		}

		
		#content p {
			padding-bottom: 10px;
			/*border-bottom: 1px solid #DDDDDD; /* A faint grey line below the text */ */
		}



/* SIDEBAR ELEMENTS */

		#sidebar {
            position: absolute;
            top: 155px;
            right: 20px;
			width: 120px;
			font-weight: normal;
		}
		
		#sidebar p {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD;
		}

/* FOOTER ELEMENTS */

		#footer {

	text-align: center;


			margin-top: 20px;
			clear: both;

			border-top: 1px solid #DDDDDD;

			b//ackground-color:#ccc;

			padding: 0px 5px 0px 5px;
		}
		
		#footer p {
			color:#89817f;
			padding: 5px;
		}
		
		#footer p a {
			color: #89817f;
			border-bottom: 1px dotted #89817f;
		}
		
		#footer p a:hover {
			color: #FFFFFF;
			background-color:#575352;
		}
		
		