/* general body styles */
	body {
		font-size: 13px;
		
		color: #000;
		margin: 20px;
		margin-top: 0px;
		
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		
		background-color: #ae7e4e;
		background-image: url(/_IMAGES/_XSL/templates/www_main/body_bg_top_gradient.jpg);
		background-position: top;
		background-repeat: repeat-x;
	}	
	h1, h2, h3, h4 {
		font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
		margin-top: 0px;
	}
	
	p {
		font-size: 13px;
		line-height: 2;
	}
	
/* general link styles */
	a:link {
		color: #846044;
		text-decoration: underline;
	}
	a:hover {
		color: #a98569;
		text-decoration: none;
	}
	a:visited {
		color: #846044;
	}
	
/* message styles */
	#tmpl_message_table {
		width: 902px;
		height: 28px;
		color: #fff;
		margin-top: -2px;
		font-size: 11px;
		z-index: 1;
		position: relative;
	}
	#tmpl_message_table td {
	}
	#tmpl_message_table td.left {
		padding-left: 10px;
	}
	#tmpl_message_table td.right {
		text-align: right;
		padding-right: 10px;
	}
	#tmpl_message_table td a {
		color: #f0b498;
		text-decoration: underline;
	}
	#tmpl_message_table td a:hover {
		color: #efc9b7;
		text-decoration: none;
	}
	#tmpl_message_table td a:visited {
		color: #f0b498;
		text-decoration: underline;
	}
	
/* header styles */
	#tmpl_header {
		width: 900px;
		height: 309px;
		
	}
	#tmpl_header a img {
		border: none;
	}
	#tmpl_header td.logo {
		width: 324px;
	}
	#tmpl_header td.divider {
		width: 39px;
	}
	#tmpl_header td.right {
		font-size: 12px;
		color: #fff;
		text-align: right;
		vertical-align: top;
		padding-top: 10px;
	}
	#tmpl_header td.right a {
		color: #fff;
	}

/* tab styles */
	#tmpl_tab_table {
		width: 900px;
		height: 37px;
	}
	#tmpl_tab_table.popup {
	}
	#tmpl_tab_table td.left {
	}
	#tmpl_tab_table td.middle {
		background-image: url(/_IMAGES/_XSL/templates/www_main/tabs-bg.gif);
		vertical-align: top;
	}
	#tmpl_tab_table td.right {
	}	
	#tmpl_tab_table ul {
		margin: 0px;
		padding: 0px;
		font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	}
	#tmpl_tab_table ul li {
		list-style: none;

		float: left;
		margin: 0px;

		padding-left: 18px;
		
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}
	#tmpl_tab_table ul li.selected {
		color: #cccccc;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
	}
	#tmpl_tab_table ul li a {
		color: #fff;
		text-decoration: underline;
	}
	#tmpl_tab_table ul li a.disabled {
		color: #ccc;
		text-decoration: line-through;
	}
	#tmpl_tab_table ul li.selected a {
		color: #cccccc;
		text-decoration: none;
	}
	#tmpl_tab_table ul li.selected a:hover {
		color: #ffffff;
		text-decoration: none;
	}
	#tmpl_tab_table ul a:hover {
		color: #CCCCCC;
		text-decoration: none;
	}
	#tmpl_tab_table ul li div.right {
		height: 30px;
		padding-top: 3px;
		padding-right: 18px;
	}
	#tmpl_tab_table ul li.selected div.right {
		padding-right: 18px;
	}
	#tmpl_tab_table ul li div.bg {
		/*padding-top: 10px;*/
		/*padding-bottom: 5px;*/
		height: 30px;
	}
	#tmpl_tab_table ul li.selected div.bg {
	}
	

/* top nav styles */
	#tmpl_top_nav {
		color: #000;
		font-size: 14px;
		font-weight: bold;
		font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
		margin-bottom: 10px;
	}
	#tmpl_top_nav a {
		color: #462815;
	}
	#tmpl_top_nav a:hover {
		color: #7a5843;
	}
	#tmpl_top_nav td {
		background-color: #cdc5bc;
		height: 30px;
		padding-left: 10px;
	}
	#tmpl_top_nav td.left {
		width: 7px;
	}
	#tmpl_top_nav td.middle {
	}
	#tmpl_top_nav td.right {
		width: 7px;
	}
	
/* body styles */
	#tmpl_body {
		width: 900px;
		background: url(../../../_IMAGES/_XSL/templates/www_main/body-bg.gif) repeat-y top center;
	}
	#tmpl_body td.tmpl_body_container {
		vertical-align: top;
		padding: 10px;
	}

/* footer styles */
	#tmpl_footer_table {
		width: 900px;
		color: #fff;
		font-size: 11px;
	}
	#tmpl_footer_table td.left {
		width: 11px;
	}
	#tmpl_footer_table td.middle {
		background-color: #ccc;
		background-image: url(/_IMAGES/_XSL/templates/www_main/footer_bg.gif);
	}
	#tmpl_footer_table td.right {
		width: 11px;
	}
	#tmpl_footer_table td.bottom {
		text-align: right;
		padding: 10px;
	}
	#tmpl_footer_table td.bottom a {
		color: #fff;
	}
	
	#tmpl_footer_links {
		width: 900px;
		margin-top: 10px;
		color: #fff;
		font-size: 11px;
	}
	#tmpl_footer_links td a {
		color: #fff;
	}
	#tmpl_footer_links td img {
		border: none;
	}
	#tmpl_footer_links td.right {
		text-align: right;
	}
	