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: 83%;
			line-height: 1.8em;
			padding-left: 1em;
			color: #F26C4E;
			}
			
#content h1	{
			font: bold 14pt Arial, Helvetica, sans-serif;
			color: #A0410A;
			}
			
#content h2	{
			font: bold 13pt Arial, Helvetica, sans-serif;
			color: #F26521;
			border-bottom: 1px dotted #FF9006;
			}
			
#content ul	{
			list-style-type: none;
			padding: 0;
			margin: 10px 0 0 0;
			margin-left: 20px;
			
			}
			
#content li	{
			padding: 10px 5px 5px 25px;
			font: normal 80% Arial, Helvetica, sans-serif;
			letter-spacing: 0.6px;
			color: #F26C4E;
			background: url(../images/bullet1.gif) left no-repeat;
			text-decoration: none;
			}
			
			
#content a:link, #content a:visited	{
								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: 17px;
											display: block;
											width: 128px;
											padding: 9px 0 9px 26px;
											font: bold 12px Arial, Helvetica, sans-serif;
											letter-spacing: 0.6px;
											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;
						}
						
						
#footer	{
		width: 780px;
		height: 25px;
		margin-right: auto;
		margin-left: auto;
		font-size: 70%;
		color: #AAAAAA;
		text-align: center;
		background-image: url(../images/footerbg.gif);
		background-repeat: repeat-x;
		padding-top: 3px;
		}
		
#footer p	{
			color: #C09056;
			font-size: 10px;
			text-align: center;
			font-family: Arial, Helvetica, sans-serif;
			margin-top: 3px;
			margin-bottom: 0;
			padding: 0;
			}
			
#footer a:link, #footer a:visited	{
								font-size: 12px;
								color: #ABA000;
								text-decoration: underline;
								}
								
#footer a:hover, #footer 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;
				}

