@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
html {
	width:100%;
	height:100%;
	
}
body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	/*background-image: url(../images/bottom-right.png);
	background-repeat: no-repeat;
	background-position: right bottom;*/
}
#upperleft {
	text-align:left;
	position: inherit;
	left:0px;
	background-image: url(../images/upperleft.png);
	background-repeat: no-repeat;
}

#wrapper {
	position:relative;
	margin-top:40px;
	margin-bottom: 40px;
	margin-left:auto;
	margin-right:auto;
	width:760px;
}
#header {
	position:relative;
	z-index:100;
	height:50px;
}
#header img {
	position:absolute;
	top:20px;
	left:-45px;
}
#header h1 {
	position:absolute;
	top:30px;
	right:5px;
	font-size:180%;
}
#content {
	padding:15px;
	margin: 25px 0 50px 0;
}
#content h2 {
	font-size:20px;
	margin-top:15px;
	margin-bottom:10px;
}
.story {
	margin-bottom: 20px;	
}
.story h3 {
	font-size:14px;
	margin-top:45px;
}
.story h3 {
	margin-top:5px;
	margin-bottom:3px;
}
.story p {
	margin-bottom:10px;
	letter-spacing:.035em;
}

.story ul {
	list-style:none;
	margin-left:20px;
}

#navBar {
	position: relative;
	top:20px;
	/*left: -55px;*/
	float: left;
	width:170px;
	margin:0 10px 20px 0;
	padding-bottom:10px;
	letter-spacing:.05em;
}


#navBar ul {
	list-style:none;
	margin:10px;
	font-weight:bold;
}
#navBar a:link, #navBar a:visited {
	display: block;
	padding: 2px 0px 4px 3px;
	text-decoration: none;
}
#navBar a:hover {
	display: block;
	padding: 2px 0px 4px 3px;
	text-decoration: none;
}
#navBar form {
	text-align:center;
}

#navBar p {
	margin:5px;
}
#footer {
	display:block;
	text-align:center;
	clear:both;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.blue {
	color:#0066CC;
}

.orange {
	color:#FF6600;
}

.red {
	color:#CC0000;
}