* {
	font-family:Tahoma;
	font-size:12px;
}

html, body, p, form {
	padding:0px;
	margin:0px;
	background-color:#FFFFFF;
}

img {
	border:0px;
}


.clear {
	clear:both;
	height:0px;
}

#outer {}

	#outer #header {
		height:181px;
		background-image:url(../images/headerBack.png);
		background-repeat:repeat-x;
		background-position: top;
	}

		#outer #header img#headerLeftImg{
			float:left;
		}

		#outer #header img#headerRightImg{
			float:right;
		}

	#outer #content2col {}

		#outer #content2col #leftCol {
			width:140px;
			float:left;
			padding:0px 20px;
			padding-bottom:20px;
		}

		#outer #content2col #rightCol {
			margin-left:250px;
			padding-right:10%;
			padding-bottom:20px;
		}

	#outer #footer {
		background-image:url(../images/footerBack.gif);
		background-repeat:repeat-x;
		background-position: top;
		text-align:center;
		color:#008000;
		font-size:10px;
		font-weight:bold;
		padding:8px 0px;
	}

		#outer #footer a {
			color:#008000;
			text-decoration:none;
		}

		#outer #footer #footerMenu {
		}

			#outer #footer #footerMenu a {
				padding:8px 10px;
				font-size:10px;
			}

		#outer #footer #copyrights {
			font-size:10px;
			font-weight:bold;
			padding:10px 0px;
		}

