/* CSS Document */
@import "leftcol.css";
@import "midcontent.css";
body{
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	background-image:url(../gfx/bckg-body.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#F8EFF0;
	text-align:center;
}
p{
	padding:0px;
	margin-bottom:10px;
}
a{
	color:#6D9EBB;
	font-weight:bold;
	text-decoration:none;
}
	a:hover{
		color:#3A6B88;
	}
/* layers */
#container{
	margin:0px auto;
	text-align:left;
	/*padding:80px;*/
}
	.indenter{
		padding:8px;
	}
	#leftCol{
		width:25%;
		text-align:center;
		float:left;
	}
	#rightCol{
		width:74%;
		float:left;
	}
		#midContainer{
			width:64%;
			float:left;
		}
		#rightContainer{
			width:34%;
			float:left;
		}
/* boxes */
.box{
	text-align:left;
	border:1px #DBCAAC solid;
	padding:2px;
	margin-bottom:20px;
	background-color:#FFFFFF;
}
	.boxHead{
		padding:10px;
		background-color:#F7EDDD;
		background-image:url(../gfx/bckg-boxhead.gif);
		background-position:right top;
		background-repeat:no-repeat;
		vertical-align:middle;
		font-weight:bold;
		font-size:12px;
		color:#000000;
	}
.listBox{
	padding:20px;
}
	.listBox a{
		display:block;
		color:#6D9EBB;
		font-weight:bold;
		text-decoration:none;
		line-height:20px;
		padding-left:10px;
	}
		.listBox a:hover{
			background-image:url(../gfx/bckg-menulink-hover.gif);
			background-position:left top;
			background-repeat:no-repeat;
			color:#3A6B88;
		}
#footer{
	clear:both;
	color:#000000;
}