/* CSS Document */
body {
	text-align: center;
}
#container
{
	margin: 0px 0px 0px 10px;
	background-color: inherit;
	color: #333;
	line-height: 130%;
}

#top
{
	position: static;
	margin: 0px, 0px, 0px, 0px;
	background-color: inherit;
	height: 75px;
	background-image: url(graphics/Cop-Header.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
	
#handheldTop {
	display: none;
}
#nav {
	padding: 0px;
	text-align: left;
	position: static;
	visibility: visible;
	right: 0px;
	top: 0px;
	width: 100%;	
	}

#leftPanel{	
	margin-left: 0px;	
	position: static;
	text-align: left;
	border-right: thin;
	border-right-style: solid;
	border-right-color: #CECECE;
}
#rightPanel
{
	top: 0px;
	height: 100%;	
	padding: .5em;
	position: static;
	border-left-color: #CECECE;
	border-left-style: solid;
	border-left-width: thin;
}

#content
{
	top: 0px;
	margin-left: 0px;	
	padding: 0px 0px 0px 10px;
	position: static;
	
}
#printHeader {
	position: static;
	left: 0px;
	top: 0px;
	margin: 0px, 0px, 0px, 0px;
	height: 75px;
	border: 1px solid gray;
	display: none;
}
#footer
{
	margin: 5px;
	padding: .5em;
	height: 50px;
	border-top: thin solid;
	border-top: thin;
	border-top-color: #CECECE;
	background-color: #CECECE;
}
#searchBox {
	background-color: none;
	padding: 5px;
	float: right;
	position: relative;
	visibility: visible;
	width: 250px;
	clear: left;
	text-align: right;
}



