body	{
						margin:0px;
						padding:0px;
						background-image: url(images/bg_main.gif);
						background-position: left top;
						background-repeat: repeat;
						background-color:#595754;
						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;
						}
h1{
	font-size:17px;
	margin-bottom:0;
	font-family:Arial, Helvetica, sans-serif;
}					
/*----------------------------------------------------   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;
						background-color:#C3C9CF;
						border:0;
						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;
						
						}
.input_3	{
						height:19px;
						background-image: url(images/input_3.gif);
						background-position: left top;
						background-repeat: no-repeat;
						margin:2px 0px 0px 0px;
						width:90px;
						}
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;
						}	
/*-----------------------------------------------------  	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:#4c794e;
						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:#4c794e;
						font-size:11px;
						text-decoration:underline;
						}
.footer span a:hover	{
						color:#4c794e;
						font-size:11px;
						text-decoration:none;
						}						








/*------------------------------- MENU -----------------------------------*/

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #999da0;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #e1deda;
width: 200px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li{
background-image:none;
margin:0;
padding:0;
color:#56514e;
line-height:normal;
height:auto;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #999da0;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color:#56514e;

}

.anylinkmenu a:hover{ /*hover background color*/
background: #36b43d;
color: white;
}


/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #E9E9E9;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}

.homeBtm{
height:120px;
width:225px;
margin:3px;
font-size:13px;
border:#E7E6E2 solid 3px;
background-color:#F9F8F5;
}

h2{
margin-top:10px;
margin-bottom:10px;
font-size:18px;
}