/* 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;
	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-color: #fffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	background: #0A6989 url(images/back.jpg) 0 0 no-repeat;

}
h1 {
font-size: 1.5em;}

h2 {
font-size: 1.1em;
color: #054960;
font-style:italic;}

table#ContentArea{
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	
}

/*  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;
}
/* ************************************----------- TOP AREA -----------************************************ */

table#header {
	width: 760px;
}


/* *****************************----------- TOP NAVIGATION AREA -----------********************************* */

table#topNav {
	width: 760px;
	height: 21px;
	background: #000000 url(images/menugraphic.jpg) 0 0 no-repeat;
	padding-left: 300px;
}

#topNav a{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}


#topNav a:hover{
	color: #CDCCCC;
	text-decoration: none;
	font-weight: bold;
}

/* *****************************----------- END HEART BEAT GRAPHIC TABLE -----------***************************** */


table#BeatGraphic {
	width: 760px;
	height: 42px;
	background: #ffffff url(images/beatbottom.jpg) 0 0 no-repeat;
}
/* *****************************----------- CONTENT AREA -----------********************************* */

table#Container {
	width: 760px;
	border-left: solid 2px #000000;
	border-right: solid 2px #000000;
}

td#ContentArea {
	background-color: #ffffff;
}

td#LeftColumn {
	background: #F4CD72 url(images/back5.jpg) 0 0 no-repeat;
	width: 175px;
}

#Container a{
	color: #000000;
}
#Container a:hover{
	color: #164F60;
}
div#Content {
	margin: 0px 30px 20px 30px;

}
/* *****************************----------- NAVIGATION AREA -----------********************************* */

div#LeftNavigation{
background: #ffffff url(images/menu.jpg) 0 0 no-repeat;
	height: 216px;
}


div#menu {
	padding: 30px 0 0  10px;	
}


div#menu a{
padding: 0 0 0  10px;
display: block;
text-decoration: none;
font-weight: bold;
}
div#menu a:hover{
	display: block;
	background-color: #164F60;
	color: #ffffff;
	width: 140px;
}
p#address{
font-size: .85em;
font-weight: bold;
}

html>body div#email {
	padding: 50px 0 0 0;	
}

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

table#footer{
	background-color:#FF0000;
	width: 760px;
	height: 22px;
	color: #ffffff;
	font-size: .8em;
	border-left: solid 2px #000000;
	border-right: solid 2px #000000;
	border-bottom: solid 2px #000000;
}
#footer a{
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover{
	color: #000000;
	text-decoration: none;
}



