body {
		 background-color: #fff; 
		 margin: 20px;
		 font-family: Verdana, Arial, helvetica, geneva, swiss, sans-serif;
}
fieldset 
{ 
			padding: 8px; 
			border: solid 1px #8b3514;
		 background-color: #fff 
}
p {
		 color: #8b3514; 
			font-size: 90%;
		 line-height: 18px;  
			text-align: justify;
		 padding-left: 5px; 
			border-left: 1px solid #d3d3d3;
 		padding-right: 5px; 
			border-right: 1px solid #d3d3d3;
}
h1 
{ 
			color: #8b3514;
		 font-size: 15px;
}
h1 a 
{ 
			color: #8b3514;
		 text-decoration: none;
		 border:2px dotted #8b3514;
		 padding: 2px 
}
h1 a:link 
{ 
			text-decoration: none;
		 border:2px dotted #8b3514 
}
h1 a:hover 
{ 
			color: #999999;
		 background-color: #faf0e6
}
legend 
{ 
			color: #8b3514;
		 font-weight: bold 
}
.treemenu {
			margin : 0px 20px;
			padding : 5px;
			list-style : none;	
			background-color : #fff;
			border : 1px solid #d3d3d3;
			width : 440px;
	  font-size: 13px;

}

.treemenu UL {
	list-style : none;
	margin : 0px 10px;
	padding : 0px 10px;
	color: #8b4513;
}

.treemenu LI {
			display : inline;
			list-style-image:url(../../dsdsdsclose.gif);

}

.treemenu A {
			display : block;
			padding-left : 10px;
			text-decoration : none;
			font-size: 12px;
			color: #8b4513;
   border-bottom: 2px dotted #8b3514;
}

.treemenu .treeopen {
			background-image : url(../../dsdsdsclose.gif);
			background-repeat : no-repeat;
			background-position : left;
}		

}
.select { 
        color: #8b4513; 
        font-style: italic; 
        font-size: 10pt; 
        font-family: Verdana, Arial, Helvetica;
         background-color: #faf0e6 
}
list{
color: #8b3514; 
				list-style-type: none;
				margin-bottom:5px;
}
/* SAMPLE FORM STYLES FOR SIMPLE PHP CONTACT FORM */
/* Modify to suit your own needs */

#warn_box{
/* This is the DIV which prints errors at the top of the page during validation */
	border: 1px solid #ccc;
	background-color: #ddd;
	padding: 5px;
}

#warn_box ul{
/* This is the UL list of error messages in the 'warn_box' DIV  */
	list-style-type: square;
}

#cont_form_wrapper{
/* This is the div that wraps the form itself. No styles here, but I list it anyway */
}

#contact_form{
/* This is the table which holds the form */
	border: 0;
	border-collapse: collapse;
}

#contact_form td{
/* These are the cells in the form table */
	padding: 3px;
	vertical-align: top;
}

.warn_msg{
/* These are the table cells which print the individual messages during validation */
	border: 1px solid #ccc;
	background-color: #ddd;
	padding: 3px;
}

.form_label{
/* These are the labels for each form element */
	width: 200px;
	text-align: right;
}

.form_text{
/* These are the 'text' input types in the form */
	width: 200px;
}


.table {
		 
			font-size: 12px;
			color: #330000;
			border-top:1px solid #330000;
   border-bottom:1px solid #330000;     
		 
}
.table1 { 
		
			padding-bottom: 10px;
			padding-top:10px
			font-size: 12px;
			color: #330000;
margin:10px
			 
}
.table2 { 
	 
			padding: 5px;
			font-size: 12px;
			color: #330000;
			border-top:1px solid #330000;   
}

