@charset "UTF-8";

#container {
	background-image: url(images/black_gradbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 2200px;
	height: 522px;
}

#left {
	margin: 0px;
	float: left;
	width: 242px;
}

#header {
	background-image: url(images/border_top.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 596px;
	height: 36px;
	margin: 50px 0 0 0;
}

#middle {
	width: 586px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e5e4af;
	border-left-color: #e5e4af;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	height: 100%;
	position: relative;
}

#leftContent {
	float: left;
	width: 242px;
	padding: 0 10px 0 30px;
	margin: 0;
}


#ownerContent {
	float: left;
	width: 150px;
	padding: 0 10px 0 30px;
	margin: 0;
}

#footerNav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999966;
	text-decoration: none;
}

#footerNav a:hover {
	border-bottom: dotted 1px #999966;
}

#footerNav ul {
	text-align:center;
}

#rightContent {
	float: right;
}
#narrowLeft {
	width: 230px;
}

#content {
	height:100%;
}

#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #111111;
	text-align: justify;
}

#content strong, a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #166583;
	text-decoration: none;
}

#content strong a:hover {
	border-bottom: dotted 1px #166583;
}



#footerNav li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #9B9C73;
	font-weight: bold;
	text-decoration: none;
	display: block;
	float: left;
	list-style-type: none;
	padding-right: 20px;
}

#bottom {
	background-image: url(images/border_bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 596px;
	height: 36px;
	margin: 0;
	padding: 0;
}

#right {
	margin: 0px;
	float: left;
	width: 596px;
}

#left img {
	padding-top: 70px;
}
.clearfloat {
	clear: both;
}
.sidepadding {
	margin: 0px;
	padding: 10px 20px;
}
.sidepadding strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #166583;
	text-decoration: none;
}
.fltLft {
	margin: 0px;
	float: left;
	padding-right: 10px;
	padding-left: 2px;
}

.fltRt {
	margin: 0px;
	float: right;
	padding-left: 10px;
	padding-right: 2px;
}

div.line {
	border-top: 1px dotted #afab8a;
	width: 90%;
	padding-bottom: 10px;
	margin: 0 auto;

}   
.center {
	margin: 0 auto;
}
