* {
    padding: 0;
    margin: 0;
} 

/**body {
    
	font: .74em "Verdana" Arial, sans-serif;
	line-height: 1.5em; 
}
a {
	color: #3B6EBF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}**/


#wrap {
margin: 20px auto 0px auto;
width: 920px;
background: url('images/body_bg.png');
background-repeat: repeat-y;
}

#content {
padding: 0 0px 0 0px;
}

#bottom {

background: url('images/footer.png');
height: 30px;
}

#bottom ul {
  float: left;
  margin: 0.5em 1em 0 0 !important;
  margin: 0.5em 0.5em 0 0;
  padding-left: 10px;
}

#bottom ul li {
  display: inline;
  list-style: none;
}

#bottom ul li a {
  float: left;
  padding: 0 1em;
  letter-spacing: 0.01em;
  font: 8px verdana, sans-serif;
  color: #443863;
  border-right: 1px solid #443863;
}

#bottom ul li a.last {
  padding-right: 0;
  border-right: 0;
}

#bottom ul li a:hover {
  color: #fff;
}

.header {
	width: 920px;
	height: 100px;
	clear: both;
	position: relative;
	margin: 0 auto;
	background: url(images/header.png);
}

.style2 {
	padding-top: 25px;
	padding-left: 300px;
	color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}	

.header img {
  position: absolute;
  left: 10px;
}

.header ul {
  top: 5%;	
  margin: 1em 1em 0 0 !important;
  margin: 1em 0.5em 0 0;
  padding: 0;
  float: right;
}

.header ul li {
 display: inline;
 list-style: none;
}

.header ul li a {
  float: left;
  padding: 0 1em;
  font: 9px verdana, sans-serif;
 /** letter-spacing: 0.1em;**/
  line-height: 0.8em !important;
  line-height: 1em;
  color: #fff;
  border-right: 1px solid #fff;
}

.header ul li a.last {
  padding-right: 0;
  border-right: 0;
}

.header ul li a:hover {
text-decoration: underline; 
}

.breadcrumbs {
	width: 920px;
	background: url('images/nav.png');
	border-bottom: 1px solid #E1E1E1;
	/**padding-left: 20px;**/
}

.breadcrumbs ul {
	width: 920px;
  float: left;
  margin: 0 1em 0 0 !important;
  margin: 0 0.5em 0 0;
  background: url(images/nav.png);
}

.breadcrumbs ul li {
	display: inline;
	list-style: none;
	background: url(images/nav.png);
  }
  
.breadcrumbs ul li a {
  	
  float: left;
  padding: 0 0.25em;
  font: 12px verdana, sans-serif;
 /** letter-spacing: 0.1em;**/
  line-height: 0.8em !important;
  line-height: 1em;
  /**color: #443863;**/
  border-right: 1px solid #443863;
}

.breadcrumbs ul li a img{
	border: 0px;
	
}	
	
.middle {
	font: 11px "Verdana" Arial, sans-serif;
	line-height: 1.5em;
	float: left;
	width: 40%;
	height: 325px;
	overflow: auto;
	margin: 0 10px;
	padding: 1% 1% 1% 30px;
	text-align: justify;
	text-decoration: none;
}

.right {
	float: left;
	width: 49%;
	margin: 0 10px;
	padding: 1% 1%;
	
}

.right img {
 border: 0px;
 }

.right ul {
	padding: 20px 0 15px 20px;
	margin:0;
}

.right li {
	margin-bottom:5px;
	list-style-type: square;
	color: #3B6EBF;
}

.middle h2 { color: #3B6EBF; font-size: 16px; margin-bottom: 10px; margin-top: 10px;}
.right h2 { color: #3B6EBF; font-size: 14px; margin-top: 15px;}


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	text-align: center;
	border: 0px;
}

#footer a img {
	border: 0px;
}
#footer img {
	border-style: none;
}

