@charset "utf-8";

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

.container {
	width: 100%;
	
	margin: 0 auto;
	background-color: #ebe8dd !important; 
	}

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

.sidebar1 {
	float: left;
	width: 20%;
	background-color: #d8d3ca;  
	display:block;
}
.content {
	padding-bottom: 80px;
	width: 80%;
	float: left;
	background-color: #ebe8dd; 
	display:block;
}

/* ~~ The footer ~~ */
.footer {
	padding-bottom: 10px;
	/*position:fixed;*/
   	bottom: 0;
   	color: #000;
   	text-align: center;
  	height: 100px;
    margin-left:auto;
	margin-right: auto;
	display: block;
}
.fontMin {
	font-size: small;
	text-align: center; 
}


.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}
p{
	padding-top: 0px;
	padding-left: 15px;
}
h1, h2, h3, h4, h5{
	padding-left: 5px;
}

/* ~~  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}
A:visited {
	text-decoration: none
	color: #9e9a93
	}
A:active {
	text-decoration: none;
	}
A:hover {
	text-decoration: underline; 
	color: #83817c;
	}




/* ~~ float/clear classes ~~ */
.fltrt {  
	float: right;
	margin-left: 8px;
	margin-right: 8px;
}
.fltrt25 {  
	float: right;
	margin-left: 8px;
	margin-right: 25px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
	margin-left: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.regionImg{
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: auto;
	margin-bottom: auto; 
	width: 80%;
	height: 80%;
	
}