/* CSS Document */

body{
margin:0;
padding:0;
line-height: 1.5em;
}

b{font-size: 110%;}
em{color: red;}


#topsection{
background: #990000;
height: 150px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
margin-top: 0px;
}

#contentcolumn{
	margin-left: 150px; /*Set left margin to LeftColumnWidth*/
	background-color: #FFFFFF;
}

#leftcolumn{
	float: left;
	width: 150px; /*Width of left column*/
	margin-left: -100%;
	background-color: #99CC66;
}

.innertube, .innertube_left, innertube_content{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	min-height: 900px;
}
.innertube_content{
	font-family:Tahoma;
	font-size:12px;
	margin-top: 0px;
}
.innertube_left {
	margin-top: 0px;
	background-color: #99CC66;
}
.innertube_header {
	height: 100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99CC66;
}
.innertube_header_content {
	padding-top: 9px;
	font-family: Tahoma;
	font-size: 12px;
	padding-left: 20px;
	float: left;
}
.innertube_header_addentry {
	font-family: Tahoma;
	float: right;
	height: 80px;
	width: 100px;
	padding-right: 220px;
	text-align: center;
	padding-top: 20px;
}


#instructions {
	line-height: 20px;
}
.officer_title {
	font-family: Tahoma;
	text-align: right;
}

#officers_table {
	border: thin solid #000000;
	margin-top: 0.7em;
	width: 600px;
}

#officers_table td {
	width: 200px;
}
.officer_name {
	font-family: Tahoma;
	text-align: left;
	color: #990000;
}
#contact_cell a {
	text-decoration: none;
	color: #990000;
}
.title_bold {
	font-weight: bold;
}
#contact_cell {
	text-align: center;
	vertical-align: middle;
	line-height: 12px;
}
#contact_cell a:hover {
	text-decoration: none;
	font-weight: bold;
}
.title_underline {
	text-decoration: underline;
}
#section_header {
	font-family: Tahoma;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
#section_content {
	font-family: Tahoma;
	text-indent: 2em;
	/*background-image: url(../images/boxmiddle.jpg);*/
	background-repeat: repeat;
	background-position: left center;
	height: auto;
	width: 500px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/boxmiddle.jpg);
}
#boxbottom {
	background-image: url(../images/boxbottom.jpg);
	width: 500px;
	background-repeat: no-repeat;
	height: 12px;
	margin: 0px;
	padding: 0px;
}
#boxtop {
	background-image: url(../images/boxtop.jpg);
	height: 13px;
	width: 500px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#section_content .linksItem {
	text-decoration: none;
}
#section_content .linksItem a {
	color: #000000;
	font-family: Tahoma;
	text-decoration: none;
}
#section_content .linksItem a:hover {
	color: #FF0000;
	font-style: italic;
	font-family: Tahoma;
}
#violation {
	font-family: Tahoma;
	line-height: 12px;
	border: thin solid #990000;
	width: 500px;
}
#inner_form {
	padding-right: 0.1em;
	padding-bottom: 0.1em;
	padding-left: 0.1em;
}

.note {
	line-height: 16px;
	color: #990000;
	font-weight: bold;
}
