@charset "utf-8";
/* CSS Document */
body {

}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	color: #000000;
	font-style: italic;
	text-align: center;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #000000;
	border-bottom: solid thin #0066FF;
	text-align: center;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #000000;
	text-align: center;
	font-style: italic;
}
sup {
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	color: #000000;
	font-style: italic;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #0066FF;
}
a:active {
	text-decoration: none;
	color: #000000;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.LargeBlackItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	font-style: italic;
}
.MediumBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
#Section1 {
	height: 225px;
	text-align: left;
	background-image: url(images/BlueCrowdWeb.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 325px;
	display: block;
}
#Section2 {
	display: block;
}
#Section3 {
	height: 225px;
	text-align: left;
	background-image: url(images/PencilsWeb.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 325px;
	display: block;
}
