body {
	margin: 0px;
	padding: 0;
	background-color: #999;
	}

body, a, p, li, h1, h2, h3, em, strong {
/*
This rule has multiple selectors to ensure that the styles are carried
down into the necessary elements in NN4.
*/
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	}

a {
	color: #00a077;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	text-decoration: underline;
	}

abbr, acronym, .help {
	border-bottom: 1px dotted #0c9;
	cursor: help;
  }

p	{
	font-size: medium;
	line-height: 1.5em;
	}

ul {
	list-style-type: disc;
	}

ol, ul	{
	margin: .5em 0 1em 2em;
	font-size: medium;
	line-height: 1.5em;
	}

h {
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
 
h1 {
	font-size: 18px;
	}

h2 {
	font-size: 90%;
	line-height: 1.5em;
	padding: 0;
	}
			
h3 {
	font-size: small;
	line-height: 1.5em;
	padding: 0;
	}
			
#tagline {
	margin: 7px;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5em;
	text-align: center;
	color: #fff;
	}
	
em {
	font-style: italic;
	font-weight: normal;
	}
	
strong {
	font-weight: bold;
	}

		
/*
********************************************
LAYOUT RULES
********************************************
*/ 
	
.standardsNote {
	margin: 0 0 0 115px;
	padding: 10px;
	background-color: #ccc;
	border: 1px solid #000;
	}

#leftbar {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 115px;
	}
	
#logo {
	background-color: #000;
	width: 115px;
	height: 55px;
	}
	
#photoheader {
	margin: 0 0 0 115px;
	background-color: #0c9;
	border: 1px solid #000;
	height: 151px;
	}
	
#photo1	{
	margin: 0 0 0 115px;
	background-color: #000;
	border: 1px solid #000;
	height: 113px;
	}

#photo2	{
	margin: 0 0 0 115px;
	background-color: #000;
	border: 1px solid #000;
	height: 113px;
	}

#photo3	{
	margin: 0 0 0 115px;
	background-color: #000;
	border: 1px solid #000;
	height: 113px;
	}

#photo4	{
	margin: 0 0 0 115px;
	background-color: #000;
	border: 1px solid #000;
	height: 113px;
	}

#photo5	{
	margin: 0 0 0 115px;
	background-color: #000;
	border: 1px solid #000;
	height: 113px;
	}

#photo6	{
	margin: 0 0 0 115px;
	background-color: #000;
	border: 1px solid #000;
	height: 113px;
	}

.menu {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif 
	}
	
#pagetitle {
	margin-top: 22px 00 115px;
	margin-left: 115px;
	height: 36px;
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
	}
				
#main {
	background-color: #fff;
	border: 1px solid #fff;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-left: 115px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
#breadcrumbing {
	color: #333;
	margin-top: 5px;
	font-size: 10px;
	font-style: italic;
	}

#content {
	width: 35em;
	}

#inservice {
	background-color: #E6F6F2;
	border: 1px solid #999;
	padding: 5px;
	line-height: 1em;
	margin-top: 20px;
	margin-bottom: 20px;
	}
	
#bottomnav {
	color: #fff;
	width: 35em;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 140px;
	padding: 0px;
	}

#bottomnav a {
	color: #fff;
	}
