/*Main Body*/
body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	margin: 0px;
	background: url(../templates/deneclatworthy/wall.png) repeat center;
}
/*Main Tables*/
#TopMainTable{height: 100%;width: 100%;}
#MainMid{
	width: 10%;
	vertical-align: top; 
	height: 98%;
	border: 1px solid #8B4513;
	background: #fff url(../templates/deneclatworthy/headerb.jpg) no-repeat top;
}
#tMainMid{
	width: 10%;
	height: 1%;
	background: url(../templates/deneclatworthy/headera.jpg) no-repeat bottom;
}

#bMainMid{
	width: 10%;
	height: 1%;
}
#MainLeft, #tMainLeft, #bMainLeft{
	width: 45%;
	vertical-align: top;
}
#MainRight, #tMainRight,#bMainRight{
	width: 45%;
	vertical-align: top;
}

#TopHeader{
	width: 768px;
	vertical-align: top;
	height: 150px;
}

#SiteTitle{
	float: right;
	background-color: #8B4513;
	color: #fff;
	padding: 3px 10px 1px 10px; 
	font-weight: bold;
}

#HeaderText{
	width: 500px;
 padding: 15px 10px 5px 20px;
 float: left;
	 color: #fff;
	 float: left;
}
#HeaderText h1 {
	 font-size: 180%;
}

#TitleBar{
	background-color: #8B4513;
	height: 15px;
}
#PageTitle {
	width: 500px;
 padding: 15px 10px 5px 20px;
 float: left;

}
#PageTitle h1{
 font-weight: lighter;
 font-size: 150%;

}
#PageContent{
	font-size: 12px;
	float: left;
	width: 500px;
	padding: 5px 10px 5px 20px;
	line-height: 125%;
	letter-spacing: 1px;
	/*font-family: Arial, Helvetica, sans-serif;*/
}

#PageContent2{
	 font-size: 12px;
	 float: right;
	 width: 200px;
	 padding: 10px 15px 5px 15px;
	 line-height: 125%;
	letter-spacing: 1px;
	background-color: Green;
	color: #fff;
}
#PageContent2 img{
	border: 1px solid Gray;
}
/*Mouse Overs*/
A	{
	color: #980909;
	text-decoration: none;
	font-weight: bold;
}
A:hover	{
	color: #980909;
	text-decoration: underline;
}


/*Headings*/

h1 {
	font-size: 125%;
	line-height: 125%;
	margin: 0px;
}
h2{font-size: 130%;	line-height: 120%;margin: 0px;}
h3 {font-size: 100%;	line-height: 105%;}
h4 {font-style: italic;
	line-height: 100%;}

img{	border: 0px;}

/*Branding*/
.branding { text-align: right;
	font-size: 11px;
	padding: 5px 0 3px 0;
}
.branding A	{color: #000;	text-decoration: none;	border-bottom: 0px;font-weight: bold;}
.branding A:hover	{ text-decoration: underline;}

/*EmailHandler*/
.ContactForm{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.EmailHandler p{margin:8px;}
