/* basic-2.1.css */

/* basic */

body{
	font-family: Helvetica, Arial, sans-serif;
	font-size:15px;
  background-image: url(images/yellow1.jpg);
	margin: 0;
}

.purple{
  border: 1px solid #333399;
}

.dk_red{
  border: 3px solid #660000;
}

.terra_cotta{
  border: 1px solid #ff9933;
}

.lt_green{
  border: 1px solid #339933;
}

.green{
  border: 5px solid #33cc33;
}

.orange{
  border: 3px solid #ff6633;
}



/* header image */

#image_rotate{
  position: relative;
  margin:0 auto;
	margin-top: 5px;
  width: 970px;
	height: 200px;
}



#container{
	position: relative;
	width: 950px;
	min-height: 1300px;
	border: 10px solid #339933;
  border-bottom: none;
	background: #fff;
	margin: 0 auto;
	margin-top: 35px;
}

#container h1{
	font-family: Georgia, serif;
  font-size: 2em;
	font-weight: bold;
  margin-top: 15px;
	margin-bottom: -0.25em;
}

#container h2{
	font-family: Georgia, serif;
  font-size: 1.5em;
	font-weight: bold;
	margin-bottom: -0.25em;
}


#container h3{
	font-family: Georgia, serif;
  font-size: 1.15em;
	font-weight: bold;
	margin-bottom: -0.25em;
}



/* tabs start*/
#tabs{
  font-family: Georgia, serif;
	clear: both;
  position: relative;
  width: 950px;
  margin: 0px 0px 10px 75px;
  margin-bottom: 0em;
	padding-top: 0px;
 }

.tab_bar ul{
  margin: 0;
  padding: 0px 0px 0px 15px;
  list-style: none;
}

.tab_bar li{
  display: inline;
  margin: 0;
  padding: 0;
}

#tabs a{
  float: left;
  background: #000 url(images/tableft3.gif) no-repeat left top;
  margin: 0;
  padding: 0px 0px 0px 4px;
  text-decoration: none;
}

#tabs a span{
  float: left;
  display: block;
  background: url(images/tabright3.gif) no-repeat right top;
  padding: 5px 15px 5px 3px;
  color: #000;
	text-decoration: none;
}

#tabs a:hover{
  background-position: 0% -42px;
}

#tabs a:hover span{
  background-position: 100% -42px;
}

#tabs current a{
  background-position:0% -42px;
}

#tabs current a span{
  background-position:100% -42px;
}



/* side bar */
#sidebar{
	position: relative;
  float: left;
  width: 210px;
	margin-top: 8px;
	margin-left: 5px;
	padding: 3px 2px 3px 2px;
  text-decoration: none;
}

#sidebar img{
  position: relative;
	float: left;
  margin: 10px 0px 5px 0px;
}

#sidebar a{
  text-decoration: none;
	color: #0000cc;
}



/* top container */
#top_container_left{
	position: relative;
	float: left;
	margin: 0px 0px -36px 30px;
	padding-top: 31px;
	height: 200px;
	width: 365px;
}

#top_container_right{
	position: relative;
	float: right;
	margin: 0px 10px -15px 0px;
	padding-top: 26px;
	height: 200px;
	width: 300px;
}

#top_container{
	position: relative;
	float: right;
	padding-top: 10px;
	height: 160px;
	width: 700px;
}



/* main content */
#main{
  position: relative;
  float: right;
	width: 700px;
}

.index{
  margin-right: 15px;
}

.main p{
  margin-right: 15px;
}

#main h3{
  margin-right: 15px;
}

#main img{
	position: relative;
  margin-top: 10px;
	margin-bottom: -20px;
}

#main table{
  position: relative;
	float: left;
	margin-bottom: 20px;
}

main tr td{
  font-size: 15px;
}

#main form{
  position: relative;
	float: left;
}

#main span{
  color: #000;
}

#feature{
  position: relative;
  float: right;
	width: 300px;
  margin: 10px 0px 10px 10px;
	background: #ff9933;
  border: 1px solid #339933;	
}



/* footer */
#footer{
	position: relative;
	margin: 0 auto;
	width: 950px;
	height: 80px;
	border: 10px solid #339933;
  border-top: none;
	background: #ff9933;
	color: #fff;
}

.footer p{
  margin: 0 auto;
}
