body, td, th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body#home {
	background-color: #373c36;
	background-image:url(../images/background.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

h1 	{
	font-size: 18px;
	font-style: normal;
	color: #000000;
}

h2 	{
	font-size: 17px;
	font-style: normal;
	color: #000000;
}

h3 	{
	font-size: 16px;
	font-style: normal;
	color: #000000;
}

h4 	{
	font-size: 15px;
	font-style: normal;
	color: #000000;
}

h5 	{
	font-size: 14px;
	font-style: normal;
	color: #000000;
}

h6 	{
	font-size: 13px;
	font-style: normal;
	color: #000000;
}

a {
	color: #a62315;
	text-decoration: none;
}

a:hover {
	color: #a62315;
	text-decoration: none;
	border-bottom: 1px solid #a62315;
}

a.noborder {
	border-bottom: none;
	text-decoration: none;
}

/* Position Layers */

#CenterFrame {
	overflow: visible;
	visibility: visible;
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

#LogoLayer {
	overflow: hidden;
	visibility: visible;
	height: 130px;
	width:100%;
	margin:0px;
	padding:0px;
	clear:both;
}

#MenuLayer {
	/*overflow: hidden;
	visibility: visible;*/
	height: 30px;
	width:100%;
	margin: 0px;
	padding: 0px;
	clear:both;
}

	#MenuLayer a {
		border-bottom: none;
		text-decoration: none;
	}

	#MenuLayer a:hover {
		border-bottom: none;
		text-decoration: none;
	}

#TextFrame {
	overflow: visible;
	visibility: visible;
	width:960px;
	background-color:#FFFFFF;
	background-image:url(../images/content_footer.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}

#HomeLeftLayer {
	overflow: visible;
	visibility: visible;
	float:left;
	width:100px;
	margin: 0px;
	padding:10px 10px 10px 10px;
}

#HomeTextLayer {
	overflow: visible;
	visibility: visible;
	float:left;
	width: 615px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#HomeNewsLayer {
	overflow: visible;
	visibility: visible;
	float:left;
	width: 203px;
	margin: 0px 0px 0px 0px;
	padding:10px 10px 10px 10px;
}

	#HomeNewsLayer div.NewsItemLeft {
		overflow: hidden;
		width: 196px;
		height:98px;
		border: 1px solid #32322A;
		float: left;
		margin: 0px;
		padding: 0px;
	}

	#HomeNewsLayer div.NewsItemRight {
		overflow: hidden;
		width: 98px;
		height:98px;
		border: 1px solid #32322A;
		float: right;
		margin: 0px;
		padding: 0px;
	}

	#HomeNewsLayer div.NewsItemHeading {
		width: 196px;
		height: 18px;
		padding: 2px 0px 0px 5px;
		background-color: #32322A;
		color:#FFFFFF;
	}

	#HomeNewsLayer div.NewsItemContent {
		width: 196px;
		padding: 0px 0px 0px 5px;
	}

	#HomeNewsLayer div.NewsItemHeadingCurrent {
		width: 196px;
		height: 18px;
		padding: 2px 0px 0px 5px;
		background-color: #A62315;
		color:#FFFFFF;
	}

#IntLineLayer {
	overflow: hidden;
	visibility: visible;
	width: 960px;
	height: 60px;
	border-bottom: 1px solid #cccccc;
}

#IntTextLayer {
	overflow: visible;
	visibility: visible;
	float:left;
	width: 580px;
	margin: -60px 0px 0px 0px;
	padding: 60px 10px 20px 50px;
	border-right: 1px solid #cccccc;
}

#IntPicLayer {
	overflow: visible;
	visibility: visible;
	float:left;
	width: 300px;
	margin: -60px 0px 0px -1px;
	padding: 100px 0px 20px 10px;
	border-left: 1px solid #cccccc;
}

	#IntPicLayer p {
		margin: 0px;
		padding: 0px;
	}

