* { padding: 0; margin: 0; }

body {
 font-family: "Lucida Sans Unicode", "Lucida Grande", Corbel, "Trebutchet MS", Arial, Helvetica, sans-serif;
 font-size: 101%;
}

#wrapper { 
 margin: 0 auto;
 width: 94%;
}
#header {
 color: #333;
 width: 94%;
 float: left;
 padding: 10px;
 border: 1px solid #ccc;
 height: 127px;
 margin: 10px 0px 5px 0px;
 background: #BD9C8C;
}
#leftcolumn { 
 color: #333;
 border: 1px solid #ccc;
 background: #E7DBD5;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: auto;
 width: 26%;
 float: left;
}
#leftmiddle { 
 color: #333;
 border: 1px solid #ccc;
 background: #F2F2E6;
 margin: 0px 5px 5px 0px;
 padding: 1%;
 height: auto;
 width: 22%;
 float: left;
}
#rightmiddle { 
 color: #333;
 border: 1px solid #ccc;
 background: #E7DBD5;
 margin: 0px 5px 5px 0px;
 padding: 1%;
 height: auto;
 width: 18%;
 float: left;
}
#rightcolumn { 
 color: #333;
 border: 1px solid #ccc;
 background: #F2F2E6;
 margin: 0px 0px 5px 0px;
 padding: 1%;;
 height: auto;
 width: 20%;
 float: left;
}
#footer { 
 width: 94%;
 clear: both;
 color: #333;
 border: 1px solid #ccc;
 background: #BD9C8C;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}

.frontimage{
	width: 125px;
	height: 125px;
}
.textfooter {
	font-size: small;
	color: white;
		
}
.textmenu {
	font-size: small;
	color: black;		
}
.textnorm {
	font-size: x-small;
	color: black;
	text-align: justify		
}
.textcenter {
	text-align: center		
}
ul {
	padding: 10px;	
}
h1, h2, h3, h4, h5, h6 {
  font				: normal 0.985em/1.5 "Lucida Sans Unicode", "Lucida Grande", Corbel, "Trebutchet MS", Arial, Helvetica, sans-serif;
  margin			: 0;
  padding			: 0 10px;
}
hr {
	margin: 10px 0px 10px 0px;	
}
p , table, th, td, input, textarea, code, pre {
  font				: normal 0.785em/1.4 "Lucida Sans Unicode", "Lucida Grande", Corbel, "Trebutchet MS", Arial, Helvetica, sans-serif;
  margin			: 0 0 7px;
  padding			: 3px 10px 0;
}

ul {
  font				: normal 0.885em/1.3 "Lucida Sans Unicode", "Lucida Grande", Corbel, "Trebutchet MS", Arial, Helvetica, sans-serif;
  list-style-type	: none;
}

ol {
  font				: normal 0.885em/1.3 "Lucida Sans Unicode", "Lucida Grande", Corbel, "Trebutchet MS", Arial, Helvetica, sans-serif;
}

li a {
  display			: inline-block;
}

li a {
  display			: block;
  padding			: 0 10px;
}

a {
  text-decoration	: none;
  color				: #005eb3;
  padding			: 1px 0px 2px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  padding			: 1px 0 2px;
}

a:hover {
  color				: #d33;
}

.clearer {
  clear				: both;
  height			: 3px;
  line-height		: 1px;
  font-size			: 1px;
  padding			: 0;
  margin			: 0;
  width				: 10px;
}

blockquote {
  font				: normal 0.785em/1.4 "Lucida Sans Unicode", "Lucida Grande", Corbel, "Trebutchet MS", Arial, Helvetica, sans-serif;
  margin			: 3px 0 7px 30px;
  padding			: 0 10px 0 5px;
  border-left		: 3px solid #005eb3;
}
