body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.topBackground {
	background-image: url(images/banner_bkg.png);
	background-repeat: repeat-x;
}
.sidePanel {
	background-image: url(images/side_panel.png);
	background-repeat: repeat-y;
	text-align: center;
	vertical-align:top;
	padding: 10px;
}
.mainPanel {
	padding: 15px;
	vertical-align:top;
}
.emergency {
	font-size: 65%;
}
.contacts {
	font-size: 130%;
	font-weight:bold;
}
.image {
  width: 564px;
  font-size: 75%;
	font-style: italic;
	text-align: left;
}
.imageLeft {
	width: 220px;
	font-size: 75%;
	font-style: italic;
	text-align: center;
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}
.imageRight {
	width: 220px;
	font-size: 75%;
	font-style: italic;
	text-align: left;
	float:right;
	padding-left:10px;
	padding-bottom:10px;
}
.titleBar {
	text-align: center;
	vertical-align: top;
	padding: 15px;
}
a.smallMenu {
	color: #999999;
	text-decoration: none;  
	font-size: 75%;
}
a.smallMenu:hover {
	color: #000066;
}
a.emergencyLink {
	color: #000000;
	text-decoration: none;  
}
a.emergencyLink:hover {
	color: #000066;
}
.leftMenu {
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding: 8px;
	text-align:left;
	border-bottom-width: 1px;
}
a.leftMenuLink {
	color: #FFFFFF;
	text-decoration: none;  
}
a.leftMenuLink:hover {
	color: #000000;
}
h4 {
	color: #003399;
}
hr {
	color: #8290CF;
}
h5 {
	color: #003399;
}
h3 {
	color: #003399;
}
.error {
	font-weight: bold;
	color: #FF0000;
}
