/* CSS Document */

body{
    background-color:#E2E1B1;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	text-align: center; 
}

h1, h4 {
  font-size: 1.3em;
  margin-bottom: 10px;
  margin-top: 20px;
padding: 0px;
}

h2 {
  font-size: 1.1em;
 	margin-top: 20px;
	margin-bottom: 5px;
}

h3 {
  font-size: 1.1em;
 	margin-top: 20px;
	margin-bottom: 5px;
}

p {
  font-size: .8em;
  margin-top: 0.5em;
}

a {
  text-decoration: underline;
  font-weight: normal;
}

a:link {
  color: #041b61;
  text-decoration: underline;
}

a:visited {
  color: #041b61;
  text-decoration: underline;
}

a:hover {
  color: #041b61;
  text-decoration: none;
}

ul {
	font-size: .8em;
}
.footer {
  font-size: 0.75em;
  color: #fff;
  text-align:center;
}
a.footer:link {
  font-size: 1em;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}

a.footer:visited {
  font-size: 1em;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}

.bloglink {
}
a.bloglink:link {
  text-decoration: underline;
  font-weight: normal;
}

a.bloglink:visited {
  text-decoration: underline;
  font-weight: normal;
}

ol {
	font-size: .8em;
}

.content { 
    background: #FFF; 
	text-align: left;
	margin: 0 auto;
	padding: 0px;
	width: 765px;
	color: #000;
}

.main_content {
	background: #FFF url(bg.jpg) repeat-y center bottom;
	background-color: #FFF;
	margin: 0 auto;
	padding: 0px;
	width: 765px;

}


/* For IE... */
* html .sd_right {
	clear:both;
	background-color: #FFF;
	float: right;
	color: #000;
	margin: 0 20px 0 0;
	padding: 0px 0px 0 15px;
	width: 190px;
	height: 100%;
}	


.text_padding {
	padding: 15px 0 0 0;
}
.sd_left {
vertical-align:text-top;
	background-color: #FFF;
	color: #000;
	margin: 0 0 0px 10px;
	padding: 5px 20px 10px 5px;
	width: 500px;
	border-right: 1px solid #ccc;
}	

.sd_right {
    xclear:both;
    background-color: #FFF;
	float: right;
	color: #000;
	margin: 0px 0px 0 0px;
	padding: 5px 0px 0 5px;
	width: 200px;
}	
.line{
	border-bottom: 1px solid #041b61;
	margin: 0 auto;

}
.testimonial{
	font-size: 9pt;
	text-align: left;
}
.testimonial-name{
	font-size: 9pt;
	text-align: right;
	font-weight: bold;
}
