/* WSGR */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background: #673b2e;
}

p,h1,h2,li,td,th, ul{
	font-family: helvetica, arial;
	
}
p{
	font-size: 11px;
	
}

#content p{
	text-align: left;
}

#content th{
	padding: 5px;
	font-size:11px;
	text-align:left;
}

#content td{
	padding: 5px;
	font-size:10px;
	text-align:center;
	margin-bottom: -1px;
	margin-right: -1px;
}

#content th.left{
	text-align: right;
	
}

#content th.top{
	color: #fff;
	background: #3A5C75;
	vertical-align: bottom;
}

#content tr.first{
	
	background: #F0F5FE;
}

#content tr.second{
	background: #fff;
}

#content li{
	font-size: 11px;
}

h1{
	font-size: 16px;
	font-weight: bold;
	color: #673B2E;
}

.clear{
	clear: both;
}

#wrapper,#header,#content{
	
	width: 800px;
	
	margin: 0px auto;
}

#wrapper{
	background: #e8e8c5;
	border-right: 1px solid #7d5740;
	border-left: 1px solid #7d5740;
	border-bottom: 1px solid #7d5740;
}

#header{
	margin-top: 20px;
	border-right: 1px solid #7d5740;
	border-left: 1px solid #7d5740;
	border-top: 1px solid #7d5740;
	background: url(/images/header-bg.jpg) repeat-x #E8E8C5;
}

#header #image{
	margin-top: -4px;
	background: #fff;
	border-top: 2px solid #ac9053;
}
#logos{
	
	background: #89682b;
}

#logos #left{
	margin-bottom: 2px;
	float: left;
}

#logos #right{
	
	float: right;
}

#nav{
	margin-top:-4px;
	background: #bcab77;
	text-align: center;
	margin-bottom: -4px;
	
}

#nav img{
	
	margin-left: -4px;
}

#content{
	margin-top: -4px;
	padding: 0px 0px 20px 0px;	
}

#content #fade{
	display: block;
	background: url("/images/content-top-shadow.jpg") repeat-x right;
	margin: -2px 0px 20px 0px;
	height: 7px;
	z-index: 5000;
	
}

#content h1,#content h2{
	margin: 0px 0px 5px 0px;
}

#content h2{
	font-size: 13px;
	font-weight: bold;
	color: #673B2E;
}

#content p{
	line-height: 1.5em;
	margin: 0px 0px 20px 0px;
}

#content p.less{
 margin:0px 0px 0px 0px;
}

#content a{
	color:#37576C;
}

#content ul{
	margin: 0px 20px 20px 30px;
}

#content li{
	margin: 5px 0px 5px 0px;
	line-height:1.5em;
	list-style-image: url(/images/bullet.jpg);
}

#content #left{
	float: left;
	padding: 0px 0px 20px 70px;
	width: 506px;
	display: inline;
}

#content #right{
	display: inline;
	float: right;
	margin: 0px 21px 0px 0px;
}

#footer{
	width: 802px;
	
	margin: 10px auto 30px auto;
	text-align: center;
}

#footer p, #footer a{
	color: #8C6A2D;
	line-height:14px;
}

#footer p{

}

#form p{
	margin: 0px 0px 10px 0px;
	padding: 0;
}




.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #E8E8C5;
	padding: 8px 8px 4px;
	background: url(/images/bubble.png) #000 top left;
}
  
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(/images/bubble.png) #000 bottom right;
}

.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}

















