@charset "utf-8";

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #d8d4ca;
	color: #483329;
}

.container {
	width: 100%;
	margin: 0 auto;
}

.header {
	background-color: #d8d3ca; 
	display:block;
	/*width: 874px;
	height: 745px;*/
}

.sidebar1 {
	float: left;
	width: 16%;
	display:block;
}
.entryContent{
	color: #483329;
	float: left;
}

.content {
	padding-bottom: 5px;
	margin-left: 22%;
	margin-right: 5%;
	float: right;
}


/* ~~ The footer ~~ */
.footer {
	padding-bottom: 10px;
	/*position:fixed;*/
   	bottom: 0;
   	color: #000;
   	text-align: center;
  	height: 60px;
    margin-left:auto;
	margin-right: auto;
	display: block;
}
.fontMin {
	font-size: small;
	text-align: center; 
}
.menuTitle{
	background-color: #553d31;
	color: #ffffff !important;
	font-size: small;
	text-align: center;
	font-weight: 600;
	font-stretch: ultra-expanded; 
	padding-left: 3px;
	padding-right: 3px;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}
p{
	padding-top: 15px;
	padding-left: 25px;
}
h1, h2, h3, h4, h5{
	padding-top: 15px;
	padding-left: 25px;	
}
h1{
	font-size: 16px;
	float: left;
}
h2{
	font-size: 14px;
	float: left;
}
h3{
	font-size: 12px;
	float: left;
}
h4{
	font-size: 16px;
	text-align: center;
}
h5{
	font-size: 14px;
	text-align: center;
}

/* ~~  navigation list styles ~~ */
ul.nav {
	list-style: none; 
	border-top: 1px solid #cac7bf; 
	margin-bottom: 15px; 
}
ul.nav li {
	border-bottom: 1px solid #cac7bf; 
}
ul.nav a, ul.nav a:visited { 
	padding: 5px;
	display: block; 
	text-decoration: none;
	background-color: #e3dbcb;
	color: #000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background-color: #ebe8dd;
	color: #000;
}
A:link {
	text-decoration: none;
	/*color: #bbb8b1*/
	color: #83817c;
	}
A:visited {
	text-decoration: none
	color: #9e9a93
	}
A:active {
	text-decoration: none;
	}
A:hover {
	text-decoration: underline; 
	color: #000000;
	}

/* ~~ float/clear classes ~~ */
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.regionImg{
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 0px;
	margin-bottom: 15px; 
	
}
.invis{
	color: #d8d4ca;
}