@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, Lucida Grande, Lucida Sans Unicode, sans-serif;
	background: #f5dbde;
	margin: 0;
	padding: 0;
	color:#127127127;
	font-size:14px;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, h7, h8, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 14px;
}
h8{
	font-size:14px;
		
}
h1{
	text-align:center;
}
h7{
	text-align:center;
	color:#b60a54; 
	font:"Arial", sans-serif;
}
h2{
	font-size:16px;
	text-align:right;
	font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style:italic;
	color:#F90;	
}
h3{
	font-size:16px;
	text-align:center;	
}
h5{
	font-size:14px;
	text-align: right;
}
h6{
	font-size:10px;
}
a img { 
	border: none;
}


a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

/* ~~ This fixed width container surrounds all other divs ~~ */
.container {
	width: 960px;
	background: #F1E9E9;
	margin: 0 auto;
}


.header {
	background: #E8D0D6;
}

/* ~~ These are the columns for the layout. ~~ */
.sidebar1 {
	float: left;
	width: 180px;
	background: #e2d4cf;
	padding-bottom: 10px;
}
.content {

	padding: 15px 0;
	width: 770px;
	float: left;
}


/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding: 0 15px 15px 40px;
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
ul.nav li {
	border-bottom: 1px solid #666; /* this creates the button separation */
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 160px;  
	text-decoration: none;
	background: #e2d4cf;
	font-size:16px; color:#52371c;
}
ul.nav a:hover, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background: #999999;
	color: #FFF;
}

ul.nav a:active {
	background-color:#cccccc; }

/* ~~ The footer styles ~~ */
.footer {

	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; 
	background-color:#5d1906;
	font-size:14px; 
	color:#ddae06;
	text-align: center;
	visibility:100%;
}

/* ~~ Miscellaneous 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;
}
