/* This style file is designed for a small thumbnail with text to the right */


/*-------------Set the main body styles----------*/
body { 	color: #000000; 			
		font-family:Arial; 
		font-size:10pt; 
		margin-left:0px; 
		margin-top:0px; 
		background-color:#FFFFFF }


/*----------- Style of each cell ------------- */
.sitecell    { color: #000000; 
			   width: 99%; 
			   border: 1px solid #800080; 
			   padding: 2px; 
			   overflow: hidden;
               background-color: #EBCBE7; 
               margin-bottom: 2px
               }


/*----------- Image Thumbnail -------------- */
.sitecell img.thumbnail { border:1px solid #000000;  }

/*----------- Title Link -------------------- */
.sitecell a.title { font-size: 80%;  				/*---------- font size is percentage of body font size -------- */
					color: #0000FF; 
					text-decoration: underline; 
					font-weight: bold; 
					}

.sitecell a:hover.title { color: #ff0000; }



/*------------- Site Text ------------------- */
.sitecell p.text { 	font-size: 65%; 
					color: #000000; 
					margin-top: 0px; 
					margin-bottom: 0px}

/*------------- Last Update Text ----------------- */
.sitecell div.lastupdate { font-size: 65%; 
						   color: #0000ff; 
						   border-top: 1px solid #000000; }


/*------------- Flag ------------------- */
.sitecell img.flag { position: absolute; 
					 left: 2px;        /*------------ left and top are position of flag from top left corner of image --------------- */
					 top: 2px; 
					   }

/*-------------- Top Graphic ------------- */					 
.topgraphic  { height: 53px; margin: 0px  }

.topgraphic img { margin: 0px; }