/*Structure divs */

body {
font-size: 12pt;
text-align: left;
}
#wrap, #wrap-inner {
background: white;
color: black;
width: auto;
padding: 0;
margin: 0 5%;
z-index: 0;
}
#wrap-inner {
border-right: none;
border-left: none;
}
#header {
display: none;
}
#content, #content-inner {
float: none !important;
background: white;
color: black;
width: auto;
overflow: visible;
}
#top-banner {
display: none;
}

#left-sidebar, #left-sidebarin, #right-sidebar, #right-sidebarin, #footer, #imageholder,  #imageholder p, .off-left {
display: none;
}
#crest {
display: none;
}

/*fonts */
h1, h2, h3, h4, h5 {
color: black;
font-size: 16pt;
background-color: white;
margin: 10px 0 0px 0;
padding: 0;
}

p {
font-size: 12pt;
color: black;
background-color: white;
margin: 0 0 10px 0;
padding: 0;
}
#content-inner ul, #content-inner ol {
width: 100%;
color: black;
font-size: 10pt;
background-color: white;
margin: 0 0 0 50px;
padding: 0;
}
/*form*/
form {
}
/*tables*/
#content-inner table {
width: auto;
color: black;
background-color: white;
font-size: 12pt;
	}
#content-inner th{

	}
#content-inner tr {

	}
#content-inner td {
border: 1px solid #333;
padding: 5pt;
	}

/*classes*/

.floatleft, .floatright, .leftimage, .rightimage {
float: none;
}
.clearall {}
.small {
color: #000;
background-color: transparent;
margin: 0;
padding: 0;
}
.hidden {
display: none;
}
p.date {
color: #000;
background-color: transparent;
margin: 0;
padding: 0;
}

/*content navigation*/
a img {}

#content-inner a {
   color: inherit; 
   text-decoration: none;
}

#content-inner a:link, #content-inner a:visited {
   text-decoration: underline;
}

#content-inner a:link:after, 
#content-inner a:visited:after {
 
  content: " [" attr(href) "]"; 
  text-decoration: none;
}

#content-inner a[href^="/"]:after {
  content: " [http://www.dcsafetycameras.org" attr(href) "]";
}

#content-inner a[href^="javascript:"]:after {
  content: " ";
}


