/* standard code common for all sites */

/* use these settings if using full on css to remove all default padding settings
* {margin: 0;
   padding:0;}
*/   

body {
	background-color: #ffffff;	
	padding: 4px 0 10px 0;
	background-color: #FBEDDD;
	
	font-family: Arial, Helvetica, sans-serif; color: #6E2922;
}
					   
			
/* standard code common for all sites ends */

.edge-left {background-image: url(images/edge-left-tile.jpg); 
	  		background-repeat: repeat-y; background-position: top right;}
.edge-right {background-image: url(images/edge-right-tile.jpg); 
	  		background-repeat: repeat-y; background-position: top left;}

.bg-orange-top {font-size:11px; color: #ffffff; background-color: #E56D35;}
.bg-orange-top a:link {color: #ffffff; text-decoration: underline;}
.bg-orange-top a:visited {color: #ffffff; text-decoration: underline;}
.bg-orange-top a:hover {color: #ffffff; text-decoration: none;}
.bg-orange-top a:active {color: #ffffff; text-decoration: underline;}

.bg-orange-nav {font-size:11px; color: #ffffff; background-color: #E97F4D; text-align:left;}
.bg-orange-nav a:link {color: #ffffff; text-decoration: underline;}
.bg-orange-nav a:visited {color: #ffffff; text-decoration: underline;}
.bg-orange-nav a:hover {color: #ffffff; text-decoration: none;}
.bg-orange-nav a:active {color: #ffffff; text-decoration: underline;}

.bg-main {background-color: #FDE7D6; text-align:left;} 

.column-right {background-color: #FDF9EE;} 

.text-main {font-size:12px; padding: 12px;}

a:link {color: #6E2922; text-decoration: underline;}
a:visited {color: #6E2922; text-decoration: underline;}
a:hover {color: #6E2922; text-decoration: none;}
a:active {color: #6E2922; text-decoration: underline;}

.text-bot {font-size:10px;}
.text-bot a:link {color: #6E2922; text-decoration: underline;}
.text-bot a:visited {color: #6E2922; text-decoration: underline;}
.text-bot a:hover {color: #6E2922; text-decoration: none;}
.text-bot a:active {color: #6E2922; text-decoration: underline;}

.text-bold {font-weight:bold;}			

input, select, textarea {background-color: #ffffff; color: #6E2922; font-family: Arial, Helvetica, sans-serif; font-size: 12px; border: 1px solid #6E2922;}

.whiteborder {
	border: 1px solid #ffffff;
}

.css-button	 {background-color: #E97F4D; color: #ffffff; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; border: 1px solid #ffffff; text-align:center;}	
.css-button a:link {color: #ffffff; font-family: Arial, Helvetica, sans-serif; text-decoration: none;}
.css-button a:visited {color: #ffffff; font-family: Arial, Helvetica, sans-serif; text-decoration: none;}
.css-button a:hover {color: #ffffff; font-family: Arial, Helvetica, sans-serif; text-decoration: none;}
.css-button a:active {color: #ffffff; font-family: Arial, Helvetica, sans-serif; text-decoration: none;}	