﻿body {
	background-color: #71637b;
	font-family : arial, verdana,helvetica; 
	color:#000000;
	font-size :12px;
	font-weight : normal;
	font-style : normal;
	margin:0 0 0 0;
	padding:0 0 0 0; }

/* old color: 336699 */
/* color options: 000080 - 00008b - 0000cd - 0000ff - 191970 - 4b0082 */
a:link { color : #0000cd; }
a:visited { color : #990000; }
a:active { color : #ff0000; }

td { 
	font-size : 12px; 
	font-weight : normal; 
	font-style : normal; }

/* forces browser to render a gutter for a scrollbar even if page does not need it 
(prevents "shifting" effect when switching from pages with little content to pages with lots of content) */
html { 
	height: 100%; 
	overflow-y: scroll; }

p {
	font-size : 12px;
	font-style : normal;
	margin-left : 25px;
	margin-right : 25px; }

/* *** */

h1 {
	color : #000000;
	font-size : 1.7em;
	font-weight : bold;
	font-style : normal;
	margin-top : 10px;
	margin-bottom: -15px;
	margin-right : 0px;
	margin-left : 25px;
	padding-bottom : 0px; }
/* setting for ie only */
html>body.ie h1 { margin-bottom: -5px; }

/* *** */

h2 {
	color : #000000;
	font-size : 1.2em;
	font-weight : bold;
	font-style : normal;
	margin-top : 10px;
	margin-right : 0px;
	margin-bottom : 1px;
	margin-left : 25px;
	padding-bottom : 0px; }
/* setting for ie only */
html>body.ie h2 { margin-bottom: 5px; }

/* *** */

#container {
	width: 800px;
	margin: 0 auto;
	padding: 0 0 30px 0; }

#content_wrapper {
	width: 800px; /* actual content will be 900px, but this is wider so that dropshadow effect can be seen along the sides */
	margin: 0 auto;
	padding: 0;	
	background: transparent url(/graphics/manual/manual-content.jpg) 50% repeat-y;
	color: #000;
	position:relative; /*fix for IE, so menu doesn't move when resizing*/ }

/* *** */

#footer {
	width: 800px;
	clear: both;
	background: transparent url(/graphics/manual/manual-footer.jpg) 50% 100% no-repeat;
	color: #336699;
	margin: 0 auto;
	padding: 0 0 20px 0;
	font-size: xx-small; }

#footer a {
	font-size : 12px;
	font-weight : bold;
	font-style : normal;
	color: #000000; }
	
/* *** */

#footer p {
	font-size : 12px;
	padding: 0 0 0 0; }
/* setting for ie only */
html>body.ie #footer p {
	padding: 10px 0 10px 0; }
	
/* *** */
	
.footertext {
	padding: 0 0 0 0;
	font-size: x-small; }
	
/* *** */

.footertext p {
	font-size : 12px;
	margin: 10px 25px 10px 25px; }
/* setting for ie only */
html>body.ie .footertext p {
	font-size : 12px;
	margin: 0 25px 0 25px; }
	
/* *** */	

#designedfor {}
/* setting for ie only */
html>body.ie #designedfor { padding:10px 0 10px 0; }

/* *** */

.utility { color : #336699; font-size : 12px; }
a.utility:link { color : #336699; }
a.utility:visited { color : #990000; }
a.utility:active { color : #ff0000; }
a.utility:hover { color : #000000; }

.searchline { height: 30px; }
.navline { border-bottom: 3px solid #694276; height: 35px; }
.linksline { font-style: italic; height: 15px; margin: 2px 0 2px 0; }

#moddate { 
	visibility: hidden;
	margin-left: 20px; }

table.manual td { font-size : 16px; }

.letterline { background-color: #eeeeee; }

.linksbackground { background-color: #eeeeee; }

#SearchResults { margin-right: 40px; }

/* ******************************************************************* */

/* FORMATTING FOUND IN WAC / WAC CONTENT PAGES */
/*.th1 { font-size: 14pt; color: #461b7e; text-transform: uppercase; font-weight: bold; margin:10px 0 10px 10px }*/ /* PURPLE */
.th1 { font-size: 14pt; color: #461b7e; text-transform: uppercase; font-weight: bold; margin:10px 0 10px 2px } /* PURPLE */
/*.th2 { font-size: 14pt; color: #000000; text-transform: uppercase; font-weight: bold }*/ /* BLACK */
.th2 { font-size: 14pt; color: #000000; text-transform: uppercase; font-weight: bold; margin:15px 0 15px 2px } /* BLACK */
/*.th3 { font-size: 14pt; color: #0000ff; text-transform: uppercase; font-weight: bold }*/ /* LIGHT BLUE */
.th3 { font-size: 14pt; color: #0000ff; text-transform: uppercase; font-weight: bold; margin:15px 0 15px 2px } /* LIGHT BLUE */
.th4 { font-size: 12pt; color: #000080; font-weight: bold } /* BLUE */
.th5 { font-size: 12pt; color: #800000; font-weight: bold } /* BURGUNDY */
.th6 { font-size: 12pt; color: #800080; font-weight: bold } /* DARK PURPLE */
.th7 { font-size: 10pt; color: #ffffff; margin-top: 0; margin-bottom: 0 } /* WHITE */
/*.th8 { font-size: 10pt; color: #71637b; margin-top: 0; margin-bottom:0; font-weight: bold }*/ /* PURPLE */
.th8 { font-size: 10pt; color: #71637b; font-weight: bold; margin:0 0 0 2px } /* PURPLE */

.twac { font-size: 12pt; color: #000000; font-weight: bold }
.pwac { font-size: 12pt; color: #000000 }

.par1level { margin-left: 40 }
.par2level { margin-left: 80 }
.par1      { margin-left: 40 }

.th1, .th2, .th3, .th4, .th5, .th6, .th7, .th8, .twac, .pwac { font-family: arial,verdana,helvetica; } 
a, ol, ul, li { font-family: arial,verdana,helvetica; }
li { font-size: 12px;}

ol { list-style-type: decimal; }
ol ol { list-style-type: lower-alpha; }
ol ol ol { list-style-type: lower-roman; }
ol ol ol ol { list-style-type: upper-alpha; }
ol ol ol ol ol { list-style-type: upper-roman; }
ol ol ol ol ol ol { list-style-type: upper-roman; }


