/**********************************************************************/
/*    I N D E X                                                       */
/**********************************************************************/
/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */
 
@import "text.css";
@import "tools.css";
/* pages */

.wrapper{width: 100%;}

#page_main_container{
	clear:both;
	padding-top:20pt;
}
.header_box,
.footer_box{float:left; padding-right:20pt;}
.header_box{width:30%}
#navigation_container,
.nav,
#login_container,
#page_left_container,
#page_right_container,
.accessibility {
	display: none;
}
#page_bottom_content,
#footer_container{
	padding-top: 20px;
}