
/* font-family: helvetica, arial, sans-serif; */
/* font-family: 'comic sans ms', arial, sans-serif; */

body {
	background-color:#fff;
	font-family: helvetica, arial, sans-serif;
	margin:0px;
	text-align:left;
	padding:0px;
}

.pull_quote{
	margin-top:10px;
	padding: 10px;
	font-size:1.3em;
	background-color:#ccc;
	color:#000;
	width: 250px;
}

.bold_upper{
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom:2px;
}

.bold{
	font-weight: bold;
	display: block;
	margin-bottom: 8px;
}

.bold_word{
	font-weight:bold;
}

.main{
	text-align:center;
	width: 650px;
	height: 360px;
	margin: 0px;
	padding: 10px;
	
}

.main_header{
	background-color: #fff;
	color: #000;
	font-size:1.8em;
	text-align: left;
}

.content{
	text-align:left;
	font-size: small;
	background-color: #fff;
	color: #000;
	padding:10px 5px;
	margin-top: 5px;
}
.content img{
	margin-left:0px;
	margin-top:0px;
}

.content_left{
	float:left;
	margin-right:15px;
}

.content_right{
	margin-left: 380px;
}

.content_right img{
	position:relative;
	top: -33px;
	left: 25px;
}

.content_right div{
	display: block;
	margin-left: 5px;
	width: 190px;
	margin-top:50px;
	font-size:1.2em;
	font-weight:bold;
	background-color: #fff;
	color: #000;
	padding:5px;
}

.content p{
	display: block;
	width: 400px;
	text-align: justify;
}

.content2{
	text-align:left;
	font-size: small;
	background-color: #fff;
	color: #000;
	padding:10px 5px;
	margin-top: 5px;
}

.content2 p{
	display: block;
	width: 700px;
	text-align: justify;
	margin-top:0px;
	margin-bottom:6px;
}

.content a{
	text-decoration: none;
	display: inline;
	padding: 0px 15px;
	color:#fff;
	background-color:#369;
	border-left: solid #fff 1px;
	border-top: solid #fff 1px;
	border-right: solid #000 1px;
	border-bottom: solid #000 1px;
	font-size:.8em;
}

.content a:hover {
	color:#000;
	background-color:#ccc;
	border-left: solid #000 1px;
	border-top: solid #000 1px;
	border-right: solid #fff 1px;
	border-bottom: solid #fff 1px;
}

.footer{
	background-color: #fff;
	color: #fff;
	width: 100%;
	padding-left:0px;
	text-align:center;
	margin-top:5px;
}

.footer a {
	display:inline;
	float:left;
	width: 100px;
	text-decoration:none;
	color:#fff;
	background-color:#369;
	border-left: solid #fff 1px;
	border-top: solid #fff 1px;
	border-right: solid #000 2px;
	border-bottom: solid #000 2px;
	font-size:.2em;
}

.pullQuoteLeft{
	padding:5px;
	width:100px;
	background-color:#66f;
	margin:5px 15px 5px 0px;
	font-size:1.2em;
	display:block;
	float:left;
}

.pullQuoteRight{
	padding:5px;
	width:100px;
	background-color:#66f;
	margin:5px 15px 0px 5px;
	font-size:1.2em;
	display:block;
	float:right;
}


/* Table of Contents*/

#nav{
	background-color:#66f;
	padding-left:10px;
	text-indent:.2em;
}

#nav ul{
	margin:0px;
}

#nav li{
	margin:0px;
}

.division li {
	color:#f00;
	margin-left:0px;
	list-style-type:none;
	text-transform: uppercase;
	font-size:.8em;
}

.division li a{
	display:block;
	text-transfrom: uppercase;
	text-decoration: none;
	font-size:.8em;
	background-color:#fff;
	color:#fff;
	border:solid #000 1px;
}

.division li a:hover{
	background-color:#fff;
	color:#fff;
	border:solid #000 1px;
}

.links{
	display:block;
	border: solid #000 0px;
	text-indent:.2em;
}

.links a {
	font-size: .7em;
	display:block;
	color:#fff;
	background-color:#369;
	border-top: solid 1px #fff;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	border-left: solid 1px #fff;
	padding: 1px 2px;
	text-transform: none;
	text-decoration:none;
}

.links a:hover {
	color:#000;
	background-color:#ccc;
	border-top: solid 1px #000;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	border-left: solid 1px #000;
}

/* Index Page */

#header {
	height:35px;
	border-bottom: solid 5px #369;
	margin-bottom:15px;
	font-size:1.4em;
	padding: 5px;
	background-color:#7696c1;
	color: #fff;
	background-image: url(../images/header4.jpg);
	background-repeat: no-repeat;
}

#tocDisplay {
	background-color: #fff;
	width: 160px;
	height: 600px;
	overflow: auto;
	position: absolute;
	top: 50px;
	left: 0px;
	text-align:left;
}

#contentDisplay {
	position: absolute;
	left: 150px;
	top: 50px;
}

/* Introduction*/

.stepHead{
	font-size:2em;
	color:#000;
	margin-bottom:10px;
	margin-right:10px;
}

/*rotating image with description*/	
#main{
	padding-top:5px;
	margin-top:20px;
	width:550px;
	height:450px;
	background-color:#fff;
	text-align:center;
}

#revolve{
	text-align:left;
	height:360px;
}

#description{
	background-color:#fff;
	color:#000;
	width:500px;
	height:40px;
}
	

/* Table of Contents */
.nav_toc a{
	font-size: .7em;
	font-family: sans-serif;
	text-align:right;
	margin-left:5px;
	display:block;
	width:120px;
	background-color:#369;
	border-top: solid 1px #fff;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	border-left: solid 1px #fff;
	padding-right:5px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}
	
.nav_toc a:hover {
	background-color:#ccc;
	color:#000;
	border-top: solid 1px #000;
	border-right: solid 1px #933;
	border-bottom: solid 1px #933;
	border-left: solid 1px #000;
}
	
.category a{
	cursor:default;
	font-family: sans-serif;
	font-size:.8em;
	text-align:left;
	display:block;
	width:120px;
	background-color:#ccc;
	color:#000;
	border-top: solid 1px #666;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	border-left: solid 1px #666;
	padding:1px;
	text-indent:2px;
	text-decoration:none;
	text-transform:uppercase;
}