@charset "UTF-8";
/* CSS Document */

body {
	background-color: #D293D2;
	height: 100%;
	width: 100%;
	margin: 10px;
	padding: 0;
	font-family: Verdana, Helvetica, Sans-serif;
	color: #000000;
}
a {
	color: #09f;
	text-decoration: none;
}
a:hover, a:active {
	color: #09f;
	text-decoration: underline;
}
img {
	border: 0;
}
p {
	font-size: 0.8em;
	margin: 0.833em 0 0em;
}
.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;
}
#globalContainer {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header {
	background-image: url(images/header_bg.gif);
	background-repeat: no-repeat;
	padding-top: 13px;
	background-position: top;
	width: 700px;
}
#header img {
	float: left;
	margin: 0px;
	padding: 0px;
}
#headerNav {
	float: right;
	height: 190px;
	width: 385px;
}
#mainContent {
	margin: 15px;
	width: 670px;
}
#mainContent h1 {
	font-size: 1.3em;
	margin-top: 0px;
}
#mainContent h2 {
	font-size: 0.9em;
	margin-bottom: 0px;
}
#mainContent ul {
	font-size: 0.85em;
	margin-top: 0px;
	padding: 0px 0px 0px 1.6em;
	list-style-type: disc;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent li {
	margin: 0px;
	padding: 0px;
}
#mainContent img {
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
}
#footer {
	text-align: center;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	padding-bottom: 13px;
	background-position: bottom;
	width: 700px;
	background-color: #FFFFFF;
}
