/* CSS Document */
*{
padding: 0;
margin: 0;
}

#wrapper {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



#navDisplay
{
	width: 100%;
	background-color: #CCCCCC;	/*text-align: center;*/
	background-image: url(images/topnav_bg.gif);
	background-repeat: repeat;
	padding-top: 33px;
}
.homeTitle {
	/*position: relative;
	/*margin: 0 auto; ---------*/
	/*padding: 25px 0 15px 25px; ---------*/
	/*width: 85%; ---------*/ 
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 30px;
	font: normal 2em Georgia, serif; 
	color: #DE3342; 
	letter-spacing: -1px;
	text-align: left;
		margin-left: 100px;
	text-indent: 10px;
}


h3 {
	/*position: relative;
	/*margin: 0 auto; ---------*/
	/*padding: 25px 0 15px 25px; ---------*/
	/*width: 85%; ---------*/ 
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 30px;
	font: normal 2em Georgia, serif; 
	color: #DE3342; 
	letter-spacing: -1px;
	text-align: left;
}

h4 {
	/*position: relative;
	/*margin: 0 auto; ---------*/
	/*padding: 25px 0 15px 25px; ---------*/
	/*width: 85%; ---------*/ 
	margin-top: 10px;
	margin-bottom: 10px;
	/*margin-left: 30px; -----*/
	font: normal 2em Georgia, serif; 
	color: #DE3342; 
	letter-spacing: -1px;
	text-align: center;
}

.footer {
	font-size: 0.6em;
	line-height: 120%;
	text-align: center;
	width: 500px;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 100px;
	background-color: #CCCCCC;
}

.bodycopy {
	font-size: 0.7em;
	line-height: 140%;
	text-align: left;
	width: 500px;
	padding: 0;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 100px;
	text-indent: 10px;
}
ul {
	font-size: 0.7em;
	line-height: 140%;
	width: 400px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-position: inside;
	list-style-type: disc;
	text-align: left;
	padding: 0;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 130px;
	/*text-indent: 10px;*/
}

.contentTablecell {
	text-align: center;
}

.paraLead {
	font-size: 1.1em;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	font-variant: small-caps;
	font-weight: bold;
}
.indicia {
	font-size: 0.6em;
	line-height: 120%;
	text-align: left;
	width: 500px;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
