body { background:url(images/body-bkg.gif) #E5E5E5 top left repeat-x;
     margin:0 auto;
	 padding: 0;
	 font-family: Arial, Helvetica, sans-serif;
	 color: #333333;
}
p {
   font-size: 12px;
}
a {
  text-decoration: none;
  color:#193AC7;
}
a:hover {
  text-decoration: none;
  color:#FFA400;
}
h1 {
   font-weight: bold;
   font-size: 22px;
   line-height: 30px;

   }
h2 {
   font-size: 18px;
   font-weight: bold;
   color:#193AC7;
  }
h3 {
   font-size: 16px;
   font-weight: bold;
  }
#small {
    display: block;
	line-height: normal;
	padding: 27px 0 0px 318px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}
#small a {
    text-decoration: none;
	color:#193AC7;
}
#small a:hover {
    text-decoration: none;
	color:#FFA400;
}
#wrapper {
    margin: 0 auto;
	width: 936px;
	text-align: center;
	}
	
#header {
     width: 936px;
	 margin-top: 11px;
	 }
#top {
	background: url(images/top-bkg.gif) no-repeat;
	width: 936px;
	height: 224px;
}
#contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	height: 220px;
	width: 346px;
	padding-left: 19px;
	float: left;
	text-align: left;
}
#topslideshow {
    height: 220px;
	width: 547px;
	float: right;
	padding-right: 20px;
        border: 0px;
}
#content {
    width: 936px;
	background: url(images/content-bkg.gif) top left repeat-y;
}
#main {
	text-align: left;
	width: 690px;
	float: right;
        font-size: 12px;
	margin: 20px 10px 0px 20px;
}
#mainleft {
    line-height: 18px;
	width: 360px;
	float: left;
	text-align: left;
	}
#mainright {
    float: right;
	width: 270px;
	text-align: left;
	margin-right: 20px;
}
#footer {
	clear: both;
	width: 936px;
	height: 120px;
	background: url(images/footer-bkg.gif) no-repeat;
}
/* block list */
.sidebar1 {
   font-family: Arial, Helvetica, sans-serif;
   width: 188px;
   float: left;
   padding-left: 21px;
   margin-left: 0px;
   text-align: left;
}

ul.block, .block ul {
	padding: 10px 0 20px 0;
	width: 188px;
	background: #e5e5e5;
        color: #193AC7;
        margin-left: 0px;
	margin-top: 10px;
}
.block li {
	border-bottom: 2px solid #ffffff;
	background: #e5e5e5;
	list-style: none;
}
.block li a,.block li em {
	font-size: 14px;
	font-weight: bold;
    color: #193AC7;
       /* background: #EFEFEF; */
	display: block;
}
.block li em {
	font-size: 14px;
	font-style: bold;
}
.block li a {
	padding: 5px 5px;
	text-decoration: none;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	font-weight: bold;
	background: #ffffff;
}
#searchbox {
    background: url(images/search-bkg.gif) top left no-repeat;
	height:317px;
	width:353px;
}
#searchbox ul {
    display: block;
	list-style-type: none;
	margin-left: 15px;
	padding: 60px 25px 5px 10px;
	text-align: left;
	font-size: 12px;
	font-style: italic;
    color: #666666;
	line-height: 16px;
}
.table {
    font-size: 12px;
	color: #000000;
	}
.menu-sep {
	color: #193AC7;
        padding: 5px 5px;
        font-size: 14px;
	font-weight: bold;
	}
.navbkg {
    background: #e5e5e5;
	}