* {
	margin: 0px;
	padding: 0px;
}

p, ul, h2, h3, h4, ol, dl, td {
	font-size:1em;
	line-height: 1.3em;
}

img {
	border: none;
}

body {
	background: #ffe089;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 65% Arial, Helvetica, sans-serif;
}

#container {
	background: #FFFFFF;
	width: 760px;
	border-right: 1px solid #108a6f;
	border-bottom: 1px solid #108a6f;
	border-left: 1px solid #108a6f;
	text-align: left;
	margin: 0px auto;
}

#header {
	background: url(images/header_bkg.jpg);
	height: 150px;
	width: 760px;
	position: relative;
}

#spanishLink {
	position: absolute;
	top: 8px;
	right: 190px;
	height: 14px;
	width: 45px;
}

#topNav {
	background: url(images/topNav_bkg.png) repeat-x;
	height: 25px;
	width: 754px;
	margin: 0px auto;
}

#contentArea {
	width: 758px;
	background: url(images/contentArea_bkg.png) repeat-y left top;
	margin-top: 3px;
	margin-bottom: 3px;
	position: relative;
}

#column {
	float: left;
	width: 158px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.1em;
	min-height: 400px;
	height:auto;
}
/* for Internet Explorer */
/*\*/
* html #column {
	height: 400px;
}
/**/


#column p {
	margin: 10px;
}

#column a:link, #column a:visited {
	color: #008266;
	text-decoration: none;

}

#column a:hover, #column a:active {
	color: #008266;
	text-decoration: underline;

}

#map {

}

#unitedway {
	background: url(images/uway.gif);
	height: 58px;
	width: 138px;
	position: absolute;
	left: 10px;
	bottom: 7px;
	margin-top: 20px;
}

#mainContent {
	margin-left: 168px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.1em;
}

#mainContent a:link, #mainContent a:visited {
	color: #008266;
	text-decoration: none;

}

#mainContent a:hover, #mainContent a:active {
	color: #008266;
	text-decoration: underline;

}

#mainContent p {
	margin: 10px 10px 10px 5px;
}

#mainContent ul {
	margin: 10px 10px 10px 25px;
}

#mainContent ul li {
	margin: 10px 0px;
}

#mainContent ul p {
	margin: 0px 0px 0px 10px;
}

#footer {
	background: #ffc423;
	margin: 0px auto 3px;
	height: 27px;
	width: 754px;
	position: relative;
}

#copyright {
	position: absolute;
	top: 8px;
	right: 10px;
	font-size: 1.0em;
	font-style: italic;
	color: #333333;
	font-weight: bold;
}

.clear {
	clear: both;
}

a.linkBlock {
	display: block;
	height: 100%;
	width: 100%;
}

.underlined {
	text-decoration: underline;
}

.center {
	text-align: center;
}

.imageRight {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}

.imageLeft {
	float: left;
	padding-bottom: 10px;
	padding-right: 10px;
}
