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

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: #012A40;
	font-weight: bold;
}
/* ************************************----------- HEADER -----------*************************************/

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

div#navigation{
color: #ffffff;
padding-top: 145px;
padding-right: 20px;
}

div#navigation a{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;D6EEFE

}

div#navigation a:hover{
color: #E2E2E2;

}


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

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



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


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

td#building {
background: #000000 url(images/index_building.jpg) 0 0 no-repeat;
width: 516px;
height: 364px;
}
td#quote {
background: #000000 url(images/index_quotearea.jpg) 0 0 no-repeat;
height: 119px;
}

div#quotetext{
padding-top: 30px;
}

td#tomb{
background: #000000 url(images/index_tombarea.jpg) 0 0 no-repeat;
height: 244px;
}


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

table#footer {
	width: 760px;
	min-width: 760px;
	height: 36px;
	background: #000000 url(images/index_footerarea.jpg) 0 0 no-repeat;
	border-top: solid 1px #ffffff;
	
}

p#copyright{
	color: #ffffff;
	font-size: 1em;
	margin-left: 20px;
}


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

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