hmtl, body{
  background: #E2EADB;
	margin:0;
	color:#58585a;
	font-family: Times New Roman, Times, serif;
}

a{
  font-weight: bold;
	color: #385b90;
	text-decoration: none;
}

a:hover{
  color:#A5BF90;
}

h1{
  display: none;
}

h2{
	display: block;
	width:240px;
	background: #385b90;
	color:white;
	margin:0px auto;
	margin-bottom:5px;
	line-height: 20px;
	text-decoration:none;
	text-align: center;
	letter-spacing: 5px;
	font-size: 1.2em;
	font-weight: normal;
}

.blue{
  color: #385b90;
}

strong{
  color:#385b90;
}

#container{
  background: #EBF0E5;
	width:960px;
	margin:0px auto;
}

#header{
	background:url(../images/header.jpg) no-repeat;
	height: 338px;
}

#header img{
  display: block;
}

#menu{
  margin-bottom:8px;
}

#menu ul{
	padding:0;
	margin:0;
	list-style: none;
	margin:0px auto;
	width:504px;
	overflow: hidden;
	margin-top:-7px;
	padding:3px;
	background: #A5BF90;
}

#menu li{
  float: left;
	text-align:center;
}

#menu li a{
  display: block;
	margin:0px auto;
	background: #A5BF90;
	line-height: 20px;
	text-decoration:none;
	color:white;
	letter-spacing: 5px;
	font-size: 1.2em;
	font-weight: normal;
  padding:0 16px;
}

#menu li a:hover{
  background:#385b90;
}

#body{
	padding:10px 76px;
  background:#fcfbfc url(../images/bg.jpg) repeat-x;
	text-align: center;
}

#body table{
  width:100%;
}

#body td{
  vertical-align: top;
	line-height: 1.2em;
	font-size: 1.05em;
}

#body td p{
  margin:0;
	margin-bottom:10px;
}

#body td img{
  border:1px solid #ECEFE6;
}

.link{
  height:20px;
	background:url(../images/line.gif) repeat-x;
}

.link a{
  display: block;
	margin:0px auto;
	width:240px;
	background: #A5BF90;
	line-height: 20px;
	text-decoration:none;
	color:white;
	letter-spacing: 5px;
	font-size: 1.2em;
	font-weight: normal;
}

.link a:hover{
  background:#385b90;
}

div.left, div.right{
	text-align: center;
	padding:3px;
	width:180px;
}

div.left{
  float: left;
}


div.right{
  float: right;
}

div.center{
  float: left;
	text-align: center;
	width:435px;
	font-size: 1.05em;
}

div.clear{
  clear:both;
}


div.lower{

}

div.center p{
  margin-top:0;
	margin-bottom:10px;
}

div.gallery{
  margin-bottom: 15px;
	width:50%;
	float: left;
}

div.gallery p{
  margin-top:0;
	margin-bottom:5px;
}

#footer{
	margin-top:10px;
	font-size: 0.9em;
  text-align: center;
	color:black;
}

#footer strong{
	display: block;
	margin-top:5px;
  font-size: 1.1em;
}

#orphans{
  text-align: center;
	padding:10px;
	font-size: 0.8em;
}

#orphans a{
 	font-weight:normal;
}