	/*COLOR Codes used
	#FFF80 - Tan
	#1517AB - Blue */
	
	#main-tab-container {
		width: 590px;
		margin: 5px 0 15px 10px;
	}

	#container {
		width:590px;
	}

	#content {
		clear: both;
		border: 1px solid #193255;
		width: 590px;
		/*background-color: #DFDFFF;*/
		margin: 0 0 10px 0;
	}

	#main-list{
	  margin: 0;
	  padding: 0;
	  list-style: none;
	  width: 600px;
	  float: left;
	}

	#main-list ul, #main-list li{
	  float: left;
	  background: url(../images/feature_righttab_1b.gif) no-repeat top right;
	  margin-right: 3px;
	}

	#main-list li a{
	  display: block;
	  padding: 0 1em;
	  line-height: 2em;
	  background: url(../images/feature_lefttab_1b.gif) no-repeat top left;
	  color: #193255;
	  float: left;
	  font-family: tahoma;
	  font-size: 10pt;
	  font-weight: normal;
	  text-decoration: none;
	}

 	#main-list ul, #main-list li.current{
      background: url(../images/feature_righttab_1b_blue.gif) no-repeat top right;
      cursor: default;
    }

    #main-list li.current a{
      background: url(../images/feature_lefttab_1b_blue.gif) no-repeat top left;
      color: #d4a927;
      cursor: default;
   	}
    #main-list li.current a:hover{
      color: #d4a927;
   	}

	#main-list li a:hover{
	  color: #193255;
	  text-decoration: underline;
	}
	
	.text{
	  font-family: tahoma;
	  font-size: 10pt;
	  font-weight: normal;
	}
	.text1{
	  font-family: tahoma;
	  font-size: 24pt;
	  font-weight: bold;
	}