﻿body {
	background: url("../images/bg.png") top center repeat-y #631a11;
	margin: 0px;
}

#page {
	width:100%;
	margin-top: 20px;
	text-align: center;
}

#home {
	margin: 0 auto;
	width: 1000px;
	height: 784px;
	text-align: left;	
}

#subpage {
	display: inline-table;
	margin: 0 auto;
	width: 1000px;
	height: 784px;
	text-align: left;
}

#sub {
	margin: 0 auto;
	margin-top: 14px;
	display: inline-table;
	width: 1000px;
	text-align: left;	
}
	
	#sub span {
		display: inline-block;
		width: 1000px;
		height: 117px;
	}

	#sub span span {
		display: inline-table;
		width: 1000px;
		margin-top: 117px;
	}
	
	#sub span span span {
		display: inline-block;
		width: 1000px;
		height: 183px;
	}

#highlightside {
	width: 208px;
	height: 387px;
	margin-top: 50px;
	float: left;
}

#footer {
	position: relative;
	height: 183px;
	margin-top: -110px;
	margin-left: 47px;
	z-index: 1000;
	display: block;
}

#footerCell {
	margin-left: 67px;
	text-align: center;
}


#copyright {
	margin-top: 10px;
	font-family: Georgia, Trebuchet MS, Arial;
	font-size: 9px;
	color: #c6402a;
}

	#copyright a {
		text-decoration: none;
		color: #c6402a;
	}
	
	#copyright a:hover {
		color: #fe7f6b;
	}


#navigation {
	width: 208px;
	height: 387px;
	float: left;
}

#sub #navigation {
	position: relative;
	margin-top: -81px;
}

	#navigation #wrapper {
		margin: 30px 0px 0px 20px;
	}
	
	#wrapper img {
		margin-bottom: 2px;
	}
	
	img {
		border: 0;	
	}
	
#content {
	display: inline-block;
}

	#content #wrapper {
		margin-top: 20px;
		padding-left: 28px;
		*padding-left: 13px;
		width: 510px;
		*width: 540px;
	}
	
#highlight {
	background: url(../images/highlight.bg.gif);
}

	#highlight-wrapper {
		padding: 25px;
		padding-top: 8px;
	}

	
#sidebar {
	width: 205px;
	float: right;
	margin-left: 25px;
	font-size: 11px;
	line-height: 17px;
	background: url(../images/sidebar.bg.gif) repeat-y;
}

	#sidebar #sidebar-wrapper {
		padding: 25px;
		padding-top: 8px;
	}
	
	#sidebar ul li {
		margin-bottom: 6px;
		font-weight: bold;
	}

	#sidebar ul li ul {
		margin-left: 0px;
	}

	#sidebar ul li ul li {
		margin-bottom: 0px;
		font-weight: normal;
	}

#breadcrumb {
	font-family: Tahoma, Arial;
	font-weight: bold;
	font-size: 10px;
	color: #ab9977;
	width: 550px;
	border-top: 1px solid #ab9977;
	border-bottom: 1px solid #ab9977;
	margin-top: 20px;
}

#intro {
	margin: 40px 0px 0px 6px;
	display: inline-block;
	width: 315px;
}

a {
	color: #5c6400;
}

	a:hover {
		color: #5f0c71;	
	}
	
	a:visited {
		color: #5f0c71;	
	}


#breadcrumb a{
	color: #000000;
}

h1 {
	font-family: Georgia;
	font-size: 32px;
	font-weight: normal;
	line-height: 36px;
	color: #720e72;
	letter-spacing: -1px;
}

h3 {
	font-family: Georgia;
	font-size: 22px;
	font-weight: normal;
	line-height: 27px;
	color: #000000;
	letter-spacing: -1px;
}

h4 {
	font-family: Georgia;
	font-size: 22px;
	font-weight: normal;
	line-height: 27px;
	color: #000000;
	letter-spacing: -1px;
	margin-bottom: 0px;
	text-decoration: none
}


.bodytext {
	font-family: Georgia, 'Lucida Sans Unicode', Arial, Tahoma;
	font-size: 14px;
	font-weight: normal;
	line-height: 21px;
	color: #333333;
}

	.smaller {
		font-size: 12px;
		line-height: 22px;	
	}
	
	.w {
		color: #ffffff;
	}
	
	.tableChart {
		font-size: 11px;
		line-height: 16px;
	}

#policyUpdate {
	font-family: Georgia, 'Lucida Sans Unicode', Arial, Tahoma;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	color: #333333;
}
	
.bodytextsmall {
	font-family: Arial, Tahoma;
	font-size: 10px;
	font-weight: normal;
	line-height: 13px;
	color: #333333;
}


