@charset "utf-8";
/* CSS Document */

body {
	text-decoration: none;
	background-image: url(../Images/testBackground.jpg);
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	font-weight: bold;
	color: #C9221F;
}
h1#ems {
	color: #09F;
	text-align: center;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #360;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #069;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	color: #03C;
	text-align: justify;
	text-indent: 5px;
	text-decoration: none;
}
p img {
	clear: both;
	margin: 5px;
	padding: 5px;
}
p a {
	text-decoration: none;
	color: #360;
	font-weight: bold;
	border-bottom: 2px dotted #360;
}
p a:visited {
	text-decoration: none;
	color: #600;
	font-weight: bold;
	background-color: transparent;
	border-bottom: none;
}
p a:hover {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	background-color: #360;
	border-bottom: none;
}
ul#normalList {
	list-style: square;
	color: #000066;
}
ul#emsList {
	list-style: square;
	color: #009;
}
#banner {
	width: 100%;
	text-align: center;
	position: relative;
	clear:right;
	z-index: 100;
}
#menu {
	width: 100%;
	margin-left: 175px;
	padding: 5px;
}
#contentWrapper {
	clear: both;
	position: relative;
	z-index: 3;
}
#leftsidebar {
	position: absolute;
	left: 0;
	top: 20px;
	width: 175px
}
#maincontent {
	margin-left: 185px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #666666;
	border-top: none;
	border-bottom: none;
}
#footer {
	text-align: center;
	position: relative;
	clear: both;
	padding: 5px;
}
.title {
	text-align: center;
}
table#image a {
	border-bottom: 2px solid #000;
}
table#image a:visited {
	border-bottom: 2px dashed #F00;
}
table#image a:hover {
	border: 2px solid #C9221F;
}
.question {
	color: #069;
}
.answer {
	color: #306;
}

/* This is area is for properly arranging pictures and text on a page */

.figure {
	float: left;
	width: 100%;
	margin: 0 10px 10px 10px;
	border: 1px solid #03C;
}
.photo img {
	border: none;
	background-color: transparent;
	padding: 4px;
	position: relative;
}
.figure p {
	text-align: justify;
}

/* This area is for properly arranging pictures and text on a page for Photo Galleries */

.galfigure {
	float: left;
	width: 370px;
	margin: 0 10px 10px 10px;
}
.galphoto img {
	border: 1px solid #03C;
	background-color: transparent;
	padding: 4px;
	position: relative;
}
.galfigure p {
	font: .8em/normal Arial, Helvetica, sans-serif;
	text-align: center;
	height: 5em;
}

