/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:80%;
	line-height:1.5em;
	background: #fff;
	margin: 0;
	color: #444;
}
h1 {
	clear:both;
	}
#container{
	width:975px;
	margin:0 auto;
	background:#fff url(../images/bg.jpg) repeat-y;
	padding:0 15px;
}
.header {
	padding:0 10px 10px 22px;
	}
#logo {
	}
.headerRight {
	float:right;
	}
.topLinks {
	float:right;
	text-align:center;
	}
#content {
	clear:both;
	padding:15px 0 0;
	}
.leftCol {
	float:left;
	width:200px;
	padding:0 0 0 10px;
	}
.rightCol {
	float:right;
	width:700px;
	border-left:#ccc solid 2px;
	padding:0 25px;
	}
.MenuList {
	list-style: url(../images/menuSquareDark.jpg);
	padding-top:30px;
}
.MenuList a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #8C5747;
	text-decoration: none;
	vertical-align: middle;
	padding:5px 0;
	display:block;
}
.MenuList a:hover {
	color: #FCABAA;
}
.menuItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #8C5747;
}
.menuItem a:hover {
	color: #FCABAA;
	font-weight: bold;
}
ul.list {
	padding-left:40px;
	display:block;
	float:left;
	clear:right;
	}
#footer {
	color:#999;
	font-size:13px;
	padding:10px 10px 5px;
	margin:0;
	clear:both;
	border-top:#fee6e6 solid 1px;
	}
#footer a {
	color:#999;
	}
#footer a:hover {
	text-decoration:none;
	}
.copyRight {
	float:left;
	}
.footLinks {
	float:right;
	}	 
.clearfloat:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfloat {
	display: inline-block;
}
/* Hides from IE-mac */
* html .clearfloat {
	height: 1%;
}
.clearfloat {
	display: block;
}
