
body {
	margin: 0px;
	padding: 0px;
	background-color: #aeb4b7;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;		
	}
	
a {
	text-decoration: underline;
	color: black;
	}
	
img {border: none;}

h1 { 
  font-family: Georgia, "Times New Roman", serif;
	font-weight: bold;
	font-size: 22px;
	padding: 0px 0px 0px 0px;
	margin: 0;
}

h2 {
  font-family: Georgia, "Times New Roman", serif;
	font-weight: bold;
	font-size: 18px;
	padding: 0px 0px 0px 0px;
	margin: 0;
}

h3 {

	font-weight: bold;
	font-size: 15px;
	padding: 0px 0px 0px 0px;
	margin: 0;
}

p {
  line-height: 1.7em;
}

fieldset {
  width:300px;
  border: 1px dotted #4c4c4c;
  float: left;
  line-height: 1.9em;
  margin:10px 30px 10px 0px;
  padding:10px;
}


legend {
   color:#0532b1;
   font-size: 14px;
   text-transform: uppercase;
   font-weight: bold;
   background-color: #ffffff;
   padding:3px;
}


.main {
	position: relative;
	margin: auto;	
	width: 770px;
	border-top:10px solid #8b9397;
	border-left:10px solid #8b9397;
	border-right:10px solid #8b9397;
	border-bottom:10px solid #8b9397;
	background-color:#ffffff;	
	color:#4c4c4c;
	text-align:left;
}

.top {
  width:770px;
  height: 170px;
  background-image: url(../images/bg-top.jpg);
  background-position: left top;
  background-repeat: no-repeat;
}

.cta {
  float: right;
  margin:25px 13px 0px 0px;
}


.menu {
  background-color: #666666;
  color: #ffffff;
  padding:10px 0px 8px 16px;
  border-bottom: 5px solid #4e4d4d;
  border-top:1px solid #ffffff;

}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu ul li {
  float: left;
  margin: 0px 50px 0px 0px;
}

.menu ul li a {
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  text-decoration: none;
}

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


.category {
  width:110px;
  margin:11px 0px 0px 19px;
  

}

 .content {
     padding: 16px 16px 16px 16px;
 }

.hi {
  background-color: #0433b0;
  padding: 14px 24px 14px 14px;
  color:#ffffff;
  margin-bottom:14px;
}

.hi a {color:#ffffff;font-weight: bold;}


ol li {
  font-size: 11px;
  line-height: 1.5em;
  padding-bottom:8px;
}


.lmenu {
  float:left;
  width:190px;
  padding:10px;
  background: #8b9397;
  border:1px solid #8b9397;
  font-family: Georgia, "Times New Roman", serif;

  background: -moz-linear-gradient(top, #8b9397 0%, #aeb4b7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8b9397), color-stop(100%,#aeb4b7));
  background: -webkit-linear-gradient(top, #8b9397 0%,#aeb4b7 100%);
  background: -o-linear-gradient(top, #8b9397 0%,#aeb4b7 100%);
  background: -ms-linear-gradient(top, #8b9397 0%,#aeb4b7 100%);
  background: linear-gradient(top, #8b9397 0%,#aeb4b7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b9397', endColorstr='#aeb4b7',GradientType=0 );
}

.lmenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.lmenu ul li {
  margin: 10px 0px 10px 0px;
  color:#ffffff;
  font-weight: bold;
  }

.lmenu ul li a {
  color: #0532b1;
  font-size: 14px;
  text-decoration: underline;
  font-weight: normal;
}

  .lmenu ul li a:hover {text-decoration: none;}
  
.lmenu ul li a.active {
  font-weight: bold;
  text-decoration: none;
}


.lcontent {
  float: left;
  width:500px;
  margin-left:20px;
   padding-bottom: 16px;
}


a.butt {
  display: block;
  background-color: #0532b1;
  padding:6px 12px 6px 12px;
  color:#ffffff;
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  margin-top: 8px;
}






.blue {color:#0532b1 !important;}
.small {font-size: 11px;}

.cleaner{
  clear: both;
  height: 1px;
  width: 100%; }

