/*Ã‚Â©2008-2010 Certain Web Design- This document is the property of Certain Web Design, Tena Certain - owner.
If you do not have express permission to use this CSS stylesheet code, please get my permission 
before you use it.   www.certainwebdesign.com*/

body {
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	font-family: "Calisto MT", "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3C003C;
	background-color: #E5DAD7;
}
#container {
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #1f0345;
	padding: 0px;
	margin: 0px auto 0px auto;
	background-color: #fff;
	width: 960px;
	font-size: 1.4em;
	line-height: 1.5em;
	min-height: 800px;
}
h1 {
	padding: 0px;
	margin: 0px;
	font-size: 2em;
	text-align: center;
	line-height: 1.1em;
}
.highlight-text {
	color: #45008A;
	font-weight: bold;
}
.float-left {
	float: left;
}
p {
	padding-left: 5px;
	padding-right: 5px;
	width: 950px;
}
.margin5px {
	margin: 5px 10px 5px 5px;
}
.redtext {
	color: #8c002a;
	font-weight: bold;
}
.greentext {
	color: #526200;
	font-weight: bold;
}
.margin-right10 {
	margin-right: 10px;
}
.dotted {
	border: thin dotted #0000FF;
}
.bold {
	font-weight: bold;
}
.clear-both {
	clear: both;
}
#content {
	width: 960px;
}
.line-through {
	text-decoration: line-through;
}
h3 {
	padding-right: 5px;
	padding-left: 5px;
}
.background {
	background-color: #CD9E9C;
}
#tutorials li {
	list-style-image: url('../images/open-book.png');
	line-height: 2em;
}
.form-center {
	display: block;
	padding-left: 60px;
}
