/*This file specifies page structure*/
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#total_wrapper{
	min-width:1000px;
}

#outer_wrapper {
	background: url(../img/06_leftnav_bkg.gif) repeat-y left;
}

#inner_wrapper{
	background: url(../img/06_sidebar_bkg.gif) repeat-y right;
}

#header {
	padding:0px;
	margin:0px;
	background-color: #FFFFFF;
	height:80px;
	z-index:500;
}

#menu {
	position: inherit;
	top:0px;
	left:0px;
	height: 20px;
	width:100%;
	background-color: #5c5c5c;

/*	z-index:500; */
}

#leftnav {
	float: left;
	width: 180px;
	margin-right:0px;
	padding-right:0px;
	background: url(../img/06_leftnavmenu_bkg.gif) repeat-y left;
}

#maincontent {
	margin: 0 210px 0 180px;
	background-color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
	padding-left:12px;
	padding-right:12px;
	font-weight:400;
}
#maincontent_inside {
	text-align:left;
}

#sidebar {
	float: right;
	width: 210px;
	font-size: 11px;
	padding: 0px;
	overflow: visible;
}

#footer {
	font-size: 9px;
	color: #FFFFFF;
	width:100%;
}


/* -------------------------------------------------------------*/
/** Float clearing **/
/* -------------------------------------------------------------*/

/* Used for clearing header float - important to have no height or else header draws
   one or two rows too tall */
.spacer {
  clear: both;
  }

/* For clearing main row containing left nav, main content, and sidebar.  Needs to
   contain something in the div or else the background of the side bar fails to redraw
   when the browser is moved off the screen (or probably otherwise made to require redraw
   without resize.  Since the div can't be empty, it needs to be set explicitly to be as
   short as possible. */
.clear {
	clear:both;
	height:0%;
	font-size:0px;
	line-height:0px;
}


/* -------------------------------------------------------------*/
/** FOOTER **/
/* -------------------------------------------------------------*/

.footer_area{
	background-color: #e7e7e7;
	height: 20px;
	width:100%;
}
.footerText {
	padding-top: 5px;
	margin-left: 10px;
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-serif;
	color: #666666;
	line-height: 14px;
}
a.footerText_link {
	color: #bebebe;
	text-decoration: none;
	word-spacing: 2px;
}

a.footerText_link:hover {
	color: #666666;
	text-decoration: underline;
}

a.footerText_link:visited {
	color: #666666;
	text-decoration: none;
	word-spacing: 2px;
}

a.footerText_link:visited:hover {
	color: #666666;
	text-decoration: underline;
}




