@charset "utf-8";
/* CSS Document */

#wrapper #body {
	clear:both;
	margin-top:0px;
	}

#wrapper #body #leftColumn {
	width:240px;
	background-color:#34460d;
	background-image:none;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	}

#wrapper #body #leftColumn .box1 {
	height:165px;
	}

#wrapper #body #leftColumn #subNavigationTop {
	width:238px;
	height:13px;
	background-image:url(../images/subNavigation-top.png);
	background-position:top left;
	background-repeat:no-repeat;
	overflow:hidden;
	}

#wrapper #body #leftColumn #subNavigationMiddle {
	background-image:url(../images/subNavigation-middle.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	width:238px;
	overflow:auto;
	}

#wrapper #body #leftColumn #subNavigationMiddle .button {
	width:218px;
	height:22px;
	background-position:top left;
	background-repeat:no-repeat;
	font-size:14px;
	line-height:22px;
	text-align:center;
	margin:5px auto;
	}

#wrapper #body #leftColumn #subNavigationMiddle .button a {
	color:#ffffff;
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	font-size:11px;
	}

#wrapper #body #leftColumn #subNavigationBottom {
	width:238px;
	height:13px;
	background-image:url(../images/subNavigation-bottom.png);
	background-position:top left;
	background-repeat:no-repeat;
	}

#wrapper #body #middleColumn {
	width:566px;
	padding:15px;
	background-color:#ffffff;
	background-image:url(../images/subpage-background.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	}

#wrapper #body #middleColumn #main {
	background-color:transparent;
	font-family:Arial, Helvetica, sans-serif;
	}

#wrapper #body #middleColumn #main h1 {
	font-size:20px;
	}

#wrapper #body #rightColumn {
	width:170px;
	background-image:url(../images/rightColumn-subpage.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color:#839bcd;
	}