body {
	margin:0;
	font-family:'Trebuchet MS', tahoma;
	font-size:12px;
	background:#e3f4bc;
}

a {
	
	color:#546B35;
	font-weight:bold;
}

a:hover {
	color:#111;
}

p, ul li {
	text-align:justify;
	line-height:22px;
	font-size:13px;
}

h1 {
  font-family:Arial;
  font-size:24px;
  color:#8B9F48;
}

h2 {
  background: #879B42;
  padding:3px;
  font-size:14px;
  font-family:Arial;
  color:#fff;
}

h3 {
  color:#546B35;
}

img {
  border: 16px solid #fff;
  
}

div#header {
	width:100%;
	height:213px;
	background: #E3F4BC url('../images/bannerBack.jpg') no-repeat top center;
	text-align:right;
}

table#holder {
	width:1002px;
	border-collapse:collapse;
	font-size:12px;
	
}
	
td#menuHolder {
	width:342px;
	vertical-align:top;
}

td#content {
	width:660px;
	text-align:left;
	vertical-align:top;
	background: #e3f4bc url('../images/contentBack.jpg') no-repeat top left;
}


div#contentInside, div#contentInsideSw {
  width:530px;
  margin:20px;
}

div#contentInsideSw h2 {
  background: #E4D50C;
  color:#777;
}

div#contentInsideSw p {
  color: #666;
  font-style:italic;
}

div#menu {
  background: #e3f4bc url('../images/menuBack.jpg') no-repeat top center;
  width:342px;
  height:440px;
}

div#menu ul {
	list-style:none;
	margin:0;
	padding:0;
}

div#menu ul li {
	padding:12px;
	border-bottom:1px solid #ebebeb;
	list-style:none;
	font-size:16px;
	font-family:'Trebuchet MS';
	cursor:pointer;
	
}

div#menu ul li a {
  color:#333;
  font-weight:normal;
  letter-spacing:1px;
  text-decoration:none;
}

div#menu ul li a:hover {
  font-weight:bold;
}

div#menu ul li ul li {
  padding:2px 0px 2px 30px;
  border-bottom:none;
  letter-spacing:0;
  font-size:12px;
}

div#menu ul li ul li a:hover {
  font-weight:bold;
}

div#smenu {

}

div#s-menu ul {
  display:inline;
  list-style:none;
}

div#s-menu ul li {
  line-height:28px;
  padding-left:20px;
}

div#info {
  font-size:10px;
  letter-spacing:3px;
  border-top:1px dotted #ccc;
  color:#888;
  margin-top:20px;
  text-align:center;
}

div#info a {
  text-decoration:none;
  font-weight:normal;
}
