/* Tag redefinitions */
body {
	background: #AFC191;
	margin: 0px;
	padding: 0px;
	font: 14px Arial, Helvetica, sans-serif;

}
img {
	display:block;
}
p {
	margin: 0px;
	padding: 0.5em 0px;
}
h1 {
	font: 19px "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing: 0.1em;
	margin:0;
	padding: 5px 0px 0px 0px;
}
ul {
	margin:0;
	padding:0px 0px 0px 30px;
}

/* --------------ID ELEMENTS AND CHILD TAG REDEFINITIONS------------------ */

/* GENERAL ID ELEMENTS */
#container {
	width: 765px;
	margin:0px auto;
	padding: 0px;
}
#bodyContainer{
	background: #F8F8EF url(../images/bodyShadow.gif) repeat-y right;
	width: 765px;
	margin: 0px;
	padding: 0px;
	text-align:left;
}
#top {
	width: 760px;
	background: #892123;
	margin: 0px;
	padding: 0px;
	height: 19px;
	border-bottom:1px solid #FFFFFF;
}
#top a:link {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:10pt;
}
#top a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:10pt;
}
#top a:hover {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:10pt;
}
#top a:active {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:10pt;
}
#bodyTextLeft{
	float:left;
	text-align:left;
	width: 217px;
	margin: 0;
	padding: 0;
	clear:both;
}
#bodyTextRight{
	float:left;
	margin: 0;
	padding: 0px 15px 0px 15px;
	width: 548px;
	height: 352px;
}
html>body #bodyTextRight {
	width: 517px;
}
#bottomNav {
	float:left;
	margin: 0;
	padding: 8px 15px 0px 15px;
	height:59px;
	width:543px;
	background: #D6D9D7;
	text-align: center;
	border-top: 1px solid #000000;
}
html>body #bottomNav {
	height:50px;
	width:513px;
}
#bottomShade {
	padding:0; 
	margin:0; 
	width:765px;
}
	/* General Classes */

.inline { 
	display:inline;
}
.titlePad {
	margin-left:10px;
}

