html, body {
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	font-size: 12px;
	line-height: 1.45em;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif; 
}
body.live { }
td {
	font-size: inherit;
	color: inherit;
	font-family: inherit; 
	vertical-align: top;
}
form {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5 {
	margin: 0;
	line-height: 1.2em;
}
p, .txt {
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 8px;
	font-size: inherit;
	line-height: inherit;
	font-family: inherit; 
}
.small {
	font-size: 11px;
}
.footnote { 
  	color: #666666;
	font-size: 11px;
}
a, a:visited, a:active {
	font-size: inherit;
	font-weight: inherit;
	color: #942431;
	text-decoration: underline;
}
a:hover {
  	color: #800000;
}
a img { border: 0;}
ul {
	margin: 0 0 0 1em;
	padding: 0;
}
ul li {
	margin: 0 0 0 1em;
	padding: 3px;
}
.error {
	font-size: 11px;
	font-weight: bold;
	color: #cc0000;
}
div.error {
  	background: #ffcc99;
	border: 1px dashed #cc0000;
	line-height: 1.4em;
	padding: 5px;
	margin: 8px 0;
}
div.error ul {
  	margin: 5px 0 5px 30px;
}
#message, div.message {
	padding: 5px;
	margin: 10px 0 20px 0;
	border: 1px dashed #003399;
  	background: #ccccff;
	line-height: 1.4em;
	font-size: 11px;
	font-weight: bold;
	color: #003399;
}
.note {
	padding: 1px;
	margin: 2px 0;
	color: #0033ff;
	background: #ffffcc;
	font-size: 11px; 
}

.clearer {
  	clear: both; 
	height: 0px;
	overflow: hidden;
} 
div.shitIE {
 	font-size: 0.01em;
}


/*  ************************************************************************ 
 *   LAYOUT ELEMENTS      
 *  ************************************************************************ */
/**
 * wrapper: 920px = 20px left + 977px frame + 23px right    
 */
#wrapper {
	width: 920px;
	margin: 0 auto;
	background: url(/images/layout/wrap_bg.gif) repeat-y;     
}
#frame {
  	width: 877px;
  	padding-top: 14px;
  	margin: 0 23px 0 20px;
}
 
/* HEADER */
#header {
	position: relative;
	height: 59px;
	overflow: hidden;
	background: #F6A300 url(/images/layout/logo_bar.gif) no-repeat;
}
#header .claim {
	position: absolute;
	width: 450px;
	top: 35px;
	left: 420px;
	text-align: right;
	color: #ffffff;
	font-weight: bold;
}

/*  ************************************************************************ 
 *   MAIN AREA (877px avail = 650 + 17 + 210px)   
 *  ************************************************************************ */
#mainArea { 
	padding-bottom: 5px;
}
#mainCol {
	float: left;
	width: 650px;
	margin-right: 17px;
}
#mainCol div.minHeight {
	float: left;
	height: 280px;
	width: 0;
	overflow: hidden;
}
#rightCol {
	float: left;
	width: 210px;
	overflow: hidden;
	/*background: #339999;*/ 
}
/**
 * sub division of the main col (650px): 210px + 15px + 425px 
 * orig value: 222px + 18px + 410px 
 */ 
#mainCol .subColLeft {
	float: left;
	width: 210px; /*222px;*/
	margin-right: 15px; /*18px;*/
	margin-bottom: 15px;
	overflow: hidden;
}
#mainCol .subColRight {
	float: left;       
	width: 425px; /*410px;*/ 
	margin-bottom: 15px;
}
#mainCol .subColDist {
	height: 15px;
	overflow: hidden;
}

/*  ************************************************************************ 
 *   NAVIGATION ELEMENTS   
 *  ************************************************************************ */
#breadcrumb {
	margin: 5px 0 10px 0;
	color: #666666;
	font-size: 11px;
} 
#breadcrumb a, #breadcrumb a:visited {
	color: #666666;
	text-decoration: underline;
} 

/**
 * mainNav - horizontal main navigation bar top of the page 
 */  
#mainNav {
	height: 30px;
	padding-left: 29px; 
	margin: 14px 0;
	background: url(/images/layout/mainnav_bg.gif);
}
#mainNav ul {
	margin: 0; 
	padding: 2px 0 0 0;
	list-style: none;  
}
#mainNav ul li {
	float: left;
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-size: inherit;
} 
#mainNav a, #mainNav a:visited {
	display: block;
	/*padding: 2px 0 9px 0;*/
	padding: 2px 0;
	margin-right: 32px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	text-align: center;	
	color: #666666;  
}
#mainNav a:hover {
	/*text-decoration: underline;*/                                             
	border-bottom: 2px solid #666666;
} 
#mainNav ul li.active a {
	/*background: url(/images/layout/mainnav_act.gif) center bottom no-repeat;*/
	border-bottom: 2px solid #FFB21D;
}
#mainNav ul li.active a:hover {
	text-decoration: none;
}

#sideNav {
	margin-bottom: 3px;
	/*text-align: right;*/
	color: #666666;
	font-size: 11px;
	/*line-height: 1em;*/
}
#sideNav .pics {
	float: right; 
	padding-top: 5px;
}
#sideNav .texts, #sideNav .buttons { 
	float: left;
}
#sideNav .texts { 
	padding-top: 3px;
}
#sideNav .texts a, #sideNav .pics a {
	padding: 2px;
	margin: 0 4px;
	text-decoration: none;
	color: #666666;
}
#sideNav .buttons a {
	padding: 0 2px;
}
#sideNav a:hover {
	text-decoration: underline;
}

/*  ************************************************************************ 
 *   FOOTER    
 *  ************************************************************************ */
#snLinks {
	margin: 20px 10px 0 10px;
	border-top: 1px solid #E5E5E5;
	padding: 5px 0 10px 0;
	text-align: center;
}
#snLinks table {
	border: 0;
	margin: 0 auto;
}
#snLinks table tr td {
	padding: 0 2px;
	text-align: center;
	vertical-align: middle;
}

#footer {
	width: 914px;
	margin: 0 auto;
	color: #666666;
	font-size: 11px;
}
#footer a, #footer a:visited, #footer a:active {
  	color: #666666;
	font-size: inherit;
}
#footer a:hover {
  	color: #000000;
}

.wrapper-end {
	height: 14px;
	width: 920px;
	margin: 0 auto;
	overflow: hidden;
	background: url(/images/layout/wrap_end.gif) no-repeat;
}


/*  ************************************************************************ 
 *   FORMS  
 *  ************************************************************************ */
 


#debug {
	width: 560px;
	margin: 30px auto;
	text-align: left;
	font-size: 11px;
	color: #666666;
}
