

		#container {
			width: 800px;
			margin: 0 auto;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 12px;
			line-height: 1.6em;
			color: #666;
			background-color: #FFF;
		}

		h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 28px;
	margin-bottom: 30px;
	background-color: #FFF;
	color: #FFFFFF;
		}
		
		h2 {
			color: #000099;
			font-size: 18px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FFF;
		}
		
		a {
			color:#0066FF;
			text-decoration: none;
		}

		a:hover {
			color:#0000FF;
			background-color: #F5F5F5;
		}

		
		form {
			float:right;
			margin-top: -45px;
			font-size: 9px;
		}
		
		input {
			background-color: #FFF;
			color: #999999;
			border: 1px solid #CCC;
			font-size: 11px;
			padding: 3px;
		}
		
		.button {
			padding: 2px;
		}
		

	#header { height: 109px;	background: url(header.jpg) no-repeat center top; margin-bottom: 0px; overflow: hidden; }
	
	    #header h1 {  font: 1.2em "Tahoma",Verdana, Arial, Sans-Serif; color: #FFF; font-weight: bold; padding-top: 25px; background: inherit }


		#header p {
	margin-top: -15px;
	margin-left: 3px;
	color: #666666;
	font-size: 14px;
		}

	
		#navigation ul {
			margin-left: 0;
			padding-left: 0;
			list-style-type: none;			
			float: left;
			width: 140px;
		}

		#navigation li {
			padding-bottom: 1px;
		}

		#navigation a {
			display: block;
			padding: 4px;
			width: 140px;
			border-bottom: 1px solid #97AAEC;
		}

		#navigation a:link, #navlist a:visited {
			color:#0000CC;
			text-decoration: none;
		}
		
		#navigation a:hover {
			background: #000000 url(arrow.gif) 96% 50% no-repeat;
			background-color: #F5F5F5;
			color:#6699FF;
		}


		#navigation p {
			margin-top: 40px;
			padding: 5px;
			border-bottom: 1px dotted #CCC;
			border-top: 1px dotted #CCC;
		}


		#content {
			width: 370px;
			margin-left: 180px;
			margin-right:200px;
		}
		
			#content2 {
			width: 520px;
			margin-left: 180px;
			margin-right:15px;
		}
		
		#content p {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD; /* A faint grey line below the text */
		}

			#sidebar {
			float: right;
			width: 175px;
		}
		
		#sidebar p {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD;
		}

		#footer {
	margin-top: 20px;
	clear: both;
	background: url(footer.jpg) no-repeat center top;
	padding: 0px 5px 0px 5px;
	color: #FFFFFF;

		}
		
		#footer p {
			color:#FFFFFF;
			padding: 5px;
		}
		
		#footer p a {
			color: #FFFFFF;
			border-bottom: 1px dotted #FFFFFF;
		}
		
		#footer p a:hover {
			color: #FFFFFF;
			background-color:#FFFFFF;
		}
		
