body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	line-height: 17px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #131406;
	margin-bottom: 20px;
	line-height: 22px;	
}
h2 {
	font-size: 13px;
	font-weight: bolder;
	color: #6F4B01;
	margin-bottom: 5px;
	margin-top: 0px;
}

h4 {
	font-size: 15px;
	font-weight: bolder;
	color: #6F4B01;
	margin-bottom: 5px;
	margin-top: 0px;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	color: #131406;
	letter-spacing: 1px;
}
#content_area {
	width: 700px;
	padding: 10px 30px 10px 40px;
	min-height: 450px;
	margin: auto;
}

/* for Internet Explorer */
/*\*/
* html #content_area {
	height: 450px;
}
/**/

#home {
	min-height: 350px;
}

/* for Internet Explorer */
/*\*/
* html #home {
	height: 350px;
}
/**/

#top_bar {
	width: 800px;
	margin: auto;
}
#nav {
	width: 800px;
	margin: auto;
}
#bottom_bar {
	background-color: #131406;
	height: 31px;
	width: 100%;
}
.home_text {
	font-size: 18px;
	color: #6F4B01;
	font-weight: bold;
	line-height: 25px;
}
.calendar {
	line-height: 21px;
	border: 1px solid #131406;
	background-color: #FFDBB8;
	padding: 10px 18px;
	
}
.smheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6F4B01;
	font-weight: bold;
	line-height: 17px;
}
.smtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	line-height: 15px;
}
#content_rt {
	margin-left: 160px;
}
.disclaimer {
	margin-left: 10px;
	margin-top: 15px;
}
.table {
	border: solid #131406 1px;
	margin-right: 10px;	
}
.imagespacert {
	margin-bottom: 10px;
	margin-left: 20px;
	float: right;
}
.imagespacelt {
	margin-bottom: 10px;
	margin-right: 10px;
    float: left;
}
a:link {
	color: #6F4B01;
	text-decoration: underline;
}
a:visited {
    color: #6F4B01;
	text-decoration: underline;
}
a:hover {
	color: #f90;
	text-decoration: underline;
}
a:active {
	color: #6F4B01;
}