/* --------------------------------------------------
CSS Document 
-------------------------------------------------- */
html {
	margin:0px;
	padding:0px;
}

# get rid of margins on the body of page
body {
	margin: 0;
	padding: 0;
}

/* CONTAINER */

		#container {
			width: 99%;

			font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif; 
        	border:solid blue 0px;
			font-size: 12px;
			line-height: 1.6em;
			color: #666;
			padding: 0px;
            position: absolute;
			
		}
		
/* 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 {

			clear: both;

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

            width:970; height: 146px;

			background-color:#FFF;
			

		}
		


/* NAVIGATION ELEMENTS */
	
		 #navigation {
		 	float: left;
		 	width: 180px;

		 	/*
		 	border: 1px solid red;
		 	*/
		 }
		 #navigation ul {
			font-family: verdana;
			margin-left: 0;
			padding-left: 0;
			list-style-type: none;			
			float: left;
			width: 150px;

			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 {
		font-weight: normal;

		/*
		this height definition once again seems to mysteriously
		cure some major problems IE has with float
		*/
		height: 100%;
		margin-left: 180px;
		/*
		border: thin solid blue 1px;

        width: 100%;
		position: relative;
		margin-left: 180px;
		margin-right: 1px;
		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: relative;
            float: right;
	    width: 145px;

		}
		
		#sidebar p {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD;
			font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif; 
		}

/* 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;
		}
		
		
