body{font-family: Cambria, "Lucida Sans", Arial;}


p,h1,h2{margin: 0;}

h1{font-size: 130%; text-decoration: italic;}
h2{font-size: 110%;}


#box { 
  background: #FFFFFF; 
  
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	
  
}
.boxtop { 
  background: url(images/ne.gif) no-repeat top right; 
  background-color: #fff;
}
.boxtop div { 
  font-size: 0;
  height: 10px; 
  background: url(images/nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(images/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 10px; 
  background: url(images/sw.gif) no-repeat bottom left; 
}
.boxcontent {
  /*padding: 0px 10px 0px 10px;*/
  min-height: 250px;
}

#title{
	background-color: #fff;
	color: #fff;
	margin: 0;
	padding-top: 5px;
	}

#title .picture
{
float: left;
padding: 5px 20px;
}

#title a:link {
  color: #000;
  text-decoration: none; 
}
#title a:visited {
  color: #000;
 text-decoration: none; 
}
#title a:active {
  color: #000;
 text-decoration: none; 
}
#title a:hover {
  color: #000;
  /*text-decoration: underline;*/
}

#title span{
	border-right: 1px solid #808080;
	padding: 0 12px; 
}

#title p{
	/*padding-left: 20px;*/
	font-size: 80%;
	/*line-height: 200%;*/
	margin: 0 220px 0 15px;
	/*text-align: center;*/
	border: 1px solid #808080;
	font-family: arial, "century gothic";
	color: #fff;
	/*padding-bottom: 2px;*/
	/*padding-left: 10px;*/
	}
	
#title p.space{
	margin: 0;
	line-height: 7px;
	border: 0 solid #1D2C4C;
	padding: 0 30px;
	}
	
#title hr{margin: 0 20px; color: #004080;}
	
#title p.clear{
	clear: both;
	background-color: #fff;
	color: #4d7097;
	border: 0 solid #fff;
	height: 2px;
}

#content{
	/*margin: 0 0 0 170px;*/
	margin: 0;
	/*border-left: 1px solid #2a479b;*/
	padding: 20px 50px;
	background-color: #fff;
	/*margin-left: 140px;*/
	font-size: 85%;
	line-height: 140%;
	min-height: 250px;
	}

.picturecenter{
	text-align: center;
	}