/* Primary Layout */
	#body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #000000;
		margin: 0px;
		padding: 0px;
		background: #FF9900;
		}
	#header {
		background: #FF9900;
   		margin: 0px;
		padding: 0px;
		height: 68px;
		width: 100%;
		border-bottom: 3px solid #000000;
		}
	#main {
		padding: 40px;
		background: #ffffff;
		}
	#footer {
		background: #FF9900;
   		margin: 0px;
		padding: 0px;
		text-align: right;
		width: 100%;
		border-top: 3px solid #000000;
		}
		
/* Header Styles */	
	#header h1 {
		font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
		font-size: 36px;
		margin: 0px;
		padding: 3px 5px;
		color: #ffffff;
		font-weight: normal;
		}
	#header p {
		font-size: .75em; 
		text-align: right;
		color: #ffffff;
   		margin: 0px;
		padding: 0px;
		}
	#header a {
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
		margin-right: 20px;
		}
	#header a:hover {
		color: #000000;
		font-weight: bold;
		text-decoration: underline;
		margin-right: 20px;
		}
	#header .on {
		color: #000000;
		font-weight: bold;
		text-decoration: none;
		margin-right: 20px;
		}

/* Footer Styles */	
	#footer p {
		font-size: .75em; 
		color: #ffffff;
   		margin: 0px;
		padding: 0px;
		}
	#footer a {
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
		margin-right: 20px;
		}
	#footer a:hover {
		color: #000000;
		font-weight: bold;
		text-decoration: underline;
		margin-right: 20px;
		}
	#footer .on {
		color: #000000;
		font-weight: bold;
		text-decoration: none;
		margin-right: 20px;
		}
	#copyright {
		font-size: .70em; 
		line-height: 1em;
		color: #ffffff;
		text-align: center;
		margin: 10px;
		padding: 10px;
		}

/* General Styles */	
	a {
		color: #FF9900;
		font-weight: bold;
		text-decoration: none;
		}
	a:hover {
		color: #FF9900;
		font-weight: bold;
		text-decoration: underline;
		}
		
	ol {
		list-style-position: inside;
		}
					
	ul {
		list-style: square inside;
		}
	ul ul {
		list-style: circle inside;
		}
	ul ul ul {
		list-style: disc inside;
		}
				
	li {
		font-size: 1em; 
		line-height: 1.75em; 
		margin-top: 10px;
		}
		
	p, td {
		font-size: 1em; 
		line-height: 1.75em; 
		margin-top: 10px;
		}
		
	th {
		font-size: .75em; 
		line-height: 1.75em; 
		margin-top: 10px;
		font-weight: bold;
		text-align: right;
		}
		
	td.data {
		font-size: .75em; 
		line-height: 1.75em; 
		margin-top: 10px;
		text-align: right;
		}
		
	h2 {
		font-size: 1.75em; 
		line-height: 1em; 
		margin-top: 10px;
		font-weight: bold;
		color: #F90;
		}
		
	h3 {
		font-size: 1.25em; 
		line-height: 1em; 
		margin-top: 10px;
		font-weight: bold;
		}
		
	h4 {
		font-size: 1em; 
		line-height: 1em; 
		margin-top: 10px;
		font-weight: bold;
		}
		
	img {
		display: block;
		}
		
/* Quote Styles */
	.quotemark {
		margin: 0em 0em 0em 0em; 
		color: #999999;
		font-family: 'Times New Roman', Times, serif; 
		font-size: 2em; 
		line-height: 1em; 
		font-weight: bold;
		}
	.quote {
		margin: 0em 0em 0em 0em; 
		color: #999999;
		font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
		font-size: 2em; 
		line-height: 1em;
		font-weight: bold;
		}

/* Backgrounds */

	.measure {
		background-image: url(../images/measure.jpg) top left no-repeat;
		}