body {
	font-family: Tahoma, Geneva, sans-serif;
	color: #333;
	font-size: 14px;
	margin: 0px;
	background-color: #2C180D;
}
img {
	border: 0;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #442918;
	padding-top: 13px;
	padding-right: 3px;
	padding-left: 42px;
	line-height: 20px;
	background-image: url(images/check.png);
	background-repeat: no-repeat;
	height: 29px;
	margin-right: auto;
	margin-left: auto;
	background-position: left center;
	margin-top: 5px;
	margin-bottom: 0px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #009BA9;
	padding-bottom: 3px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #442918;
}
#wrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#headercontainer {
	background-color: #2C180D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
#header {
	height: 150px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/header.png);
	background-position: center 0px;
	background-repeat: no-repeat;
}

#logo {
	float: left;
	width: 130px;
	padding-left: 10px;
}


#headernumber {
	padding-top: 110px;
	padding-right: 20px;
	font-size: 16px;
	color: #FFF;
	text-align: right;
	background-image: url(images/header-number.png);
	float: right;
	height: 40px;
	width: 200px;
}
#bodycontainer {
	background-image: url(images/body.jpg);
}

#menu {
	font-size: 13px;
	color: #FFF;
	height: 35px;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	margin-bottom: 5px;
	background-image: url(images/menu.png);
}

#body {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#breadcrumb {
	height: 19px;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	background-color: #E8E7E5;
	margin-top: 5px;
}

#breadcrumb a {
	color: #999;
	text-decoration: none;
	padding-right: 5px;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	display: block;
	float: left;
	padding-left: 10px;
}
#breadcrumb a:hover {
	color: #2E437D;
	text-decoration: none;
}

#body a, #sidebar a {
	font-weight: bold;
	color: #412615;
	text-decoration: none;
}
#body a:hover, #sidebar a:hover {
	text-decoration: underline;
	color: #009BA9;
}
#content {
	float: right;
	width: 620px;
	min-height: 300px;
	line-height: 18px;
	background-color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 20px;
	background-image: url(images/content.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#sidebar  {
	min-height: 200px;
	float: left;
	width: 350px;
	color: #333;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
	
#sidebar ul li {
	list-style:none;
}
#sidebar ul li a {
	display:block;
	line-height: 25px;
	color: #333;
	font-weight:bold;
	font-size: 14px;
	text-decoration:none;
	background-image: url(images/list.gif);
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-top: 3;
	padding-bottom: 3;
	padding-left: 20px;
	margin-top: 0;
	margin-bottom: 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E2E3BC;
}
#sidebar ul li a:hover {
	background-color: #F1F2D6;
}
#sidebar H5 {
	color: #FFF;
	padding-bottom: 3px;
	padding-left: 10px;
	font-size: 14px;
	padding-top: 10px;
	margin-bottom: 2px;
	background-image: url(images/h5.png);
	background-repeat: no-repeat;
	height: 27px;
}




#footer {
	font-size: 13px;
	color: #875D35;
	padding-top: 17px;
	background-position: top;
	background-color: #2C180D;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#footer a {
	color: #875D35;
	text-decoration: none;
}
#footer a:hover {
	color: #009BA9;
	text-decoration: underline;
}


#footercontent {
	background-image: url(images/footer-body.png);
	background-repeat: repeat-y;
	min-height: 100px;
}
#footerleft {
	float: left;
	width: 300px;
	margin-top: 5px;
}
#footerright {
	float: right;
	width: 650px;
	margin-top: 5px;
}
.clearboth {
	clear: both;
}
.font18 {
	font-size: 18px;
}
.font24 {
	font-size: 24px;
}
.fontcalltoday {
	font-size: 12px;
	color: #818172;
}
.aligncenter{text-align:center;}
.alignleft{text-align:left;}
.alignright{text-align:right;}
.h1subtitle {
	font-size: 16px;
	color: #333;
	font-style: italic;
}
#footerbottom {
	background-image: url(images/footer-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 30px;
}
