		/*
		Design by Free CSS Templates
		http://www.freecsstemplates.org
		Released for free under a Creative Commons Attribution 2.5 License
		*/
		body {
			margin: 0px 0;
			padding: 0;
			background: #FFFFFF url(images/img1.gif);
			font: normal small Arial, Helvetica, sans-serif;
			color: #445544;
			overflow: auto;
		}

		h1, h2, h3 {
			margin-top: 0;
			margin-bottom: 2 px;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-weight: normal;
			font-style: italic;
			color: #A33000;
		}
		h2 {
			letter-spacing: -1px;
			font-size: 1.8em;
		}

		h3 {
			font-size: 1.3em;
			margin: 0;
			font-family: Georgia, "Times New Roman", Times, serif;
			color: #006000;
		}

		h5 {
			text-align: center;
			margin-top: 0;
			margin-bottom: 0;
		}

		p, ul, ol, blockquote {
			margin-top: 0;
		}

		a:link {
			text-decoration: none;
			color: #A33000;
		}

		a:hover {
			text-decoration: underline;
		}

		a:visited {
			color: #008000;
		}

		li
		{
			color: #A33000;
		}

		li a:link {
			border-bottom: 1px dotted #A33000;
			color: #666666;
		}

		li a:hover {
			border-bottom: 1px solid #A33000;
			text-decoration: none;
			color: #A33000;
		}

		img.float {
			float: left;
			margin: 5px 15px 10px 0;
			border: 5px solid #A33000;
		}

		/* Header */

		#header {
			width: 1024px;
			height: 150px;
			margin: 0 auto;
			padding: 0px 10px;
			background: #A33000 url(images/img3.jpg) no-repeat 10px 0px;
		}

		#header * {
			margin: 0;
			padding: 0;
			text-decoration: none;
			font-size: 20px;
			font-style: italic;
			color: #FFFFFF;
		}

		#header h1 {
			padding: 10px 0 0 0px;
			text-align: center;
			font-weight: bold;
		}

		#header h2 {
			padding: 128px 0 0 20px;
			font-weight: bold;
		}

		/* Content */

		#content {
			width: 1024px;
			margin: 0 auto;
			background: #FFFFFF url(images/img2.gif);
			border: 10px solid #A33000;
			border-top: none;
		}

		#colOne {
			float: left;
			width: 179px;
			padding: 10px 10px;
			background: #FFFFFF url(images/ColMenu1.jpg);
		}

		#colOne ul {
			margin-left: 0;
			padding-left: 1em;
			list-style: square inside;
		}

		#colTwo {
			float: left;
			width: 780px;
			padding: 10px 10px;
		}

		#colTwo li{
			font-size: 1.3em;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-weight: bold;
			font-style: italic;
			text-decoration: underline;
			color: #006000;
			padding-top: 1em;
		}

		#colTwo a:link {
			text-decoration: none;
			color: #445544;
		}

		#colTwo a:hover {
			border-bottom: none;
			text-decoration: none;
			color: #445544;
		}

		#colTwo a:visited {
			border-bottom: none;
			text-decoration: none;
			color: #445544;
		}

		#colThree {
			float: left;
			width: 180px;
			padding: 20px 10px;
		}

		#colThree ul {
			margin-left: 0;
			padding-left: 1em;
			list-style: square inside;
		}

		/* Footer */

		#footer {
			padding: 10px;
			text-align: center;
			font-size: smaller;
		}

		#footer * {
			color: #FFC0BB;
		}

