@charset "utf-8";
.gold a {
	color: #F8B814;
}

.twoColFixRtHdr #sidebar1 .rnd_content p {
	color: #F8B814;
}
.twoColFixRtHdr #header .rnd_content h6 .rnd_top {
	margin-top: -20px;
}



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;
	background-color: #FFF;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: large;
	color: #fcfaf3;
	font-weight: normal;
	font-family: "Tw Cen MT Condensed Extra Bold", "arial narrow";
	text-align: center;
}
#container  {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent; /* this overrides the text-align: center on the body element. */
	margin-top: 185px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
} 
#header  {
	text-align: center;
	background-color: transparent;
	vertical-align: middle;
	margin-bottom: 20px;
	height: auto;
} 

#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 220px;
	background-color: transparent;
	text-align: center;
}
#mainContent  {
	margin-right: 250px;
	position: relative;
	background-color: transparent;
	height: auto;
} 
#footer  {
	text-align: center;
	background-color: transparent;
	margin-top: 20px;
	margin-bottom: 20px;
} 
#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: 5px;
}
#mainContent, #sidebar, #header, #footer {
	background: transparent;
}
h1   , h2{
	color: #F8B814;
	margin-bottom: -10px;
}
h6 {
	margin-top: 20px;
	margin-bottom: 10px;
}

    
    .rnd_top, .rnd_bottom {display:block; background:transparent; font-size:1px;}
    .rnd_b1, .rnd_b2, .rnd_b3, .rnd_b4 {display:block; overflow:hidden;}
    .rnd_b1, .rnd_b2, .rnd_b3 {height:1px;}
    .rnd_b2, .rnd_b3, .rnd_b4 {
	border-left:1px solid transparent;
	border-right:1px solid transparent;
	opacity:0.8;
	filter: alpha(opacity = 80);
	zoom: 1;
	background-color: #357E8C;
}
    .rnd_b1 {margin:0 5px; background:transparent;}
    .rnd_b2 {margin:0 3px; border-width:0 2px;}
    .rnd_b3 {margin:0 2px;}
    .rnd_b4 {height:2px; margin:0 1px;}
    
    .rnd_content {
	padding: 4px;
	opacity:0.8;
	filter: alpha(opacity = 80);
	zoom: 1;
	background-color: #357E8C;
	color: #fcfaf3;
	height: auto;
}
.twoColFixRtHdr #mainContent .rnd_content table {
	font-size: 16px;
}

#mainContent p , h1, h2{
	padding-right: 10px;
	padding-left: 10px;
}
.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;
}
.gold {
	color: #F8B814;
}
#mainContent img{
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-color: #F8B814;
	border-right-color: #F8B814;
	border-bottom-color: #F8B814;
	border-left-color: #F8B814;
}

