body {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF url(../images/back.jpg) repeat-y center top; /* 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: #898989;
	font-size: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 80px;
	margin-left: 0;
}
*{
	font-size: 12px;
}
.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; }

.menu a {
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
}
.menu a:hover { color: #440e62; text-decoration: none; }

.footer {
	
}
.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 }
#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:#fff;/* -moz-opacity: .50; filter: Alpha(Opacity=.50, FinishOpacity=.50, Style=.50, StartX=.50, StartY=.50, FinishX=.50, FinishY=.50);*/ }

.content {
	padding-right: 20px;
	padding-left: 20px;
}
.padding25 {padding:25px;}
.padding20 {padding:20px;}
.padding10 {padding:10px;}
.padding5 {padding:5px;}
.margin25 {margin:25px;}
.margin20 {margin:20px;}
.margin10 {margin:10px;}
.margin5 {margin:5px;}
.white {
	color: #FFF;
}

.transparent {
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
}
.left{
float:left;}
.right{
float:right;}
.right{
float:right;}
.clear{
clear: both;
}
.white {
	color: #fff;
	text-decoration: none;
}
.darkblue {
	color: #558ecb;
	text-decoration: none;
}
.darkorange {
	color: #f99f25;
	text-decoration: none;
}
.lightblue {
	color: #8560a8;
	text-decoration: none;
}
.lightorange {
	color: #f68e56;
	text-decoration: none;
}
.size15{
	font-size: 15px;
}
.size16{
	font-size: 16px;
}
.size18{
	font-size: 18px;
}
.size20{
	font-size: 20px;
}
.size24{
	font-size: 24px;
}
.size40{
	font-size: 40px;
}
.size50{
	font-size: 50px;
}
.purple-panel-small {
	text-decoration: none;
	background-image: url(../images/template_10.jpg);
	background-position: center top;
	background-color: #FFF;
	background-repeat: no-repeat;
}
.purple-panel-large {
	text-decoration: none;
	background-image: url(../images/template_12.jpg);
	background-position: center top;
	background-color: #FFF;
	background-repeat: no-repeat;
}
.orange-panel-small {
	text-decoration: none;
	background-image: url(../images/template_05.jpg);
	background-position: center top;
	background-color: #FFF;
	background-repeat: no-repeat;
}
.lightorange {
	color: #f68e56;
	text-decoration: none;
}
