/* 
	Modification : Change Background color Per email dated 6/27/07 
	Mod Date : 6/28/07
*/

body	{
						margin:0px;
						padding:0px;
						/* 6/28/07 */
						/*background-image: url('images/bggreen.jpg');*/
						background-position: left top;
						background-repeat:repeat-x;
						/* 6/28/07 */
						/*background-color:#59810f;*/
						background-color:maroon;
						font-family:Tahoma;
						}
td {
						vertical-align:top;
						font-size:11px;
						/*line-height:14px;*/
						font-family:Tahoma;
						color:#363636;
						}						
/*--------------------------------------------------   ul, em, i, form	 ---------------------*/						
ul {
						list-style-type:none;
						margin:0px; 
						padding:0px; 
						}	
em, i {
						font-style:normal;
						}						
form {
						padding:0px;
						margin:0px;
						}						
/*----------------------------------------------------   a	 ---------------------*/						
a	{
						color:#416597;
						font-size:11px;
						text-decoration:underline;
						}
a:hover	{
						color:#416597;
						font-size:11px;
						text-decoration:none;
						}
b	{
						color:#2B2F35;
						}						

/*------------------------------------------------------ strong,  strong a	 ---------------------*/
strong {
						color:#363636;
						}
strong a	{
						color:#363636;
						text-decoration:underline;
						}
strong a:hover	{
						color:#363636;
						text-decoration:none;
						}												
/*-----------------------------------------------------  b a	 ---------------------*/
					
/*----------------------------------------------------   input, textarea	 ---------------------*/						
input, textarea {
						/*width:187px; affecting checkbox; removed*/
						/*background-color:#C3C9CF; affecting button; removed*/
						border:1;
						font-family:Tahoma;
						font-size:11px;
						color:#363636;
						line-height:10px;
						padding-top:2px;
						padding-left:4px;
						padding-right:4px;
						}												
.input_1	{
						height:19px;
						background-image: url(images/input_1.gif);
						background-position: left top;
						background-repeat: no-repeat;
						margin:2px 0px 0px 0px;
						
						}
select	{
						width:187px;
						height:17px;
						margin:2px 0px 0px 0px;
						font-size:10px;
						}	
.select_1	{
						width:88px;
						}											
.textarea_1	{
						height:144px;
						margin:0px 0px 0px 0px;
						overflow:hidden;
						background-image: url(images/input_2.gif);
						background-position: left top;
						background-repeat: no-repeat;
						}	
						
.NUTTIN	{font-size:16px;}						
/*-----------------------------------------------------  	li	 	---------------------*/
li	{
						background-image: url(images/list_0_1.gif);
						background-position: 0% 6px;
						background-repeat: no-repeat;
						font-size:11px;
						margin:0px 0px 2px 0px; 
						padding:0px 0px 0px 17px;
						/*height:16px;
						line-height:15px;*/
						color:#BD6003;
						}
li a	{
						color:#BD6003;
						font-size:11px;
						text-decoration:underline;
						}
li a:hover	{
						color:#BD6003;
						font-size:11px;
						text-decoration:none;
						}						
/*------------------------------------------------------- footer	 ---------------------*/
.footer	{
						background-image: url(images/footer_bg.gif);
						background-position: left top;
						background-repeat: repeat-x;
						}
.footer td	{
						color:#CC6200;
						font-size:11px;
						
						}
.footer a	{
						color:#363636;
						font-size:11px;
						text-decoration:none;
						}
.footer a:hover	{
						color:#363636;
						font-size:11px;
						text-decoration:underline;
						}
.footer span 	{
						color:#363636;
						}						
.footer span a	{
						color:#CC6200;
						font-size:11px;
						text-decoration:underline;
						}
.footer span a:hover	{
						color:#CC6200;
						font-size:11px;
						text-decoration:none;
						}						
						
/* ------------- from zone -----------------*/
.sectionhdr {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 17px;font-weight: bold;color: #003399;}		



/*--------------  tabs  4/22/07-------------------------*/	

#tabs {
border-bottom: .5em solid #03c;
margin:0px 0px 0px 0px; 
padding: 0;
line-height:30px;

}
#tabs li {
display:inline;
border-top: .1em solid #03c;
border-left: .1em solid #03c;
border-right: .1em solid #03c;
	padding: 0.1em .1em;
background-image:none;
margin:0px 0px 0px 0px; 
}
#tabs li a {
text-decoration: none;
	padding: 0.1em .1em;
color: #000;
}
#tabs li a:hover {
text-decoration: underline;
	padding: 0.1em .1em;
color: orange;
background-color:#333333;
}

#page1 #tabs li#tab1 a, #page2 #tabs li#tab2 a, #page3 #tabs li#tab3 a{
/*padding: 0.25em 1em;*/
background-color: #305d0a;
color: white;
font-size:12px;
padding: 0.1em .1em;
margin:0px 0px 0px 0px; 
}
			