
/* Layout Stylesheet */ 

body {
 font-family:arial, tahoma, sans-serif; 
 font-size:1em;  
 background: #e7e4d4;
 color: #333333;
 margin: 20px;
 border:0;
 }
  
#main {
 border: 2px solid #000000; 
 background: #ede5be;
 color: #333333;
 height:80%;
 }

#nest {
 float: left; 
 width: 240px; 
 border: solid #666666; 
 border-width: 0 2px 2px 0; 
 background: #ffffff;
 color: #333333;
 margin: 0 20px 20px 0;
 }
 
 /* Presentation Stylesheet */ 
p, pre {
 padding: 0 30px 10px 20px;
 margin: 0;
 text-align:justify;
 }


/* links */
a {
	background-color: transparent;
	color:#000000;
	text-decoration: underline;
}
a:link {
	background-color: transparent;
	color:#000000;
	text-decoration: underline;
}
a:visited {
	background-color: transparent;
	color:#000000;
	text-decoration: underline;
}
a.focus {
	color:#000000;
	text-decoration: underline;
}
a:hover {
	background-color:transparent;
	color:#000000;
	text-decoration:underline overline; 
}
a:active {
	background-color: transparent;
	color: #0000cd;
}

table {
	border: 0px;
}

td {
	padding: 2em;
}

h3 {
	text-align: center;
}

/* image positioning */
.imgleft {
   border: 0pt none;
   padding-right: 2em;
   padding-bottom: 2em;
   float:left;
   /* clear: left; */
   
} 

.imgright {
	border: 0pt none;
	padding-left: 0.5em;
	padding-bottom: 2em;
	float:right;
	/* padding:0.3em; */
}

/* for contact form left margin alignment */
.cme {
	margin-left: 20em;
}

