
/* Layout Stylesheet */ 


Body {
	margin: 0;
}

 
#lh-col{
	position: absolute;
	top: 240px;
	left: 0px;
	width: 180px;
	border: 0px solid #333333;
	background: transparent;
	color: #F7F7F7;
	margin: 0;
	padding: 0;
	height: 500px;
	z-index: 1;
}

#rh-col{
	position: absolute;
	top: 240px;
	right: 0px;
	width: 180px;
	border: 0px solid #333333;
	background: transparent;
	color: #333333;
	margin: 0px;
	padding: 0px;
	height: 500px;
	z-index: 1;
}

   
#c-col{
	position: relative;
	margin: 0 181px 20px 181px;
	border: 0px solid #333333;
	background: #FCFDFE;
	color: #333333;
	padding: 20px;
	z-index: 3;
}
.buttonscontainer {width: 200px;}

.buttons a {
	color: #8B8393;
	background-color: ;
	padding: 5px;
	padding-left: 30px;
	display: block;
	font: 13px Trebuchet MS, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

.buttons a:hover {
	background-color: ;
	color: Black;
	text-decoration: none;
}
p {
	color: #8B8393;
	display: block;
	font: 13px Trebuchet MS, sans-serif;
	font-weight: bold;
	text-align: left;
	
}
#footer a {
	color: #808080;
	text-decoration: none;
}
#container {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.5em;
	border: thin solid #38527B;
	margin-bottom: auto;
	background: #FCFDFE;
}
h1 {
	margin: 20px;
	padding: 5px;
	font-size: 150%;
	letter-spacing: 3px;
	color: #C17F0C;
	font-family: sans-serif;
}
.imgcenter
   {
   display:block;
   margin:0 auto;
   text-align:center;
   } 

