body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #050300 url(../images/back.jpg) repeat-y scroll center top;
	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: #825F2F;
	font-size: 10px;
}
*{	font-size: 11px;
}
.thrColFix { width: 961px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */ margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */ text-align: left; /* this overrides the text-align: center on the body element. */ }
.panel { font-size: 12px; color: #825F2F; }
a { color: #C29556; text-decoration: none; }
a:hover { color: #825F2F; text-decoration: none; }
.footer { color: #FFF; font-family: Georgia, "Times New Roman", Times, serif; font-size: 11px; }
.footerbig { color: #FFF; font-family: Georgia, "Times New Roman", Times, serif; font-size: 13px; font-weight: bold; margin-right: 15px; margin-left: 15px; }
#tabBox { width:543px }
#tabBox #tabSet, .tabSet { margin:0; padding:0 0 0 6px; height:26px; width:auto; /*background:url(images/tabs/tab-bkg.gif) repeat-x left bottom */}
#tabBox #tabSet li:before, .tabSet li:before { content:""!important }
#tabBox #tabSet li, .tabSet li { list-style-type:none; background:url(../images/tabs/tab-off-l.gif) top left no-repeat  !important; float:left; margin:0 2px 0 2 !important; padding:0 0 0 14px !important; cursor:pointer }
#tabBox #tabSet li a, .tabSet li a { background:url(../images/tabs/tab-off-r.gif) top right no-repeat  !important; display:block; float:left; height:24px; line-height:26px; *overflow:hidden;
color:#FFF; font-size:9pt; font-weight:bold; padding:2px 12px 0 0; text-decoration:none }
#tabSetGlobal li, .tabSetGlobal li { list-style-type:none; background:url(../images/tabs/tab-off-l-up.gif) top left no-repeat  !important; float:left; margin:0 2px 0 2 !important; padding:0 0 0 14px !important; cursor:pointer }
#tabSetGlobal li a, .tabSetGlobal li a { background:url(../images/tabs/tab-off-r-up.gif) top right no-repeat  !important; display:block; float:left; height:24px; line-height:20px; *overflow:hidden;
color:#FFF; font-size:9pt; font-weight:bold; padding:2px 12px 0 0; text-decoration:none }
#tabBox #tabSet li.on, .tabSet li.on { background:url(../images/tabs/tab-on-l.gif) top left no-repeat  !important }
#tabBox #tabSet li.on a, .tabSet li.on a { background:url(../images/tabs/tab-on-r.gif) top right no-repeat  !important; color:#333 }
#tabBox #panelSet, div.panelSet { padding:10px; border:solid 1px #ccc; border-top:0px; background: #FFFFFF;/* -moz-opacity: .50; filter: Alpha(Opacity=.50, FinishOpacity=.50, Style=.50, StartX=.50, StartY=.50, FinishX=.50, FinishY=.50);*/ }
div.panelSetHome {
	padding:10px;
	border-top:0px;
	background: url(../images/home_25.jpg) no-repeat 0px top;/* -moz-opacity: .50; filter: Alpha(Opacity=.50, FinishOpacity=.50, Style=.50, StartX=.50, StartY=.50, FinishX=.50, FinishY=.50);*/
	height: 249px;
}
.transparent {
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
}
.left{
float:left;}
.right{
float:right;}
.clear{
	clear: both;
}
.titleheaders{
	font-size: 14px;
}
.padding20{
padding:20px;}
.margin20{
margin:20px;}
