@charset "utf-8";
/* CSS Document */
@charset "utf-8";
/* CSS Document */
body  {	
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.menu A, .menuOpen A 
{text-decoration:none; 
color:blue; 
font-weight:bold; 
margin-left:5px; 
} 
.menuOpen strong 
{display:block; 
width:79px; 
height:18px; 
background-image:url("left.gif"); 
color:navy; 
cursor:pointer; 
} 
.menuClosed strong 
{display:block; 
width:18px; 
height:18px; 
background-image:url("down.gif"); 
color:black; 
cursor:pointer; 
} 

.menuClosed .inner 
{display:none; 
} 

.inner {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	color: black;
	
}
.twoColElsLtHdr #mainContent {
	margin: 0 1.5em 0 13em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	font-family: Verdana, Geneva, sans-serif;
	
} 
.twoColElsLtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
} 
.twoColElsLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #036;
	font-size: 9pt;
}
/* Miscellaneous classes for reuse */
.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;
}
.title1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	color:black;
	font-weight: bold;
	font-size:large;
	text-align: center;
}
.emergencyInfo {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	color:#FF0700;
	text-align: center;
}
.topline{
	color:#479E9F; 
	font-style: italic;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; 
	font-size: 14px;
}
.header1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	color:black;
	text-align: justify;
	list-style-type: circle;
}
.header2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	color:black;
	text-align: left;
}
.CenterAlign{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	color: black;
	text-align: center;
}

.leftcolumn {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	color: white;
	text-align: left;
}
.footer {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	color: black;
	font-size:10px;
	text-align: middle;
}
footer {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 9pt;
	color:#479E9F;
	background-color: #F9F9FB;
	text-align: center;
}
a:link {
	color: #479E9F;
}
a:visited {
	color: #FF0700;
}
