/* 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: #7F7760 url(images/back1.jpg) 0 0 repeat-x; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin-top: 0;
}

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;
}

/* ************************************----------- HEADER -----------*************************************/

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




/* ************************************----------- CONTENT AREA -----------*************************************/


table#container {
	width: 760px;
	min-width: 760px;
	background-color: #ffffff;
}

td#ContentArea{
background: #ffffff;
}

div#text{
padding: 10px 30px 20px 25px;
}

div#text a{
color: #081F5A;
text-decoration: none;
}
div#text a:hover{
color: #000000;
text-decoration: underline;
}



/* ************************************----------- Left Navigation -----------*************************************/
td#Leftnav {
	background: #ffffff url(images/leftback.jpg) 0 0 repeat-y;  
	width: 166px;
}


div#navigation {
background: #ffffff url(images/navleftback.jpg) 0 0 repeat-y;  
}

div#navigation a{
line-height: 20px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-size: 1em;
	margin-left: 18px;

}
div#navigation a:hover{
	color: #ffffff;
	background-color: #363E55;
	text-decoration: none;
	font-size: 1em;

}


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

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

}

td#copyright{
	
}

p#copyright{
	color: #ffffff;
	font-size: 1em;
	padding: 10px 10px 0 0;
}


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

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