/* CSS Document */

/* set millions of background images */
.rbroundbox { background: url(images/WtBackground.gif) repeat; }
.rbtop div { background: url(images/TopLeftCorner.gif) no-repeat top left; }
.rbtop { background: url(images/TopRightCorner.gif) no-repeat top right; }
.rbbot div { background: url(images/BottomLeftCorner.gif) no-repeat bottom left; }
.rbbot { background: url(images/BottomRightCorner.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 11px;
font-size: 1px;
}
.rbcontent { width:687px; margin: 0 95px 30px 95px; min-height:650px; }
.rbroundbox { width: 750px; margin: 1em auto; }


/* basic elements */
body { 
	font: 10pt/11pt georgia; 
	color: #433e35; 
	background: #f9f5e9; 
	margin: 0px;
        }
table 
{
padding:0px;
width:687px;
} 

td
{
width:28px;
}

p { 
	color: #433e35;
	font: 10pt georgia; 
	margin: 0 0 0 0px; 
	text-align: justify;
        text-indent: 10px;
        letter-spacing:0px;
	}

p.indent
{
text-indent: 20px;
}

h2 { 
	font: bold normal 11pt georgia; 
	margin-top: 0px;
        margin-bottom: 6px; 
	color: #6b9898;
        letter-spacing:-.5px;
	}

h3 { 
	font: bold normal 12pt georgia; 
	margin-top: 0px;
        margin-bottom: 6px; 
	color: #6b9898;
        letter-spacing:-.5px;
	}
a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #10365a;
	}
a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #10365a;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #10365a;
	}

DIV.footer { 
	font: 10pt/10pt arial; 
	color: #ffffff; 
	background: #a8c0a8; 
	margin-left:95px; 
	}

hr {
    border: 0;
    width: 555px;
    color: #8f8f8f;
    background-color: #8f8f8f;
    height: 1px;
   }


.floatright
{ 
float: right;  
margin-left: 15px;
margin-bottom: 15px;
font-size:90%;
}

img.thumbnail { 
height: 200px;
}

.thumbcaptions { 
margin-left: 15px;
margin-bottom: 15px;
font-size:100%;
}

img {
border: none;
}


