/* general body styles */
body {
	font-size: 12px;
	color: #333;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #143a65 url('/_IMAGES/_XSL/templates/www_main/bg-top.gif') repeat-x top fixed;
}
h1, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	color: #fff;
}
	
p {
	font-size: 12px;
	line-height: 2;
}
img {
	border: none;
}	
/* general link styles */
a:link {
	color: #0136a2;
	text-decoration: none;
}
a:visited {
	color: #0136a2;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
	
/* message styles */
#tmpl_message_table {
	width: 900px;
	color: #a3c4f7;
	font-size: 11px;
	height: 38px;
	z-index: 1;
	position: relative;
}
#tmpl_message_table td {}
#tmpl_message_table td.left {}
#tmpl_message_table td.right {
	text-align: right;
}
#tmpl_message_table td a {
	color: #a3c4f7;
}
#tmpl_message_table td a:hover {
	color: #fff;
}
/* tab styles */
#tmpl_tab_table {
	margin: 0px auto;
	width: 900px;
	background: url('/_IMAGES/_XSL/templates/www_main/nav-bg.gif') repeat-x;
}
#tmpl_tab_table.popup {margin-top: 15px;}
#tmpl_tab_table td.middle {}
#tmpl_tab_table ul {
	margin: 0px;
	padding: 0 0 0 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#tmpl_tab_table ul li {
	list-style: none;
	line-height: 37px;
	float: left;
	margin: 0px auto;
	padding-left: 30px;
	color: #14355a;
	font-size: 12px;
	text-align: center;
}
#tmpl_tab_table ul li.selected {
	color: #e37100;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#tmpl_tab_table ul li a {
	color: #14355a;
	text-decoration: none;
}
#tmpl_tab_table ul li a.disabled {
	color: #ccc;
	text-decoration: line-through;
}
#tmpl_tab_table ul li.selected a {
	color: #e37100;
	text-decoration: none;
}
#tmpl_tab_table ul a:hover {
	color: #e37100;
	text-decoration: underline;
}
#tmpl_tab_table ul li div.bg {}
/* top nav styles */
#tmpl_top_nav {
	background: #a3c4f7;
	color: #fff;
	font-size: 11px;
	height: 59px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#tmpl_top_nav a {
	color: #fff;
}
#tmpl_top_nav td {
	background: url('/_IMAGES/_XSL/templates/www_main/msg-bottom-bg.png') no-repeat top;
}
#tmpl_top_nav td.middle { 
	padding: 30px 0 0 10px;
}
	
/* body styles */
#tmpl_body {
	width: 900px;
	background: #a3c4f7 url('/_IMAGES/_XSL/templates/www_main/top-gradient.gif') repeat-x top;
}
#tmpl_body td.tmpl_body_container {
	vertical-align: top;
	padding: 10px;
}
/* footer styles */
#tmpl_footer_links {
	width: 900px;
	margin: 5px 0 5px 0;
	color: #4593f4;
	font-size: 10px;
}
#tmpl_footer_links td a {
	color: #4593f4;
	text-decoration: none;
}
#tmpl_footer_links td a:hover {
	color: #a3c4f7;
	text-decoration: underline;
}
#tmpl_footer_links td img {
	border: none;
}
#tmpl_footer_links td.right {
	text-align: right;
}
/* custom CSS */
#page-wrapper {
	margin: 0px auto;
	width: 900px;
}	
.bottom-wrap {
	margin: 20px 0 0 0;
	padding: 0px;
}
.bottom-wrap h1 {
	font-size: 20px;
}
.bottom-wrap a {
	color: #0136a2;
	text-decoration: none;
}
.bottom-wrap a:hover {
	color: #388320;
	text-decoration: underline;
	}
.bottom-left {
	margin: 0 0 20px 0;
	float: left;
	width: 260px;
	padding: 0 0 0 10px;
	border-left: 3px solid #78aaee;
}
.bottom-right {
	margin: 0 0 20px 0;
	width: 260px;
	float: right;
	padding: 0 0 0 10px;
	border-left: 3px solid #78aaee;
}
/* Clears out 'float' elements */
.clear {
	background: none;
	border: none;
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
}