/* CSS Document */





/* ############### BASIC BUILDING BLOCKS ADDONS ############### */
#pagewrapper{
	width: 986px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	/*margin-left: 0;*//* for lefthanded layout instead of centered*/
	/* margin-top: XXpx; */ /* offset from pagetop */
}
#accessability{
	display: none;
}
#header{
	height:227px;}
#content{
	background-color:#FFFFFF;
	background-image:url(../graphics/bg.content.gif);
	background-repeat:repeat-y;	/*margin-top: -38px;*/ /* fix offset from #topnav */
	}
#footer{
	margin:3px 0 0 3px;}



#crumbpath{ margin-top:0px; margin-bottom:20px;}

/* ############### 3 COLUMN LAYOUT ADDONS: dimensions, colors, backgrounds ############### */
.threeCols#header .col1{
	color: #fff;
	width: 250px;
	height:227px;}
.threeCols#header .col2{
	color: #fff;
	width: 486px;
	height:227px;}
.threeCols#header .col3{
	color: #fff;
	width: 250px;
	background-image:url(../graphics/header.rightcol.gif);
	height:227px;
	}

.threeCols#content .col1{
	width: 250px;}
.threeCols#content .col2{
	width: 446px;
	margin:20px}
.threeCols#content .col3{
	margin:10px;
	width: 218px;
	}

/* minimum height for sidenav and text-block */
/* remember: if working with backgroundcolors or borders, 
you'll need to set a repeating background on 
.twoCols#content, since col1 doesn't know how
long col2 becomes (and vice-versa)
 !!!!!
*/
.threeCols#content .col1 {min-height: 200px;} /* mozilla + IE7 */
*html* .threeCols#content .col1 {height: 200px;} /* IE6 */

.threeCols#content .col2 {min-height: 200px;} /* mozilla + IE7 */
*html* .threeCols#content .col2 {height: 200px;} /* IE6 */


.threeCols#content .col3 {min-height: 200px;} /* mozilla + IE7 */
*html* .threeCols#content .col3 {height: 200px;} /* IE6 */




/* ############### HEADER ADDONS ############### */
.twoCols#header .col1{ }
.twoCols#header .col2{ }
.twoCols#header .col1 a{
	display: block;
}
