h3 {
	font-size: 1.6em;
	color: #666;
}

#leftColumn {
	width: 520px;
	float: left;
}

#rightColumn {
	width: 215px;
	float: left;
	margin-left: 30px;
	margin-top:20px;
	height: 400px;
}


#tabs2{
    margin-left: 0px;
    padding: 0;
    background: transparent;
    voice-family: "\"}\"";
    voice-family: inherit;
    padding-left: 0px;
}
#tabs2 ul{
    font: bold 11px Arial, Verdana, sans-serif;
    margin:0;
    padding:0;
    list-style:none;
}
#tabs2 li{
    /*display:inline;*/
    margin: 5px 2px 0 0;
    padding: 5px 0 0 10px;
    text-transform:uppercase;
	height: 20px;
	width: 100%;
	background: #d7a73e;
}
#tabs2 a{
    /*float:left;*/
    background:#d7a73e;
	color:#fff;
    margin:0 2px 0 0;
    padding:0;
    text-decoration:none;
}
#tabs2 a span{
    /*float:left;*/
    /*display:block;*/
    padding: 0;
}
#tabs2 a span{float:none;}
#tabs2 li:hover{background-color: #805d13; color: white;}
#tabs2 li:hover span{background-color: #805d13;}
#tabHeaderActive span, #tabHeaderActive { text-decoration:underline; color:#fff;}







#tabs {
    margin-left: 0px;
    padding: 0;
    background: transparent;
    voice-family: "\"}\"";
    voice-family: inherit;
    padding-left: 0px;
}

#tabs ul{
    font: bold 11px Arial, Verdana, sans-serif;
    margin:0;
    padding:0;
    list-style:none;
}
#tabs li{
    /*display:inline;*/
    margin: 5px 2px 0 0;
    padding: 5px 0 0 10px;
    text-transform:uppercase;
	height: 20px;
	width: 100%;
	background: #0a9fc7;
}

#tabs li img {
	position:relative;
	margin-top:-5px;
	float:right;
}

#tabs a{
    /*float:left;*/
/*    background: transparent; */
    background:#0a9fc7;
	color:#fff;
    margin:0 2px 0 0;
    padding:0;
    text-decoration:none;
}
#tabs a span{
    /*float:left;*/
    /*display:block;*/
    padding: 0;
}
#tabs a span{float:none;}
#tabs li:hover{background-color: #007798; color: white;}
#tabs li:hover span{background-color: #007798;}



/*    #tabs{
        margin-left: 0px;
        padding: 0;
        background: transparent;
        voice-family: "\"}\"";
        voice-family: inherit;
        padding-left: 0px;
    }
    #tabs ul{
        font: bold 11px Arial, Verdana, sans-serif;
        margin:0;
        padding:0;
        list-style:none;
    }
    #tabs li{
        display:inline;
        margin: 5px 2px 0 0;
        padding:0;
        text-transform:uppercase;
    }
    #tabs a{
        float:left;
        background:#0a9fc7;
		color:#fff;
        margin:0 2px 0 0;
        padding:0 0 1px 3px;
        text-decoration:none;
    }
    #tabs a span{
        float:left;
        display:block;
        padding:4px 9px 2px 6px;
    }
    #tabs a span{float:none;}
    #tabs a:hover{background-color: #7E94B9;color: white;}
    #tabs a:hover span{background-color: #7E94B9;}
    #tabHeaderActive span, #tabHeaderActive a { background-color: #42577B; color:#fff;}*/
    .tabContent {
        clear:both;
/*      border:2px solid #42577B; */
        padding-top:2px;
        background-color:#FFF;
    }
