body {
  background: #DCDCDC;
  
scrollbar-face-color:#7A896C;
scrollbar-base-color:#C69842;
scrollbar-arrow-color:black;
scrollbar-track-color:#F3F3F3;
scrollbar-shadow-color:#EBF5FF;
scrollbar-highlight-color:#EBF5FF;
scrollbar-3dlight-color:#C69842;
scrollbar-darkshadow-Color:#C69842;
}


#containter {
  width:724px;
  height: 547px;
  margin:0 auto;  
  text-align:left;
  padding-top:0;
  background: #F8F8FF;
}

#header {
	width:724px;
	height: 133px;
	background-image: url(../images/page_header.jpg);

}

#contentbackg {
   width: 724px;
	height: 386px;
	background-color: white;
	background-image: url(../images/page_img.jpg);
	background-repeat: no-repeat;
   background-position: left;
	z-index: 10;
}

#contentbackg #quotes {
  position: relative;
  float: left;
  width: 120px;
  height: 130px;
  border: 0px solid Black;     	
  top: 220px;
  left: 20px;
  font-size: 16px;
  font-family: Verdana;
  vertical-align: text-bottom;
  margin-right-value: 0pt;
  margin-bottom: 0pt;
  margin-left-value: 25px;
  margin-left-ltr-source: physical;
  margin-left-rtl-source: physical;
  margin-right-ltr-source: physical;
  margin-right-rtl-source: physical;
  color: White;
  z-index: 9;
}

/* Bottom allignement trick */
#contentbackg #quotes p {
	position:absolute;
	bottom:0;
	margin-bottom: 0;
}
	

#contentbackg #content {
	position: relative;
	left: 35px;
   top: 10px;
	width: 565px;
	height: 342px;
	border: 0px solid Black;
	font-size: 16px;
	overflow: auto;
   /* Text */	
    font-family: Verdana;
	 margin-top: 0pt;
    margin-right-value: 0pt;
    margin-bottom: 0pt;
    margin-left-value: 0pt;
    /*
    margin-left-ltr-source: physical;
    margin-left-rtl-source: physical;
    margin-right-ltr-source: physical;
    margin-right-rtl-source: physical;
    */
    padding-top: 0pt;
    padding-right-value: 0pt;
    padding-bottom: 0pt;
    padding-left-value: 0pt;
    /*
    padding-left-ltr-source: physical;
    padding-left-rtl-source: physical;
    padding-right-ltr-source: physical;
    padding-right-rtl-source: physical;
    */
	 text-align: justify;
	 text-indent: 10px;
    
}

#contentbackg #content strong {
  color: red;
}

#contentbackg #content h1 {
  font-size: 20px;	
  color: red;
  text-indent: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  
}

#contentbackg #content h2 {
  font-size: 20px;	
  color: #003B6F;
  text-indent: 0px;	
  margin-bottom: 0px;
  margin-top: 0px;
}



#contentbackg #content p {
	padding: 10px 10px 10px 10px;
	margin-bottom: 0px;
	margin-top: 0px;
}

#contentbackg #content ul {
	list-style-type: none;
	list-style-image: url(../images/bullet.png);
}



#contentbackg #content .leftcolumn {
	display: block;
	width: 48%;
	float: left;
	font-size: 14px;
	font-weight: bold;

}

#contentbackg #content .rightcolumn {
	display: block;
	width: 48%;
	float: left;
	font-size: 14px;
	font-weight: bold;
}

.smallbutton {
   float: left;
   width: 179px;
	height: 28px;
	background-color: #7A896C;
   text-align: center;
	font-family: "AvantGarde Bk BT";
	font-size: 15px;
	border: 1px solid Black;
	padding-left: 0;
}

.smallbutton  a {
   width: 179px;
	height: 28px;
   position: relative;
	color: Black;
   text-decoration: none;
	display: block;
	line-height: 28px;
}

.smallbutton a:visited {

}

.smallbutton a:hover {
   background-color: #D55121;
}

.contact {
	
}


