/* homepage styles */
div.intro
{
	background-color: #f0f2dd;
	border-style: solid;
	border-width: 1px;
	border-color: #dfe1ca;
	background-image: url(../images/IntroBackground.jpg);
	background-repeat: no-repeat;
	background-position: right;
	font-family: Arial, Sans-Serif;
	height: 172px;
	margin-bottom: 1.4em;
	padding: 0 1em 0 1em;
}

.home
{
	font-size: 1.25em;
}

.home h2
{
	margin: .75em 2.0em .5em 2.0em;
	padding: 0;
	text-align: center;
	color: #737373;
	font-size: 1.2em;
	font-weight: normal;
}

.home h3
{
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	text-align: center;
	font-weight: normal;
}

.home ul
{
	margin: .5em .5em 0 .5em;
}

.home li
{
	list-style-image: url(../images/bullet.gif);
	list-style-position: outside;
	font-size: .8em;
}

.home a:link
{
	color: Blue;
	text-decoration: underline;
}

.home a:hover, .home a:active
{
	color: Red;
	text-decoration: underline;
}

.home a:visited
{
	color: Purple;
	text-decoration: underline;
}

.intro li
{
	color: #737373;
}

.columns
{
	clear: both;
	float: left;
	width: 100%;
}

.column
{
	float: left;
}

.columns .last
{
	float: right;
}

.columns .column
{
	width: 33%;
}

.content
{
	font-family: Arial, Sans-Serif;
	background-image: url(../images/boxHeaderLeft.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.content h2
{
	padding: 0.6em 0 0.6em 0;
	margin: 0;
	background-image: url(../images/boxHeaderRight.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.content em
{
	font-style: normal;
	font-weight: bold;
}

.content h4
{
	font-family: Verdana, Sans-Serif;
	text-align: center;
	font-weight: bold;
	font-size: .8em;
	margin: 1.4em 0 .5em 0;
}

.content h5
{
	font-weight: normal;
	font-style: italic;
	margin-top: 1.0em;
}

.content p
{
	font-size: .8em;
}

.content .image
{
	text-align: center;
}

.body
{
	background-color: #f0f6eb;
	border-style: solid;
	border-width: 1px;
	border-color: #bbc3b4;
	padding: 0 1em 0 1em;
}

.left
{
	float: left;
	width: 49%;
	margin-bottom: 1.4em;
}

.right
{
	float: right;
	width: 49%;
	margin-bottom: 1.4em;
}

.clearRight
{
	clear: right;
}

img.article
{
	float: right;
	margin: 1em 0 0 1em;
}

p.more
{
	text-align: center;
}
/* end homepage styles */
