/* general body styles */
body {
	font-size: 12px;
	color: #000;
	margin: 0;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	background: #ffe3b5 url('/_IMAGES/_XSL/templates/www_main/bg-top.gif') repeat-x top;
}
/* heading styles */
h1, h2, h3, h4 { font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, cite, label, fieldset, address {
	clear: both;
	margin: 5px 0;
	padding: 0;
	text-indent: 0;
}
h1 { font-size: 2.0em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1.0em; }
/* general styles */
p { font-size: 12px; line-height: 2; }
a:link { color: #940000; text-decoration: underline; }
a:visited { color: #940000; text-decoration: underline; }
a:hover { color: #000; text-decoration: underline; }
img { border: none; }

/* page wraping */
#page-wrap {
	margin: 0 auto;
	padding: 0;
	width: 934px;
}
/* message styles */
#tmpl_message_table {
	width: 934px;
	color: #fff;
	height: 27px;
	font-size: 13px;
}
#tmpl_message_table td a {
	color: #fff;
	font-weight: bold;
}
#tmpl_message_table td a:visited {
	color: #fff;
}
#tmpl_message_table td a:hover {
	color: #ffbc4e;
}
/* header styles */
#tmpl_header {
	padding: 0;
	width: 934px;
	height: 129px;
}
/* tabs */
#tabs {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#tabs ul{padding: 0; margin: 0;}
#tabs li{list-style:none;float: left; padding: 0; margin 0;}
#tabs td.left{
	width: 360px;
	height: 51px;
	background: url('/_IMAGES/_XSL/templates/www_main/left.jpg') no-repeat;
}
#tabs td.left li a{
	color: #925b00;
	font-weight: bold;
	padding-left: 30px;
}
#tabs td.left li.selected a{
	color: #940000;
	padding-left: 30px;
	font-weight: bold;
}
#tabs td.right{
	width: 349px;
	height: 51px;
	background: url('/_IMAGES/_XSL/templates/www_main/right.jpg') no-repeat;
}
#tabs td.right li a{
	color: #925b00;
	font-weight: bold;
	padding-left: 50px;
}
#tabs td.right li.selected a{
	color: #940000;
	padding-left: 25px;
	font-weight: bold;
}

/* sub links */
#sub-tabs {
	margin: 0 auto;
	text-align: center;
	width: 934px;
	height: 99px;
	background: url('/_IMAGES/_XSL/templates/www_main/bottom.jpg') no-repeat;
}
#sub-tabs td{
	padding-top: 20px;
}

/* top nav styles */
#tmpl_top_nav {
	color: #925b00;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	padding: 10px 0px 0px 10px;
	margin-bottom: 10px;
}
#tmpl_top_nav a, #tmpl_top_nav a:visited {
	color: #c70000;
	font-weight: bold;
}
#tmpl_top_nav a:hover {
	color: #000;
}
/* body styles */
#tmpl_body {
	width: 934px;
	background: url('/_IMAGES/_XSL/templates/www_main/body-bg.png') repeat-y;
}
#tmpl_body td.tmpl_body_container {
	vertical-align: top;
	padding: 0px 20px 30px 20px;
	background: url('/_IMAGES/_XSL/templates/www_main/body-bg-bottom.png') no-repeat bottom;
}
/* HOME PAGE body styles */
#tmpl_body2 {
	width: 934px;
	height: 594px;
	background: url('/_IMAGES/_XSL/templates/www_main/splash-img.jpg') no-repeat;
}
#tmpl_body2 td.tmpl_body_container2 {
	vertical-align: top;
}
/* footer styles */
#tmpl_footer_links {
	width: 934px;
	height: 90px;
	margin-top: 20px;
	color: #fff;
	background: url('/_IMAGES/_XSL/templates/www_main/footer-bg.jpg') no-repeat top;
}
#tmpl_footer_links td a {
	font-size: 11px;
	color: #fff;
	text-decoration: underline;
}
#tmpl_footer_links td a:hover{
	font-size: 11px;
	color: #ffbc4e;
	text-decoration: underline;
}
#tmpl_footer_links td img {
	border: none;
}
#tmpl_footer_links td.right {
	text-align: right;
	padding-right: 20px;
}
#tmpl_footer_links td.left {
	text-align: left;
	padding-left: 20px;
}