body  {
	background-color: #FFFFFF;
	color: #4D4D4D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	scrollbar-face-color: #EEEEEE;
	scrollbar-arrow-color: #F00C09;
	scrollbar-base-color: ;
	scrollbar-track-color: ;
}

a:link {
	color: #F00C09;
	background-color: #FFFFFF;
	text-decoration: underline;
}

a:visited {
	color: #898989;
	background-color: #FFFFFF;
}

a:hover {
	color: #F00C09;
	background-color: #FFFFFF;
	text-decoration: none;
}

div.main {
	float: left;
	display: inline;
	background-color: #FFFFFF;
	color: #4D4D4D;
	width: 90%;
	font-size: 110%;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	margin: 8px 0px 0px 8px;
}

#logo {
	position: absolute;
	right: 20%;
	top: 3px;
	font-size: 80%; 
	text-align: right;
}

p {
	line-height: 135%;
}

#path {
	clear: both;
	margin-bottom: 35px;
	font-size: 90%;
}

#byline {
	clear: both;
	font-size: 90%;
	margin-bottom: 35px;
}

.instruction {
	clear: both;
	padding-top: 18px;
	font-weight: bold;
	font-size: 125%;
}

#pushdown {
	padding-top: 15%;
}

br {
	line-height: 2px;
}

#tutorial_header  {
	clear: both;
	font-size: 200%;
	font-weight: bold;
	font-family: georgia, verdana, "times new roman", serif;
	color: #F00C09;
	background-color: #FFFFFF;
}

#main_tutorial {
	float: left;
	display: inline;
	width: 80%;
	margin-top: 100px;
	margin-left: 85px;
}

.sub_tutorial {
	float: left;
	display: inline;
	margin-top: 35px;
	margin-bottom: 20px;
	width: 100%;
	font-size: 110%;
	font-family: "Courier New", Courier, monospace;
	background: url(images/note_bg.jpg);
	border-left: 8px solid #6FBF98;
	color: #29AE77;
	padding: 12px 25px 25px;
}

.sub_tutorial a:link, .sub_tutorial a:visited {
	color: #6FBF98;
	background-color: #F7FA0E;
	text-decoration: underline;
}

.sub_tutorial a:hover {
	color: #6FBF98;
	background-color: #F7FA0E;
	text-decoration: none;
}

.tip_box {
	float: left;
	display: inline;
	width: 75%;
	font-size: 110%;
	font-family: "Courier New", Courier, monospace;
	background: url(images/note_bg.jpg);
	border-left: 8px solid  #6FBF98;
	color: #29AE77;
	padding: 18px 12px 12px;
	margin-top: 10px;
	margin-bottom: 25px;
}

img {
	border: none;
}

.img_left {
	float: left;
	margin-right: 12px;
}

.img_right {
	float: right;
	margin-left: 12px;
}

#img_postit_header {
	position: absolute;
	left: 25px;
	top: 30px;
}

LI {
	list-style: disc outside;
	line-height: 135%;
}

#copyright {
	float: left;
	display: inline;
	clear: both;
	font-size: 90%;
	margin-top: 25px;
}

#email {
	float: left;
	display: inline;
	font-size: 90%;
	margin-top: 12px;
}

span.bold {
	font-weight: bold;
}

span.italic {
	font-style: italic;
}

span.red {
	color: Red;
}

span.blue {
	color: Blue;
}

.clear {
	clear: both;
	padding-top: 3px;
}
