html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset{
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	color: #000000;
	font: 100% Arial, Helvetica, sans-serif;
	text-align: center;
	background-image:    url("IMAGES/MainBKGtile.gif");
}

h2 {
	clear: both;
	margin-left: 15px;
	padding-bottom: 5px;
	font-size: 18px;
}

h3 {
	margin-left: 15px;
	padding-bottom: 5px;
	font-size: 16px;
}

h4 {
	padding-top: 15px;
	padding-bottom: 5px;
	font-size: 18px;
}

p {
	margin-bottom: 15px;
}

#header {
	background:    url("IMAGES/HeaderTile.jpg");
	margin: 0;
	padding: 0;
	height: 195px;
	width: auto;
	text-align: left;
}

#subheader {
	background:   url("IMAGES/HeaderTile.jpg");	
	margin: 0 auto;
	width: 770px;
	font: bold 14px Arial, Helvetica, sans-serif;
}

#subheader a {
	color: #000000;
	text-decoration: none;
}

#subheader a:hover, #subheader a:focus{
	color: #FFFFCC;
}

#subheader #nav{
	float: right;
}

#container {
	text-align: left;
	margin: 0 auto;
	position: relative;
	color: #000000;
	width: 770px;
	background:   url("IMAGES/MainBKGtile.gif");
}

#imgcontent{
	float: right;
	margin: 0;
	padding: 0;
	width: 265px;
}

*html #imgcontent{
	padding-bottom: 20px;
}

#imgcontent .padding {
	padding: 20px 0 20px 15px;
}

#imgcontent .imgleft {
	margin: 0 20px 20px 0;
}

#imgcontent .imgright {
	margin: 0 0 20px 0;
}

#imgcontent h1 {
	float: left;
	border: 1px solid #CCCCCC;
}

#imgcontent h1:hover, #imgcontent hl:focus {
	border-color: #000000;
}

#imgcontent h3 {
	clear: both;
	margin: 0 0 10px 0;
	padding-bottom: 5px;
	font-size: 16px;
	border-bottom: 1px solid #CCCCCC
}

#content {
	width: 495px;

	border-right: 1px solid #CCCCCC
}

#content .padding {
	padding: 10px;
}

#subcontent {
	text-align: left;
}

#subcontent p {
	margin-left: 15px;
	padding-bottom: 15px;
}

#subcontent h1 {
	width: 450px;
	margin: 10px auto 25px auto;
	border: 1px solid #CCCCCC;
}

#subcontent h5 {
	padding-left: 15px;
	margin: 10px auto 25px auto;
}

#footer {
	clear: both;
	background:    url("IMAGES/HeaderTile.jpg");
	margin: 0;
	padding: 0;
	height: 100px;
	width: auto;
	text-align: right;
}

#subfooter {
	margin: 0 auto;
	padding: 10px;
	background:   url("IMAGES/HeaderTile.jpg");
	width: 770px;
	font: bold 12px Arial, Helvetica, sans-serif;
}

#subfooter a {
	color: #666633;
	text-decoration: none;
}

#subfooter a:hover, #subfooter a:focus {
	color: #FFFFCC;
}

#subfooter #altnav {
	text-align: center;
	margin: 0 auto;
	height: 20px;
}

