/*Change here for page body style*/
/*-------------------------------------------*/
BODY {	
	
	font-family: Verdana, Arial, Tahoma ;
	background-color:#b7c8cf;
	margin-top:0;
        margin-bottom:0;
        margin-left:0;
        margin-right:0;
        color:#000000;
        letter-spacing:2px;
	
}
	
input{
border: 1px solid #000000;
}
textarea{
border: 1px solid #000000;
}

/*----------------------------------*/
#main {
	width: 868px !important;
	margin-top: 15px;
	    height:auto;
        margin-left:auto;
		margin-right:auto;
		border: #000000 1px solid;
        padding:0;
		vertical-align:top;
		background-color:#543106;
		

	}
	
.content {
    
    WIDTH:670PX  !important; 
	height:inherit;
    text-align:left;
	margin-top:0;
	margin-right:5px;
	margin-left:3px;
	margin-bottom:2px;
	margin-top:1px;
	padding:0;
	font-family: Verdana, Arial, Tahoma ;
	color:#000000;
	font-size:12px;
      
	 
				
}

table{
margin-top:0;
padding:0;
vertical-align:top;
}

.form-row {
	clear: left;
	margin: 2px 0;
}


fieldset {
	border: none;
	padding: 0;
	text-align: left;
}

label {
	height: 18px;
	line-height: 25px;
}




/*Change here for site text*/
/*----------------------------------*/

p {
	font-size: 12px; 
	color: #000000;
	font-family: Verdana, Arial, Times New Roman; 
	font-weight: normal;
	margin-left:5px;
	margin-right:5px;
	line-height:15px;
	margin-top:7px;
}

	

/*-------------------------------------*/

/*Change here for navigation text menu*/
/*-----------------------------------*/

A:link {
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
	font-family: Verdana, Arial, Times New Roman;
	font-weight:500;
}
A:visited {
	color: #999999;
	text-decoration: underline;
	font-size: 12px; 
	font-family:  Verdana, Arial, Times New Roman;
	font-weight: 400;
	
}
A:hover {
	color: #000; 
	text-decoration: underline;
	font-size: 12px; 
	font-family: Verdana, Arial,Times New Roman;
	font-weight: 500;
}

.footer{
    color:#000000; 
	text-decoration: none;
	font-size: 10Px; 
	font-family: Verdana, Arial,Times New Roman;
	font-weight: normal;
       
        line-height:20px;
  
}

/*--------------------*/
/*---- Menu ---------*/


.glossymenu{
list-style-type: none;
margin-top:-2px;
padding: 0;
width: 177px;
border: 1px solid #000;
border-bottom-width: 0;
margin-left:0px;
margin-right:0px;
}

.glossymenu li a{
background: url(images/buttonbg.jpg) repeat-x ;
font: normal 14px Verdana, Arial, Helvetica, sans-serif;
color: #000;
display: block;
width: 177px;
height:57px;
padding:0;
text-decoration: none;
text-align:center;
margin-top:1px;
}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: #000;
}

.glossymenu li a:hover{
background-image: url(images/buttonbg2.jpg);
}




