@charset "UTF-8";
/* CSS Document */

body {
	text-align: center;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 140%;
	margin: 0;
	padding: 0;
	background-color: #f5f5f5;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#container {
	width: 560px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
	overflow: visible;
}
#introcopy {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}
a:link {
	color: #60A9CD;
	text-decoration: none;
}
a:visited {
	color: #60A9CD;
	text-decoration: none;
}
a:hover {
	color: #F60;
}
#header {
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	background-image: url(../images/stefanieHeader.png);
	background-repeat: no-repeat;
	background-position: right center;
	width: 100%;
}
#header h3 {
	font-size: 180%;
	font-weight: normal;
}
#header a {
	margin: 0px;
	text-decoration: none;
	color: #60A9CD;
}
#header a:hover {
	color: #F60;
}
#header a:active {
	color: #F60;
}
#header p {
	text-transform: uppercase;
	font-size: 80%;
	margin: 0px;
	line-height: 0%;
	color: #666;
}
#navigation {
	float: left;
	clear: both;
	width: 100%;
	font-size: 85%;
	padding-left: 0px;
	text-transform: uppercase;
	text-align: right;
	font-family: "Courier New", Courier, monospace;
	margin: 0px;
	line-height: 100%;
}
#navigation a {
	text-decoration: none;
	color: #333;
}
#navigation a:active {
	background:#F60;
	color: #FFF;
}
#navigation a:hover {
	background:#F60;
	color: #FFF;
}
#title {
	width: 100%;
	float: left;
	clear: both;
	font-family: "Courier New", Courier, monospace;
	font-size: 260%;
	font-weight: normal;
	text-transform: uppercase;
	color: #69726B;
	margin: 0px;
	line-height: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BBC6C2;
}
#secondnav {
	width: 100%;
	padding-bottom: 4px;
	clear: both;
	float: left;
	font-family: "Courier New", Courier, monospace;
	font-size: 85%;
	color: #333;
	text-transform: uppercase;
	padding-top: 4px;
}
#secondnav a {
	color: #333;
}
#secondnav a:hover {
	background:#F60;
	color: #FFF;
}
.checked {
	background-color: #888;
	color: #f5f5f5;
}
#content {
	width: 100%;
	float:left;
	clear:both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#content ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: -10px;
}
h1 {
	font-size: 180%;
	font-weight: normal;
	line-height: 100%;
	margin-top: 32px;
	color: #333;
	text-transform: uppercase;
	font-family: "Courier New", Courier, monospace;
	margin-bottom: 0px;
}
h2 {
	font-size: 140%;
	font-weight: normal;
	line-height: 100%;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #69726B;
	text-transform: uppercase;
	font-family: "Courier New", Courier, monospace;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	line-height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	text-transform: uppercase;
	color: #69726B;
}
h4 {
	font-size: 130%;
	font-weight: normal;
	line-height: 100%;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
p {
	margin-top: 0px;
	margin-bottom: 16px;
}
ul {
	margin-top: 0px;
	margin-bottom: 16px;
}
#footer {
	font-size: 75%;
	color: #999;
	clear: both;
	float: left;
	width: 100%;
	text-transform: uppercase;
	padding-bottom: 40px;
	margin: 0px;
}
#footer a {
	text-decoration: none;
	text-transform: uppercase;
}
#secondnav a img {
	display: inline;
	vertical-align: text-bottom;
}
.backtotop {
	font-size: 75%;
	text-transform: uppercase;
	margin-bottom: 24px;
	margin-top: 0px;
}
