body{
	background-color: #A896A8;
	text-align: center;	
}
#main{
	width: 800px;
	background-color: #30999A;
	border: 1px solid #000;
	margin: auto;
	position:relative;
}
.horbar{
	width: 800px;
	height: 20px;
	background-image: url(images/block.gif)
}
#title{
	width: 800px;
	background-color: #30999A;
}
#sidebar{
	width: 151px;
	background-color: #30999A;
	float: left;
	text-align: left;
}
#sidebar ul{
	width: 140px;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}
#sidebar li {
	margin-left: 10px;
	padding-top: 12px;
}
#sidebar a:link{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#sidebar a:hover{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
#sidebar a:visited{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#main-text{
	width: 609px;
	background-color: #fff;
	border-left: 10px solid #6e486f;
	float: right;
	text-align: left;
	padding: 15px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 13px;
	
}
#main-text li{
		padding-top: 8px;
}
#main-text a:link{
	color: #6e486f;
	text-decoration:none;
	font-weight: bold;
}
#main-text a:visited{
	color: #6e486f;
	text-decoration:none;
	font-weight: bold;
}
#main-text a:hover{
	color: #6e486f;
	text-decoration:underline;
	font-weight: bold;
}

#main-text strong{
	color: #939;
}
/* style headers */
h1{
 font-size: 20px;
 font-family:Tahoma, Geneva, sans-serif;
 color:#939;
 text-align: center;
}
h2{
	font-size: 12px;
 	font-family:Tahoma, Geneva, sans-serif;
	color: #814883;
}
h3{
	font-size: 16px;
 	font-family:Tahoma, Geneva, sans-serif;
	color: #814883;
}
h4{
	font-size: 13px;
 	font-family:Tahoma, Geneva, sans-serif;
	color: #6e486f;
	margin-bottom: 3px;
}
/* styles images */
.right{
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	float: right;
	border: 1px solid #000;
}
.left{
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
	border: 1px solid #000;
}
.center{
	border: 1px solid #000;
}
.imgcenter{
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}
.imgtitle{
	color: #30999A;
	font-size: 14px;
	font-style:oblique;
	font-weight:900;
}
/* styles for topics box */
.speced{display:block}
.speced *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#7cb0b1;}
.speced1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #7cb0b1;
  border-right:1px solid #7cb0b1;
  background:#52a8a9;}
.speced2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #7cb0b1;
  border-right:1px solid #7cb0b1;
  background:#52a8a9;}
.speced3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #7cb0b1;
  border-right:1px solid #7cb0b1;}
.speced4{
  border-left:1px solid #7cb0b1;
  border-right:1px solid #7cb0b1;}
.speced5{
  border-left:1px solid #7cb0b1;
  border-right:1px solid #7cb0b1;}
.specedfg{
  background:#7cb0b1;
  padding: 6px;
  font-family: verdana, sans-serif;
  font-size: 11px;
  color: #000;
  }
.specedfg h4{
	font-size: 13px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
/* contact us table */
.contact_div{
	text-align: center;
}
table.four {
	width: 500px;
}
td.four{
	width: 122px;
	padding: 6px;
	text-align: left;
}
table.one {
	width: 500px;
}
td.one{
	width: 500px;
	padding: 6px;
	text-align: left;
	padding: 6px;
}
table.two{
	width: 500px;
}
td.two{
	width: 250px;
	padding: 6px;
	text-align: left;
}
.contact_hr{
	 width: 500px;
	 height: 2px;
	 text-align:center;
}
#contact-text{
	 text-align:center;
	 font-size: 13px;
	 font-weight: bold;
	 color: #FFF;
	 padding-top: 20px;
	 padding-bottom: 20px;
	 font-family: arial, helvetica, sans-serif;
}
#contact-text a:link{
	color: #fff;
	text-decoration:none;
	font-weight: bold;
}
#contact-text a:visited{
	color: #fff;
	text-decoration:none;
	font-weight: bold;
}
#contact-text a:hover{
	color: #fff;
	text-decoration:underline;
	font-weight: bold;
}