/* CSS Document */

/*<![CDATA[*/	

/* This is for all other browsers */
div#default {
	margin-left:auto;
	margin-right:auto;
	/*width: 773px;// DO NOT SET WIDTH IE6 CONFLICT */
	/*border:1px solid red;*/
	max-width: 900px;
	min-width: 775px;
	background-color:#FFFFFF;
	border-left: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	padding-left:5px;
	padding-right:5px;
}

/* This is for all other browsers */
div#header {
	margin-left:auto;
	margin-right:auto;
	height:110px;
	/*width: 773px;// DO NOT SET WIDTH IE6 CONFLICT USE IE6-FIXER.CSS */
	/*border:1px solid red;
	max-width: 900px;
	min-width: 775px;*/
}

/* This is for all other browsers */
div#footer {
	margin-left:210px;
	margin-right:auto;
	height:auto;
	/*width: 773px;// DO NOT SET WIDTH IE6 CONFLICT USE IE6-FIXER.CSS */
	/*border:1px solid red;
	max-width: 900px;
	min-width: 775px;*/
	padding: 10px;
	border-top: 2px solid #08087a;/* BLUE */
	clear:both;
}

/* Left column background */
#outer_wrapper {
	background: #ffffff url(images/background_sidebarB.gif) repeat-y left;
	/*background-color:#FFFFFF;*/
}
/* Right column background */
#wrapper {
	background: url(images/background_sidebarA.gif) repeat-y right;
	height:100%;
}

#container {
	width: 100%;
	float: left;
	margin-right: -200px;
}
#content {
	margin-right: 200px;
}
#main {
	margin-left: 210px; /* ADJUST SIZE FOR SIDEBAR A WIDTH */
	/*height:100%;
*/}
#main-content {
	float:none;
	margin:0px;
	padding: 10px;
	/*border-top: 1px solid #B1B1B1;*/
	/*height:100%;*/
	}
	
#sidebarA {
	width: 210px; /* ADJUST SIZE FOR SIDEBAR A WIDTH - extra pixel for vert line */
	float: left;
	height:100%;
	
}
#sidebarA-content {
	float:none;
	margin:0px;
	padding: 10px;
	border-right: 1px solid #CCCCCC;/*  GREY */
	height:100%;
/*	border: 1px solid #000000;*/
	}
	
#sidebarB {
	width: 200px;
	float: right;
	height:100%;
}
#sidebarB-content {
	float:none;
	margin:0px;
	padding: 10px;
	/*border-top: 1px solid #B1B1B1;*/
	border-right: 1px solid #9D9D9D;/*  GREY */
	height:100%;
	}

.clearing {
	height: 0%;
	clear: both;
	font-size:0px;
	line-height:1px;
}

div.separator {
	border-top: 1px solid #CCCCCC;
	float:none;
	display:block;
	clear:both;
	margin-top:10px;
	margin-bottom:10px;
}
/*]]>*/