/* Content arrangement */

.clearall{
	clear: both;
}

BODY {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: url(leftBarStretch.gif) repeat-y left;
}

#mainContainer {
	width: 885px;
	height: 100%;
}

#sidebar{
	float: left;
	width: 111px;
}

#siteContainer{
	float: left;
	width: 774px;
}

#top {
	width: 774px;
	height: 197px;
}

#logo {
	width: 221px;
	height: 197px;
	float: right;
}

#title{
	width: 553px;
	height: 122px;
	float: left;
}

#title img{
	margin-left: 14px;
	margin-top: 46px;
}

#navSec1{
	width: 553px;
	height: 75px;
	float: left;
	vertical-align: bottom;
	font-weight: bold;
}

#navSec11{
	padding-left: 15px;
	padding-top: 30px;
	padding-bottom: 13px;	
}

#contentContainer {
	width: 741px;
	background: url(navBarStretch.gif) repeat-y right;
}

#block {
	width: 30px;
	text-align: right;
	padding: 0px;
	float: left;
}

#content {
	width: 522px;
	float: left;
	margin-left: 11px;
	margin-right: 5px;
}


#NavSection2{
	border-top: 1px #004b76 solid;
	margin-top: 50px;
}

#NavSection2 UL{
	margin-top: 2px;
	margin-left: 320px;
	list-style: none;
}

#nav {
	width: 137px;
	padding-bottom: 5px;
	float: left;
}

#footer {
	width: 741px;
	height: 60px;
	margin-top: 16px;
}