body	{
		font-family: Arial, Helvetica, sans-serif;
		text-align: justify;
		}
		
		
#wrapper	{
			background-color: #FFFFFF;
			background-image:url(../images/navbg.gif);
			background-position: top left;
			background-repeat: repeat-y;
			position: relative;
			width: 780px;
			margin-right: auto;
			margin-left: auto;
			padding: 0;
			border-right-color: #E8D7C2;
			border-right-style: solid;
			border-right-width: 1px;
			}
			

#content	{
			background-color: #FFFFFF;
			margin-left: 180px;
			padding: 3px 15px 0 10px;
			}
			
#content p	{
			font-size: 1em;
			line-height: 1.8em;
			padding-left: 1em;
			color: #F26C4E;
			}
			
#content h1	{
			font: bold 14pt Arial, Helvetica, sans-serif;
			color: #A0410A;
			margin-bottom: 3px;
			}
			
#content h2	{
			font: bold 13pt Arial, Helvetica, sans-serif;
			color: #F26521;
			border-bottom: 1px dotted #FF9006;
			}
			
#content ul.bull	{
			list-style-type: none;
			padding: 0;
			margin: -11px 0 0 0;
			margin-left: 20px;
			
			}
			
#content li.bull{
			padding: 10px 11px 3px 25px;
			font: normal 1em Arial, Helvetica, sans-serif;
			letter-spacing: 0.6px;
			color: #F26C4E;
			background: url(../images/bullet1.gif) left no-repeat;
			text-decoration: none;
			}
			
#content ul	{
			padding: 0;
			margin: -11px 0 0 0;
			margin-left: 38px;
			
			}
			
#content li{
			padding: 0 11px 11px 0;
			font: normal 1em Arial, Helvetica, sans-serif;
			letter-spacing: 0.6px;
			color: #F26C4E;
			text-decoration: none;
			}
			
			
#content a:link, #content a:visited	{
								font-size: 1.1em;
								color: #ABA000;
								text-decoration: underline;
								}
								
#content a:hover, #content a:active	{
								color: #827A00;
								text-decoration: none;
								}
			


#navigation	{
			position: absolute;
			top: 120px;
			left: 0;
			width: 178px;
			padding-top: 10px;
			}
			
#navigation ul	{
				list-style-type: none;
				padding: 0;
				margin: 0;
				}
				
#navigation a:link, #navigation a:visited	{
											margin-left: 7px;
											display: block;
											width: 160px;
											padding: 9px 0 9px 19px;
											font: bold 0.9em Arial, Helvetica, sans-serif;
											color: #ABA000;
											background: url(../images/bulletoff.gif) left no-repeat;
											text-decoration: none;
											}
											
#navigation a:hover	{
					color: #827A00;
					background: url(../images/bulleton.gif) left no-repeat;
					}
					
#navigation a:active	{
						color: #006e01;
						}
						
						
#foot	{
		width: 780px;
		height: 40px;
		background-color: #F2E8DB;
		padding-top: 3px;
		padding-bottom: 1px;
		font-size: 0.8em;
		font-family: Arial, Helvetica, sans-serif;
		text-align: center;
		color: #C09056;
		margin-left: auto;
		margin-right: auto;
		border-bottom-color: #FFF7ED;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-top-color: #D9BC9A;
		border-top-style: solid;
		border-top-width: 3px;
		}			
		
#foot p	{
			color: #C09056;
			font-size: 11px;
			text-align: center;
			font-family: Arial, Helvetica, sans-serif;
			margin-top: 5px;
			margin-bottom: 0;
			padding: 0;
			}
#foot a:link, #foot a:visited	{
								color: #ABA000;
								text-decoration: underline;
								}
								
#foot a:hover, #foot a:active	{
								color: #827A00;
								text-decoration: none;
								}



.datatable {
			
			border-collapse: collapse;
			width: 100%;
			font-size: 12px;
			}
			
.datatable td {
				border: 1px solid #FDC689;
				padding: 4px;
				color: #f26522;
				text-align: center;
				}
				
.datatable th	{
				border: 1px solid #FDC689;
				font-weight: bold;
				text-align: left;
				padding-left: 4px;
				background-color: #F69679;
				color: #ffffff;
				}

