<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

body {
  text-align: center;
  }

.wrap 		{
font: 14px verdana; 
color: #666666;
width:1000px;
margin:0 auto;  /* "auto" makes the left and right margins center the wrapper */
}

.header {
font: bold 20px georgia;
color: #33CC33;
text-align: center;
}


.header a{
font: bold 20px georgia;
color: #33CC33;
}

.ubercolortabs{
padding: 0;
width: 1000px;
float: center;
overflow: hidden;
background: transparent;
}

.ubercolortabs ul{
font: bold 12px georgia, Arial, Verdana, sans-serif;
margin: 0;
padding: 0;
list-style: none;
}

.ubercolortabs li{
display: inline;
margin: 0 5px 0 0;
padding: 0;
/*text-transform: uppercase;*/
}


.ubercolortabs a{
float: left;
color: white;
background: #FF0000 url(roundleft.gif) no-repeat left top; /*default background color of tabs, left corner image*/
margin: 0 5px 0 0;
padding: 0 0 1px 3px;
text-decoration: none;
letter-spacing: 1px;
}

.ubercolortabs a span{
float: left;
display: block;
background: transparent url(roundright.gif) no-repeat right top; /*right corner image*/
padding: 7px 9px 3px 6px;
cursor: pointer;
}

.ubercolortabs a span{
float: none;
}


.ubercolortabs li.selected a{
background-color: #F3FEB8; /*background color of tabs onMouseover*/
color: #009933;
text-transform: uppercase;
}

.ubercolortabs a:hover{
background-color: #AE5300; /*background color of tabs onMouseover*/
color: white;
text-transform: uppercase;
}


.ubercolordivider{ /*CSS for horizontal line.*/
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5 px;
background: #F3FEB8; /*background color of horizontal line*/
}

.tborder {
	border-style: solid;
	border-color: #33CC33;
	border-top-width: 0px;
	border-left-width: 5px;
	border-right-width: 0px;
	border-bottom-width: 0px;
}
</style>