/* Basic 2 column page layout */

		body {
			background-color: #036;
			}

		h1 {
			color: #036;
			text-align: center;
			font-style: italic;
			font-family: verdana,sans-serif;
			border-bottom: ridge #F06 4px;
			}
		h2 {
			color: #036;
			font-family: verdana,sans-serif;
			}


		h3 {
			
			color: #036;
			font-family: verdana,sans-serif;
			}

		h4 {
			font-variant: small-caps;			
			font-family: verdana, sans-serif;
			color: #036;
			}
		a {
			font-family: verdana,sans-serif;
			font-size: .8em;
			font-weight: bold;
		        }
			
		a:link {
			color: #036;
			text-decoration: underline;
			}

		a:visited {
			color: #903;
			text-decoration: underline;
			}

		a:hover {
			color: #F69;
			text-decoration: none;
			}

		a:active {
			color: #F06;
			text-decoration: none;
			}

		#container {
			width: 80%;
			border: 2px solid #0C6;
			background-color: #0F0;
			background-image: url(images/rough_green_bg.jpg);
			margin: 10px;
			margin-left: auto;
			margin-right: auto;
			padding: 10px;
		}

		#banner {
			height: 83px;
			padding: 1px;
			background-color: #0F0;
			background-image: url(images/newbanner2.jpg);
			background-repeat: no-repeat;
		}

		#in-banner {
			height: 75px;
			padding: 2px;
			margin-right: 5px;
			background-image: url(images/newbanner2.jpg);
			background-repeat: no-repeat;
			}

		#content {
			padding: 8px;
			margin-right: 215px;
			background-color: white;
			background-image: url(images/logo_bg3.jpg);
			background-repeat: repeat-y;
			border: solid #036;
			border-width: 0 1px 1px 1px;
				
		}

		
		#in-content {
			padding: 20px;
			padding-top: 5px;
			background-color: white;
			background-image: url(images/logo_bg3.jpg);
			background-repeat: no-repeat;
			border: solid #036;
			border-width: 0 1px 1px 1px;
		}
		
		#sidebar-a {
			float: right;
			width: 200px;
			\width: 210px;
			w\idth: 200px;
			height: 100%;
			margin: 0 0 10px 5px;
			padding: 5px;
			background-color: #3F0;
			background-image: url(images/rough_green_bg.jpg);
			font-family: verdana,sans-serif;
			font-weight: bold;
					}

		#sidebar-a a:hover {
			color: #FFF;
		}

		#footer {
			clear: both;
			padding: 5px;
			margin-top: 5px;
			border: 3px solid #036;
			background-color: yellow;
			background-image: url(images/rough_yellow_bg.jpg);
			font-family: verdana,sans-serif;
			font-size: .6em;
		}

/* Menu bar */

#navlist
{
border: 3px solid #036;
padding: 0 0 0 20px;
margin: 0;
background-color: #F90;
background-image: url(images/rough_orange_bg.jpg);
font-family: verdana,sans-serif;
font-size: 12px;
font-weight: bold;
}

#navlist li
{
display: inline;
list-style: none;
padding: 0;
margin: 0;
}

#navlist #active
{
float: right;
margin-right: 10px;
background-color: #F90;
color: #036;
font-style: italic;
}

#navlist li a
{
text-decoration: none;
border: 3px solid #036;
border-top: dashed #036;
padding: 0 6px 1px 6px;
margin: 0 2px;
background-color: #F06;
color: #FFF;
}

* html #navlist li a { padding: 0 6px; }

#navlist li a:hover
{
background-color: #FF0;
color: #036;
}

img.cheat
	{
	visibility: hidden;
	max-height: 1px;
	}