@charset "utf-8";
/* CSS Document  - from http://www.alistapart.com/articles/holygrail*/
		/*** The Essential Code ***/

		body {
			min-width: 683px;         /* 2 x (LC fullwidth + CC padding) + RC fullwidth */
		}

		#container {
			padding-left: 201px;      /* LC fullwidth */
			padding-right: 241px;     /* RC fullwidth + CC padding */
		}
		
		#container .column {
			position: relative;
			float: left;
		}
		
		#center {
			padding: 10px 20px;       /* CC padding */
			width: 100%;
		}
		
		#sidebar1 {
			width: 200px;             /* LC width */
			padding: 0px;          /* LC padding */
			right: 241px;             /* LC fullwidth + CC padding */
			margin-left: -100%;
		}
		
		#sidebar2 {
			width: 200px;             /* RC width */
			padding: 0px;          /* RC padding */
			margin-right: -100%;
		}
		
		#footer {
			clear: both;
		}
		
		/*** IE Fix ***/
		* html #sidebar1 {
			left: 201px;              /* RC fullwidth */
		}

		/*** Equal-height Columns ***/

		#container {
			overflow: hidden;
		}

		#container .column {
			padding-bottom: 1001em;     /* X + padding-bottom */
			margin-bottom: -1000em;     /* X */
		}

		/*** Footer Fix ***/

		* html body {
			overflow: hidden;
		}
		
		* html #footer-wrapper {
			float: left;
			position: relative;
			width: 100%;
			padding-bottom: 10010px;
			margin-bottom: -10000px;
			background: #FFF;         /*** Same as body background ***/
		}

		/*** Just for Looks ***/

		body {
	margin: 0;
	padding: 0;
	background: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000;
		}

		#header {
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-image: url(3colimages/campsies.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	height: 150px;
	overflow: hidden;
} 
#header h1 {
	font-size: 1px;
	line-height: 1px;
	color: #333;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#sidebar1 h3, #sidebar1 p, #sidebar2 p, #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	font-size: 80%;	
}
.centr {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#sidebar {
                width: 200px;
	
}
#sidebar ul, #sidebar li{
                list-style-type: none;
                margin: 0px;
	padding: 0px;
}
.bpsbox {
	background-color: #00B0B0;
}
.style2 {font-size: 9px}
#webreturn {
	font-size: 9px;
	color: #AEC2FF;
	text-decoration: none;
}
#sidebar li a , #sidebar li a:visited{
	color: #FFFFFF;
	background-color: #333333;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
	
}
#sidebar li a#current {
	color: #FFFFFF;
	background-color: #123472;
	text-decoration: none;
	display: block;
}
#sidebar li a:hover  {
                color: #000000;
                background-color: #D0D3F9;
                text-decoration: none;
                display: block;
}
#sidebar li a:hover{
padding: 6px 4px 4px 6px;
}
#sidebar li a#current:hover{
padding: 5px;
}
#sidebar1 {
	background-color: #E6E6E6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}
#sidebar2 {
	background-color: #E6E6E6;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
}
#footer {
	font-size: x-small;
	color: #FFF;
	background-color: #333;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a, #footer a:link, #footer a:active, #footer a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #CCC;
	text-decoration: underline;
}