﻿#container {
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	width: auto;
	font-family: Levenim MT, Arial, Helvetica, sans-serif;
	font-size: medium;
	background-image: url('../images/backgrounds/webpage_bg.gif');
	background-repeat: repeat-x;
	position: static;
}

#embed {
	z-index: 900;
}

#footer {
	font-family: Levenim MT, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}

#header {
	width: 1000px;
	font-family: Levenim MT, Arial, Helvetica, sans-serif;
	font-size: medium;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	color: #FFFFFF;
}

#innercontainer {
	background-image: none;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#link {
	text-decoration: none;
	background-color: #;
}

#navigation {
	height: 20px;
}

#masthead1 {
	height: 145px;
	background-image: url('../images/main_header.gif');
	background-repeat: no-repeat;
}

#masthead2 {
	height: 145px;
	background-image: url('../images/field_guide_header.gif');
	background-repeat: no-repeat;
}

#masthead3 {
	height: 145px;
	background-image: url('../images/ilcs_mcc_complaint_guide_header.jpg');
	background-repeat: no-repeat;
}

#pagecontent {
	color: #FFFFFF;
	padding: 5px;
}

#pagetitle {
	color: #FFFFFF;
	font-size: xx-large;
	font-style: italic;
	font-weight: bold;
}

#sidebar {
	margin: auto;
	background-color: #FFFFFF;
}

.bar_bottom {
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.bar_top {
	border-top-style: solid;
	border-top-width: 1px;
}

.img_border {
	border-width: 0px;
}

.table_header {
	background-color: #545454;
	border: 2px solid #FFFFFF;
}

.text_left {
	text-align: left;
}

.text_right {
	text-align: right;
}

.text_center {
	text-align: center;
}

.text_underline {
	text-decoration: underline;
}





