@charset "iso-8859-1";

/* global settings for the whole site */
body	{   background-color: #718662;  
				background-image: url(images/background.gif); 
				color: black; 
				font-family: Verdana, Arial, Helvetica, sans-serif; 
				font-style: normal; }
			
/* how our links will look */		
a:active	{	color: #627753; text-decoration: none; font-weight: 700; }
a:link		{ color: #627753; text-decoration: none; font-weight: 700; }
a:hover		{ color: #999966;  text-decoration: none; font-weight: 700; }
a:visited 	{ color: #627753;  text-decoration: none; font-weight: 700; }

/* this is for the phone number in the header  */
#top	{ 	color: white; 
				font-size: large; 
				font-weight: 700;
				font-family: Verdana, Arial, Helvetica, sans-serif;  }			
						
/* global table settings - */				
table	{	table-layout: fixed; 
				width: 750px;
				background-color: #d5dccb; 
				border: 1px solid  #d5dccb;
				text-align: center;
				vertical-align: middle; }
				
/* custom settings for table t1  */	
#t1			{  height: 130px; 
				background-color: #718662;  
				border-top: 2px solid  #d5dccb; 
				border-left: 1px solid  #d5dccb; 
				border-right: 1px solid  #d5dccb;
				border-bottom:  1px solid  #d5dccb;	
				border-collapse: collapse; }

/*  custom settings for table t2  */		
#t2			{  height:  25px; 
				border-top: 2px solid  #d5dccb;	
				border-left: 1px solid  #d5dccb;
				border-right: 1px solid  #d5dccb;
				border-bottom: 1px solid  #718662; 				
				font-family: Verdana, Arial, Helvetica, sans-serif; 
				font-weight: 400;
				font-size: x-small; 
				border-collapse: collapse; }
				
/*  custom settings for table t3  */	
#t3			{ height: 30px; 
				border-top: 2px solid #718662; 
				border-left: 1px solid  #d5dccb;
				border-right: 1px solid  #d5dccb;
				border-bottom: 1px solid  #718662; 
				border-collapse: collapse; 
				font-family: Verdana, Arial, Helvetica, sans-serif; 
				font-weight: 700;
				font-size: large; 				
				color: #800000;  }

/*  custom settings for table t4  */				 
#t4			{ border-top:  2px solid #718662; 
				border-left: 1px solid  #d5dccb;
				border-right: 1px solid  #d5dccb;
				border-bottom:  1px solid #718662; 
				border-collapse: collapse;  }
				
/*  custom settings for table t5  */	
#t5			{ height: 30px; 
				border-top: 2px solid  #718662; 
				border-left: 1px solid  #d5dccb;
				border-right: 1px solid  #d5dccb;
				border-bottom: 1px solid  #718662; 
				border-collapse: collapse;  }
				
/*  custom settings for table t6  */					
#t6			{ width: 380px;
				background-color: inherit; 
				border-top: none; 
				border-left: none; 
				border-right: none; 
				border-bottom: none;  
				text-align: left;   }
				
/*  global settings for table rows  */	
tr			{	border: 1px solid #d5dccb; 
				background-color: inherit;
				width: 740px;  }				
				
/*  global settings for table divisions  */	
td			{	border: 1px solid #d5dccb; 
				background-color: inherit;   }
				
/*  settings for colgroup  */						
.left			{ width: 10px; 
					border-left: 1px solid  #d5dccb;
					border-right: 2px solid  #718662;   }
					
.right			{ width: 10px; 
					border-right: 1px solid  #d5dccb;
					border-left: 2px solid  #718662;   }
					
.mid			{ width: 10px; 
					border-right: 2px solid  #718662;
					border-left: 2px solid  #718662;   }

.img			{ width: 280px;  
					padding: 8px;}

.txt			{ width: 380px;
					padding: 10px;
					text-align: justify; 
					font-family: Verdana, Arial, Helvetica, sans-serif; 
					font-size: small;
					color: #000000;
					font-style: normal;	}
					
/* settings for the page headers  */					
.bigheader	{ 	font-family: Verdana, Arial, Helvetica, sans-serif; 
					font-size: x-large;
					font-style: normal;
					font-weight: 700;
					color: #627753;  }

/*  settings for the bold paragraphs or headers  */		 
.firstpar { 	font-family: Verdana, Arial, Helvetica, sans-serif; 
					font-size: small;
					font-style: normal;
					font-weight: 700;
					color: #000000;  }
					
/*  settings for the bold green paragraphs or headers  */		 
.bldgrn { 	font-family: Verdana, Arial, Helvetica, sans-serif; 
					font-size: small;
					font-style: normal;
					font-weight: 700;
					color: #627753;  }
					
/* settings for the main body text */					
.textmain {	 font-family: Verdana, Arial, Helvetica, sans-serif; 
					font-size: small;
					color: #000000;
					font-style: normal;
					font-weight: 400;  }
					
/* settings for the small text */					
.txtsml {	 font-family: Verdana, Arial, Helvetica, sans-serif; 
					font-size: 85%;
					color: #000000;
					font-style: normal;
					font-weight: 400;  }					
					
/* this is to make the text quotes go green */					
.subheader  {  	font-family: Verdana, Arial, Helvetica, sans-serif;
						font-size: small;
						font-style: normal;
						color: #627753;
						font-weight: 700;  	}
												
					
					
					
/* style sheet created for simplyaupairs.com by Anne Nichols, Astarte Web Design, 2007 */
					
					
					 
