body {
	background-image: url(images/homeBackground.png);
	background-repeat: repeat-x;
	background-color: #F8F6DE;
	margin: 0;
	font-family: verdana;
}

a:link {
	color: blue;
	text-decoration: underline;
}

a:visited {
	color: blue;
	text-decoration: underline;
}

a:hover {
	color: blue;
	text-decoration: none;
}

.masthead {
	background-image: url(images/masthead.png);
	background-repeat: no-repeat;
	background-color: #F8F6DE;
}


.masthead p {
	color: black;
	font-size: 8pt;
	text-align: right;
	padding-top: 8px;
	line-height: 1.5em;
	font-weight: bold;
}

.dynamicLeadLeft {
	background-image: url(images/dynamicLeadBackgroundLeft.png);
	background-repeat: no-repeat;
}

.dynamicLeadLeft p {
	font-size: 13pt;
	line-height: 1.5em;
	width: 550px;
	padding: 20 20 10 0;
}

.dynamicLeadRight {
	background-image: url(images/dynamicLeadBackgroundRight.png);
	background-repeat: no-repeat;
}

.homeFlash {
	position: relative;
	top: 25;
	left: 13;
}


.sidebar {
	padding: 10 10 10 0;
	border-right: 1px solid #94b6e0;
	height: 300px;
}	

.sidebar p {
	font-size: 8pt;
	line-height: 1.5em;
}

.content {
	padding: 10 20 10 20;
	height: 300px;
}

.content p {
	font-size: 8pt;
	line-height: 1.5em;
}

.content li {
	font-size: 8pt;
	line-height: 1.5em;
	list-style: inside;
}


.content td {
	font-size: 8pt;
	line-height: 1.5em;	
}

.content h1 {
	font-size: 11pt;
	color: #28548e;
}

.footer {
	padding: 5 5 5 5;
	font-size: 8pt;
	color: gray;
	text-align: center;
	border-top: 1px solid #94b6e0;
}

.footer p {
	line-height: 1.5em;
}

.footer a:link {
	color: gray;
	text-decoration: underline;
}

.footer a:visited {
	color: gray;
	text-decoration: underline;
}

.footer a:hover {
	color: gray;
	text-decoration: none;
}
