/* CSS Document */

/* 
	CENTERS BACKGROUND HORIZONTALLY:  background: #ffffff url(images/bg_body.gif) 50% 0 no-repeat;
	CENTERS BACKGROUND VERTICALLY:  background: #ffffff url(images/bg_body.gif) 0 50% no-repeat;
	BACKGROUND CLINGS TO LEFT BROWSER EDGE:  background: #ffffff url(images/bg_body.gif) 0 0 no-repeat;

	BACKGROUND DOES NOT REPEAT:  background: #ffffff url(images/bg_body.gif) 0 0 no-repeat;  051950
	BACKGROUND REPEATS VERTICALLY:  background: #ffffff url(images/bg_body.gif) 0 0 repeat-y;
	BACKGROUND REPEATS HORIZONTALLY:  background: #ffffff url(images/bg_body.gif) 0 0 repeat-x;

 */
 
 body {
	background: #ffffff url(images/back3.jpg) 0 0 repeat-x; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin-top: 0px;
	margin-left: 0px;
}

td {
line-height: 1.3em;
}

/*  Accessibility Navigation - blank 2x1px images with links to the Content area  */
#AccessibilityNav{
	min-width: 760px;
}
	
#AccessibilityNav img{
	border: none;
}

/*  message for users with old Browsers - links to update Browsers  */
p#older_browsers {
	display: none;
}

/*  Company name invisible but to old browsers and Search Engines  */
div#CompanyName {
	display: none;
}


h1 {
	color:#000000;
	font-size: 1.3em;
	font-style: italic;
}

H2 {
	color: #003366;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
}
H3 {
	color:#000080;
	font-size: 1.2em;
	font-weight: bold;
}
.style1 {color: #FFFFFF;
font-size: 1.1em;
font-style:italic;
}
/* ************************************----------- HEADER and Top Navigation -----------******************************/

table#header {
	background: #000000 url(images/header.jpg) 0 0 no-repeat; 
	width: 760px;
	min-width: 760px;
	height: 224px;
}


div#navigation{
padding-left: 55px;
padding-bottom: 18px

}

div#navigation a{
	color: #ffffff;
	text-decoration: none;
	font-size: .9em;
	font-weight: bold;
	
}
div#navigation a:hover{
	color: #DDEF9B;
	text-decoration: none;
	font-weight: bold;
}

p#titletext {
padding-right: 50px;
padding-bottom: 10px;
font-size: 1.2em;
font-weight: bold;
font-style:italic;
}
/* ************************************----------- CONTENT AREA -----------*************************************/


table#container {
	width: 760px;
	min-width: 760px;


}

td#pagetitle {
height: 57px;
background: #ffffff url(images/title.jpg) 0 0 no-repeat; 
}

td#pagetitle2 {
height: 57px;
background: #ffffff url(images/counciltitle.jpg) 0 0 no-repeat; 
}

td#pagetitle3 {
height: 57px;
background: #ffffff url(images/historytitle.jpg) 0 0 no-repeat; 
}

td#pagetitle4 {
height: 57px;
background: #ffffff url(images/businesstitle.jpg) 0 0 no-repeat; 
}

td#pagetitle5 {
height: 57px;
background: #ffffff url(images/employmenttitle.jpg) 0 0 no-repeat; 
}

td#pagetitle6 {
height: 57px;
background: #ffffff url(images/realestatetitle.jpg) 0 0 no-repeat; 
}

td#pagetitle7 {
height: 57px;
background: #ffffff url(images/linkstitle.jpg) 0 0 no-repeat; 
}

td#pagetitle8 {
background: #ffffff url(images/calendartitle.jpg) 0 0 no-repeat; 
height: 57px;
}

td#pagetitle9 {
background: #ffffff url(images/admintitle.jpg) 0 0 no-repeat; 
height: 57px;
}


td#content{
	background: #ffffff url(images/filler.jpg) 0 0 repeat-y; 
}

div#ContentArea {
padding: 0 60px 0 120px;
}

div#ContentArea a{
color: #505F38;
text-decoration: underline;
}
div#ContentArea a:hover{
color: #000000;
text-decoration: none;
}



/* ************************************----------- FOOTER -----------************************************ */

table#footer {
	width: 760px;
	min-width: 760px;
	height: 116px;
	background: #ffffff url(images/footer.jpg) 0 0 repeat-y; }

p#copyright{
	color: #ffffff;
	font-size: .9em;
	padding: 50px 10px 0 100px;
}


#copyright a{
color: #ffffff;
text-decoration: underline;
}

#copyright a:hover{
text-decoration: none;
}

