@charset "utf-8";
/* CSS Document */
<style type="text/css"> 
 
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
}
td,th {
	
	font-size: 11px;
}

#titleimg
{
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-bottom-width: thin;
	border-bottom-style: solid;

}

A:link {text-decoration: none; color:#69F;}
A:visited {text-decoration:none; color: #69F;}
A:hover {text-decoration: underline; color: #09F ;}
.style1 {
	color: #ff9933
}
.twoColFixRtHdr #container {
	width: 1152px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size:0.8em;
} 
.twoColFixRtHdr #header {

} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 300px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCC;
} 

.twoColFixRtHdr #notfooter {
	border:thin solid #CCC;
}

.twoColFixRtHdr #footer {
	padding: 5px 20px 0 20px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
.twoColFixRtHdr #titlepic {

}

/* caption styling */

#text div.caption {
	margin: 0 10px 10px 10px;
	border: 1px solid #ccc;
	padding: 5px;
}

#text div.right {margin-right: 0;}
div.left  { margin-left: 0;}

#text div.caption img {
	margin: 0;
	padding:0;
}

#text div.caption p {
	margin: 5px 0 0 0;
	padding: 5px;
	border-top: 1px #ddd dotted;
	font-size: .9em;
}

.caption {
	margin: 0;
	padding:0;
	position: relative;
}

#header .caption p {
	position: absolute;
	margin: 0; padding: 2px;
	font-size: .9em;
	
	bottom: 0;
	left: 0;
	background:black;
	color: white;
	opacity: 0;
}

#titlepic div.caption p {
	position: absolute;
	margin: 0; padding: 2px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 3em;
	
	bottom: 0;
	left: 0;
	background: #D2E64D;
	color: #a96565;
	opacity: .8;
}

.caption img {
	margin: 0; padding: 0;
}

</style>
