html, body 
					 { 
					 margin: 0; 
					 padding: 0; 
					 background-color:#D9D9F3;
					 }/*background-color:#274859;Need this colour in Paint.net to produce #D9D9F3*/ 
body 
		 			 { 
					 color: #bce4f8; 
					 font: 14px "trebuchet ms",trebuchet,Arial, Helvetica, sans-serif; 
					 line-height: 18px;
					 }
					 
h2 				 { color: #bce4f8; }
a 				 { color: #bce4f8; }
p 				 { margin: 0 0 18px; }

#container 
					 { 
					 width: 800px; 
					 margin: 0px auto;
					 background-color:#1F3D4E
					 }
						
#wrapper 
				 	 { 
				 	 float: left; 
					 width: 100%; 
					 }

/* Header */
#header 	 {
					 margin:0 0 20px 0; /*Top, Right, Bottom, Left Margins*/
					 float: left; 
					 width:800px;
					 }
					 
#header h1 
					 { 
					 margin: 0 auto; 
					 padding: 24px 18px 0; 
					 }
					 
#header p 
					{
					font-size: 18px;
					font-weight: bold;
					font-style:italic;
					padding: 0 18px;
					margin: 0px 100px 0px; 
					}

/* Content Style */
#navigation ul { padding: 0 0px 0px;}
#navigation a 
					{
					list-style: none;
					text-decoration:none;
					}

#navigation a:hover {color: white;}

			
#navigation p 
					{ 
					margin: 10px 0px 10px 0px; /*top, right, bottom, left*/
					padding-top:20px;
					text-align:center;
					font-weight:bold;
					font-size:18px;
					}
					
#extra { }
#extra small 
			 		{ 
					font-size: 11px; 
					line-height: 18px; 
					}
					
#content { }
#content p, #extra p { padding-right: 5px; }

/* Content Positioning & Size */
#navigation 
					{ 
					float: left; 
					margin-left: -795px; 
					width: 160px;
					}
					
#navigation img 
					{
					border:solid; 
					border-width:thin; 
					border-color:#bce4f8; 
					}
					
#navigation ul 
					{
					list-style:none;
					float:left; 
					margin-left:0 
					}

#navigation li 
					{ 
					background: url('../Temporary%20Internet%20Files/Low/Content.IE5/4IACVFAV/left_dotted.gif') no-repeat bottom left; 
					padding-left:10px; 
					padding-right:10px; 
					padding-top:4px; 
					padding-bottom:10px
					}
					
/*#container img {margin-bottom: -100px}*/
#header img { 
						margin: 0px 0px 0px 0px;
						padding:0   0   0px   0;}
#content { margin: 0 150px 18px 180px; }
#content img 
				 	{
					border:solid; 
					border-width:5px; 
					border-color:#bce4f8; 
					
					}
					
#extra 
			 		{ 
					
					float: left; 
					margin-left: -140px; 
					width: 120px; 
					} 
					
#extra p 
			 	 	{ 
					font-family: "trebuchet ms",trebuchet,Arial, Helvetica, sans-serif;
					color:#bce4f8;
					font-style:italic;
					font-size: 14px
					}
					
#extra ul   
			 		{
					
					padding-left:0px;
					list-style: none;
					float:left; 
					margin-left:0 
					}
					
#extra li	
			 		{ 
					background: url('../Temporary%20Internet%20Files/Low/Content.IE5/4IACVFAV/left_dotted.gif') no-repeat bottom left; 
					padding-left:0px; 
					padding-right:10px; 
					padding-top:4px; 
					padding-bottom:10px
					}

/* Footer */
#footer 
					{ 
					background: #333; 
					border-bottom: 2px solid #999; 
					clear: left; 
					width: 100%; 
					}
					
#footer a { color: #eee; }
#footer p 
					{ 
					color: #ccc; 
					font-size: 18px; 
					text-align: center; 
					margin: 0; 
					padding: 10px 18px 10px; 
					}
					
#footer ul 
					{ 
					border-bottom: 1px solid #555; 
					list-style: none; 
					margin: 0 18px 6px; 
					padding: 10px 0 6px; 
					}
					
#footer li 
					{ 
					display: inline; 
					font-size: 11px; 
					font-weight: bold; 
					padding-right: 5px; 
					}
					
img.floatRight 
					{ 
					float: right; 
					margin: 5px 10px; 
					}
					
img.floatLeft 
					{ 
					float: left; 
					margin: 5px 0px; 
					}
					
img.floatLeftParagraph					
					{ 
					float: left; 
					margin: 3px 10px; 
					}
					
img.noBorder
					{
					border-style:none !important;
					}
					
					
h2.contactheader 
					{
					color: white;
					text-align:center;
					}		
								
p.contactinfo
				 {
				 font-size: 18px;
				 font-weight: bold;
				 text-align: center;
				 color: white;
				 }
					
table
		 		 {
				 border: none;
				 margin-bottom: 20px;
				 margin-left: auto;
				 margin-right: auto;
				 }

td
				 {
				 padding-right:50px;
				 }					
					
td.subHeader
				 {
				 font-weight: bold;
				 font-size: 16px;
				 padding-top: 20px;
 				 }
li.listCategory
				 {
				 font-weight:bold;
				 color:white;
				 padding-bottom: 5px;				
				 }	
				 
p.bolden
				{
				font-weight:bold;
				}				 
</style>