﻿@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url('http://www.ci.manteca.ca.us/CommunityDevelopment/images/gradient.gif') repeat-x;
	margin: 0;
/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */;
	color: #000000;
	}
.twoColFixLt #container {
	border-style: solid dotted dotted solid;
	border-width: 0px;
	border-color: #000000 #cccccc #cccccc #000000;
	width: 780px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */;
	background: #FFFFFF;
	margin: auto;
/* the auto margins (in conjunction with a width) center the page */	text-align: left;
	left: 0px;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */;
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */;
	background: #0000ce;
/* the background color will be displayed for the length of the content in the column, but no further */	padding: 15px 10px 20px 10px;
	height: 950px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.twoColFixLt #mainContent {
	margin: 0 0 0 180px;
/* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */	padding: 0px;
/* remember that padding is the space inside the div box and margin is the space outside the div box */ ;	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLt #logo { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	text-align:center;
}
ul#navmenu-v ul {
	list-style-type:square;
	}
.nav {
	font-family: "Arial Black";
}
.nav a:link{
	font-family: "Arial Black";
	color:#ffffff;
	text-decoration:none;
}
.nav a:active {
	font-family: "Arial Black";
}
.nav a:visited {
	font-family: "Arial Black";
	color:#ffffff;
	text-decoration:none;
}
.nav a:hover {
	font-family: "Arial Black";
	color:#ffffff;
	text-decoration:underline;
}
.mainContentHeader {
	font-family: "Arial Black";
	color: #0000FF;
	font-size: 18pt;
	text-align: left;
}
.mainContentSecondHeader {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	font-size: 12pt;
	text-align: center;
}
.maintContentThirdHeader {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-weight: bold;
}
.maintContentFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
.navBullet {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: square;
	list-style-position: inherit;
	margin-left: 18px;
	
}
.navBullet a:link{
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:none;
}
.navBullet a:active {
	font-family: Arial, Helvetica, sans-serif;
	}
.navBullet a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:none;
}
.navBullet a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:underline;


.mainContentTable {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px dotted #C0C0C0;
}
}
.mainContentTable {
	border: 1px solid #C0C0C0;
}
.mainContentSecondHeader {
	font-family: "Arial Black";
	font-size: 12pt;
	color: #0000FF;
	font-weight: bold;
}
.twoColFixLt #header {
	left: -10px;
	text-align: center;
	position: relative;
}


