body {
		background-image: none;
		margin: 15px;
		padding: 0px;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		line-height: normal;
		background-color: #6699CC;
		width: 80%;
		}
		
h1, p {
		text-transform: none;
		border: none;
		margin: 0em;
		}

h1 {
		text-align: center;
		padding-bottom: 0.5em;
		font-size: 800%;
		font-weight: bold;
		color: blue;
		}

h1 img  {
		width: 85%;
		}
		
p{
		text-align: left;
		margin-bottom: 24px;
		border: none;
		}

img {
		border: none;
		}
	
a {
		border: none;
		padding: 0px;
		margin: 0px;
		background-color: transparent;
        }
                  
b {
		font-family: times, serif;
		font-style: italic;
		font-size: 120%;
		font-weight: bold;
		color: red;
		margin: 0em 0em 1em 0em;
		}
em {
		color: blue;
		font-family: verdana, arial, helvetica, sans-serif;
		font-style: normal;
		font-weight: bold;
		}

#content, #heading, #mainNav {
		margin: 0px 0px 10px 165px;
		min-width: 120px;
		padding: 0px;
		border: none;
		position: relative;
		width: auto;
		}
		
#content {
		clear: both;
		}

#sideBar {
		font-size: 12px;
		line-height: 20px;
		background-image: none;
		width: 130px;
		top: 15px;
		left: 15px;
		color: white;
		text-align: center;
		border: none;
		padding: 0px;
		position: absolute; 
		}

.blue {
		font-size: 200%;
		font-weight: bold;
		color: blue;
		}

.noprint {
		display: inline;
		text-align: center;
		}

.center {
		text-align: center;
		}

.diagram {
		margin-left: 25%;
		}

.nodisplay {
		display: none;
		}

.oldbrowser {
		display: none;
		font-weight: bold;
		}
		
		
/* mainNav
------------------------------------*/

#mainNav ul, #mainNav li {
		float: right;
 		list-style: none;
 		text-transform: uppercase;
		}

#mainNav a:link, a:visited {
		display: block;
		height: 40px;
		line-height: 40px;
		color: #000;
		text-decoration: none;
		background-color: #94B8E9;
		text-indent: 5px;
		width: 160px;
		text-align: center;
		border: 1px solid black;
		}

#mainNav a:hover {
		color: #fff;
		background-color: #369;
		border: 1px solid white;
		}
		
#sideBar a:hover {
		color: #fff;
		}
		
#content a {
		text-decoration: underline;
		background-color: transparent;
		color: blue;
		padding-right: 0;
		height: auto;
		line-height: 1em;
		width: auto;
		border: none;
		display: inline;
}

#content a:hover {
		color: white;
		}
