/**** 
**
** LAYOUT FOR WHITE STYLE 
**
****/

/**********************
**    NAVIGATION    ***
***********************/
/* TOPNAVITEM1 = THE CHOSEN TOP NAVIGATION */
.topNavItem1 a,
.topNavItem1 a:visited
{
	height: 20px;
	border-bottom: 2px solid #fff; /* CHANGE COLOR: This is the bar between topNav and subNav to hide the white line that appears */
	background-color: #fff; /* CHANGE COLOR: This is the topNav Item that is chosen */
}
.topNavItem1 span
{
	color: #474747;
}

/*** SECOND LEVEL NAVIGATION ***/
/* SUBNAV = THE COLORED BAR CONTAINING THE SECOND LEVEL NAVIGATION */ 
.subNavOuter 
{
	border-top: 1px none #FFF; /* CHANGE: Set this to 1px none #000; if you dont' have a colored subNav-bar */
	background: url( '../images/fauxcolumn_bg.gif' ) repeat-y; /* CHANGE: Set to #[color] url(../images/black_horisontal_border.gif) repeat-x bottom left; when using a colored subnav */
}
/* SUBNAV A = THE BLOCKS WITH THE SECOND LEVEL NAVIGATION ITEMS */
.subNav a
{
	border-top: 1px solid #fff; /* CHANGE COLOR: This is the subNav-items that aren't chosen */
	background-color: #fff; /* CHANGE COLOR: This is the subNav-items that aren't chosen */
}

/******************
** MODULE LAYOUT **
*******************/
.centerColumn
{
	margin-top: 0px;
}
* html .centerColumn
{
	margin-right:5px; /* CHANGE: SET THIS TO 10px IF NOT USING THE 3 COLUMNS LAYOUT (IE. LEFTNAV, CENTERANDRIGHT)*/
}
.rightColumn
{
	margin-top: 0px;
}
* html .rightColumn h3,
* html .rightColumn h4
{
	margin-left: 5px;
}
.rightColumn p
{
	margin-left: 6px;
}

/*************************
** DOCUMENT & ARTICLES  **
**************************/
.docViewBody
{
	margin: 5 5 10 5;
}
.docViewSubjectList
{
	margin: 10 5 0 5;
}
/** IE Specific font size **/
* html .docViewSubjectList, * html .docViewIngressList, * html .docViewBodyList, * html .docViewIngress, * html .docViewBody, * html .docViewDescription
{
	font-size: 70%;
}